Seite 1 von 2
Hestia Blue - Breite begrenzen
Verfasst: 02.06.2011 18:34
von niko324
Hallo,
Wie kann ich bei meinem Forum einstellen, dass die breite begrenzt ist und es nicht die volle Breite des Bildschirm nutzt. Ich nutze das Design Hestia Blue.
Ich habe in google nichts gefunden. )=
Freundliche Grüße
Re: Hestia Blue - Breite begrenzen
Verfasst: 02.06.2011 18:44
von Balint
Hallo,
Hestia hat ein eingebautes Feature zur Breitenbegrenzung. Suche mal nach der ca_config.html im template-Verzeichnis. In dieser Datei kannst du statt den 100% andere Prozentzahlen oder feste px-Werte eintragen, in dem du folgenden Wert änderst:
Viele Grüße,
Bálint
Re: Hestia Blue - Breite begrenzen
Verfasst: 02.06.2011 19:10
von niko324
Hallo,
ist das so richtig? Es funktioniert nicht...
Code: Alles auswählen
<!-- IF $CA_COMMENTS -->
Explanation of editable variables:
$CA_WIDTH - page width. examples: '100%', '800'
$CA_SPLIT_POSTS - 0 to show posts in one table, 1 to show posts in separate tables
Do not edit variables other than those two.
<!-- ENDIF -->
<!-- DEFINE $CA_WIDTH = '1000px' -->
<!-- DEFINE $CA_SPLIT_POSTS = '0' -->
<!-- DEFINE $CA_SPACING = '0' -->
<!-- DEFINE $CA_SKIP_LAST_SPACER = '1' -->
<!-- DEFINE $CA_CAP_START = '<caption><div class="cap-left"><div class="cap-right">' -->
<!-- DEFINE $CA_CAP_END = ' </div></div></caption>' -->
<!-- DEFINE $CA_CAP2_START = '<div class="cap-div"><div class="cap-left"><div class="cap-right">' -->
<!-- DEFINE $CA_CAP2_END = ' </div></div></div>' -->
<!-- DEFINE $CA_BLOCK_START = '<div class="block-start">' -->
<!-- DEFINE $CA_BLOCK_END = '<div class="block-end-left"><div class="block-end-right"></div></div></div>' -->
<!-- DEFINE $CA_SKIP_LAST_SPACER = '1' -->
Freundliche Grüße
Re: Hestia Blue - Breite begrenzen
Verfasst: 02.06.2011 19:15
von Balint
Hallo,
eigentlich steht doch alles da:
OHNE "px" am Ende der 1000 sollte es klappen.
Viele Grüße,
Bálint
Re: Hestia Blue - Breite begrenzen
Verfasst: 02.06.2011 19:34
von niko324
Hallo,
Wo muss ich die zahl ändern? Wen ich beide ändere klappts nicht )=
Code: Alles auswählen
<!-- IF $CA_COMMENTS -->
Explanation of editable variables:
$CA_WIDTH - page width. examples: '50%', '800'
$CA_SPLIT_POSTS - 0 to show posts in one table, 1 to show posts in separate tables
Do not edit variables other than those two.
<!-- ENDIF -->
<!-- DEFINE $CA_WIDTH = '50%' -->
<!-- DEFINE $CA_SPLIT_POSTS = '0' -->
<!-- DEFINE $CA_SPACING = '0' -->
<!-- DEFINE $CA_SKIP_LAST_SPACER = '1' -->
<!-- DEFINE $CA_CAP_START = '<caption><div class="cap-left"><div class="cap-right">' -->
<!-- DEFINE $CA_CAP_END = ' </div></div></caption>' -->
<!-- DEFINE $CA_CAP2_START = '<div class="cap-div"><div class="cap-left"><div class="cap-right">' -->
<!-- DEFINE $CA_CAP2_END = ' </div></div></div>' -->
<!-- DEFINE $CA_BLOCK_START = '<div class="block-start">' -->
<!-- DEFINE $CA_BLOCK_END = '<div class="block-end-left"><div class="block-end-right"></div></div></div>' -->
<!-- DEFINE $CA_SKIP_LAST_SPACER = '1' -->
Freundliche Grüße
Re: Hestia Blue - Breite begrenzen
Verfasst: 02.06.2011 19:38
von Balint
Hallo,
wieso und wie denn *beide*? Das eine ist ein Kommentar, das, was ich oben aufgeführt habe, ist zu ändern:
(in deinem gewünschten Fall)
Viele Grüße,
Bálint
Re: Hestia Blue - Breite begrenzen
Verfasst: 02.06.2011 21:00
von niko324
Achso ok hab ich falsch verstanden...
ist es so richtig?
Code: Alles auswählen
<!-- IF $CA_COMMENTS -->
Explanation of editable variables:
$CA_WIDTH - page width. examples: '1000', '800'
$CA_SPLIT_POSTS - 0 to show posts in one table, 1 to show posts in separate tables
Do not edit variables other than those two.
<!-- ENDIF -->
<!-- DEFINE $CA_WIDTH = '100%' -->
<!-- DEFINE $CA_SPLIT_POSTS = '0' -->
<!-- DEFINE $CA_SPACING = '0' -->
<!-- DEFINE $CA_SKIP_LAST_SPACER = '1' -->
<!-- DEFINE $CA_CAP_START = '<caption><div class="cap-left"><div class="cap-right">' -->
<!-- DEFINE $CA_CAP_END = ' </div></div></caption>' -->
<!-- DEFINE $CA_CAP2_START = '<div class="cap-div"><div class="cap-left"><div class="cap-right">' -->
<!-- DEFINE $CA_CAP2_END = ' </div></div></div>' -->
<!-- DEFINE $CA_BLOCK_START = '<div class="block-start">' -->
<!-- DEFINE $CA_BLOCK_END = '<div class="block-end-left"><div class="block-end-right"></div></div></div>' -->
<!-- DEFINE $CA_SKIP_LAST_SPACER = '1' -->
Es klappt einfach nicht ):
Freundliche Grüße
Re: Hestia Blue - Breite begrenzen
Verfasst: 02.06.2011 21:47
von Talk19zehn
Nein, Nico324
es ist so nicht ganz richtig. Du hast nur versehentlich die Kommentarzeile geändert. Schaue es dir ganz in Ruhe noch einmal an.
Ändern musst du
diesen Versuch
in
Grüße
Re: Hestia Blue - Breite begrenzen
Verfasst: 02.06.2011 22:12
von niko324
Hallo,
irgendwie verstehe ich das nicht... Es klappt immer noch nicht. jetzt hab ich es so:
Code: Alles auswählen
<!-- IF $CA_COMMENTS -->
Explanation of editable variables:
$CA_WIDTH - page width. examples: '50%', '800'
$CA_SPLIT_POSTS - 0 to show posts in one table, 1 to show posts in separate tables
Do not edit variables other than those two.
<!-- ENDIF -->
<!-- DEFINE $CA_WIDTH = '1000' -->
<!-- DEFINE $CA_SPLIT_POSTS = '0' -->
<!-- DEFINE $CA_SPACING = '0' -->
<!-- DEFINE $CA_SKIP_LAST_SPACER = '1' -->
<!-- DEFINE $CA_CAP_START = '<caption><div class="cap-left"><div class="cap-right">' -->
<!-- DEFINE $CA_CAP_END = ' </div></div></caption>' -->
<!-- DEFINE $CA_CAP2_START = '<div class="cap-div"><div class="cap-left"><div class="cap-right">' -->
<!-- DEFINE $CA_CAP2_END = ' </div></div></div>' -->
<!-- DEFINE $CA_BLOCK_START = '<div class="block-start">' -->
<!-- DEFINE $CA_BLOCK_END = '<div class="block-end-left"><div class="block-end-right"></div></div></div>' -->
<!-- DEFINE $CA_SKIP_LAST_SPACER = '1' -->
Kann mir es Bitte jemand so ändern, das des Tut, am besten eine Breite von 1024 Pixeln.
Freundliche Grüße
Re: Hestia Blue - Breite begrenzen
Verfasst: 02.06.2011 22:18
von Kirk
Hallo
Hast du den Template cache geleert?
Um eine Breite von 1024 Pixeln zu erreichen gib einfach das hier ein und nicht vergessen den Templatcache und
den Browsercache zu leeren