Hallo Leute,
ich mache eben eine neue Seite und nutze das mx-mysticjade. Das Theme ist bei mir aber ziemlich verschoben. Ich nutze pragmaMx 0.1.10 und habe in den Einstellungen unter HTML Optionen XHTML 1.0 Transitional, Almost Standards Mode eingestellt. Die anderen Einstellungsmöglichkeiten habe ich schon probiert, klappt allerdings nicht. Im IE7 sieht das Theme auch gut aus, der Fehler ist nur im Firefox 2.0.0.14.
LG Benjamin
Hi,
It is original template or modified ?
Because i don't see input field for search in header :gruebel:
hast du mal nen link? ggf. hast du nur vergessen, irgendwo ein tag zu schließen.
gruß
uli
it ist original. there is nothing modified
Hier der Link: www.best-10c.com
setz mal an dieser stelle in der theme.html:
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<!-- START left_noblocks -->
<td width="185" style="padding: 4px; padding-top: 4px;padding-right: 1ex;" valign="top">
<div id="leftbarHeader" style="padding-top: 5px; width: 185px;">
<div class="tborder" style="margin-bottom: 2px;">
<div class="titlebg" style="padding: 4px; font-weight: bold;">
Wichtiges
in das table tag align="center" ein.
gruß
uli
Danke für deine Antwort, das funktioniert aber leider nicht.
LG Benjamin
In theme.html:
for your website:
<div id="searchfield">
</div>
Should be:
<div id="searchfield">
{SEARCHFORM}
</div>
maybe activate search module in admin panel ;)
If you don't need search , you should also remove userinfo like this in theme.html:
remove or comment:
<div id="userinfo">
<strong>{SHOWTOTALUSER}</strong> Utilisateur(s) en ligne
</div>
<div id="searchfield">
{SEARCHFORM}
</div>
Don't forget to reset your cache > admin panel
and if your need another color there is mystic opal
http://www.dzinerstudio.com/index.php?topic=482.0
:)
Ich musste nur das Such Modul aktivieren, vielen Dank :thumbup:, da habe ich garnicht dran gedacht.
LG Benjamin
gewagtes konstrukt, wenn es einem beim deaktivieren eines moduls das design zerreisst...
gruß
uli
Zitatgewagtes konstrukt, wenn es einem beim deaktivieren eines moduls das design zerreisst...
Problem come from original xhtml slicing dziner studio and css, for this ported design i wanted to keep the same original structure and search form is always a good thinks for a website ;)