pragmaMx Support Forum

pragmaMx => Themes & Design => Thema gestartet von: Oscar175 am 22 April 2008, 18:03:40

Titel: mx-mysticjade Darstellungsfehler
Beitrag von: Oscar175 am 22 April 2008, 18:03:40
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
Titel: Re: mx-mysticjade Darstellungsfehler
Beitrag von: diabolo am 22 April 2008, 18:13:54
Hi,
It is original template or modified ?
Because i don't see input field for search in header  :gruebel:
Titel: Re: mx-mysticjade Darstellungsfehler
Beitrag von: uli2006 am 22 April 2008, 18:16:28
hast du mal nen link? ggf. hast du nur vergessen, irgendwo ein tag zu schließen.

gruß
uli
Titel: Re: mx-mysticjade Darstellungsfehler
Beitrag von: Oscar175 am 22 April 2008, 18:17:38
it ist original. there is nothing modified
Titel: Re: mx-mysticjade Darstellungsfehler
Beitrag von: Oscar175 am 22 April 2008, 18:20:05
Hier der Link: www.best-10c.com
Titel: Re: mx-mysticjade Darstellungsfehler
Beitrag von: uli2006 am 22 April 2008, 18:31:32
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
Titel: Re: mx-mysticjade Darstellungsfehler
Beitrag von: Oscar175 am 22 April 2008, 18:42:01
Danke für deine Antwort, das funktioniert aber leider nicht.
LG Benjamin
Titel: Re: mx-mysticjade Darstellungsfehler
Beitrag von: diabolo am 22 April 2008, 18:57:13
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
:)
Titel: Re: mx-mysticjade Darstellungsfehler
Beitrag von: Oscar175 am 22 April 2008, 19:21:22
Ich musste nur das Such Modul aktivieren, vielen Dank :thumbup:, da habe ich garnicht dran gedacht.
LG Benjamin
Titel: Re: mx-mysticjade Darstellungsfehler
Beitrag von: uli2006 am 22 April 2008, 20:12:16
gewagtes konstrukt, wenn es einem beim deaktivieren eines moduls das design zerreisst...

gruß
uli
Titel: Re: mx-mysticjade Darstellungsfehler
Beitrag von: diabolo am 22 April 2008, 20:38:34
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  ;)