Probleme mit Bild in Tabelle nach update auf phpwcms 1.6.528

Alle installationsbezogenen Probleme hier posten. Dies sollte die erste Anlaufstelle bei Problemen sein.
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: Probleme mit Bild in Tabelle nach update auf phpwcms 1.6

Post by update »

Oder ein Kollege, ebenfalls mit 'nem Rentnerporsche ;)
BTW: Ich hab' jetzt einen gesehen mit Anhänger - das wird mein nächster... :lol:
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Old Boy
Posts: 1203
Joined: Fri 23. Nov 2012, 13:52

Re: Probleme mit Bild in Tabelle nach update auf phpwcms 1.6

Post by Old Boy »

Häng das mal an deine frontend.css zusätzlich hinten dran:

Code: Select all

/* Modernes ClearFix zur Verwendung bei Containern mit floating Elements */
.cf:before, 
.cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf       { *zoom: 1; }
Und zusätzlich änderst du in der Datei template/inc_default/imagetext.tmpl mal folgendes:

Code: Select all

<div class="image-with-text" id="imgtext-id-{ID}">
in:

Code: Select all

<div class="image-with-text cf" id="imgtext-id-{ID}">
Und dann sieh mal, ob es damit klappt!

Ja, Claus hat recht, ich bin tatsächlich nicht mehr der Jüngste, komme aber noch ohne Rolli aus :-)
RalfB
Posts: 192
Joined: Mon 9. Jan 2012, 13:05

Re: Probleme mit Bild in Tabelle nach update auf phpwcms 1.6

Post by RalfB »

[quote="Old Boy"]Eine Erste Hilfe könnte sein:

Code: Select all

#mainBlock.spaceBeforeCP {
        clear:both;
}
Also die Anweisung hat schon einmal eine positiven Effekt.!
Danke.
RalfB
Posts: 192
Joined: Mon 9. Jan 2012, 13:05

Re: Probleme mit Bild in Tabelle nach update auf phpwcms 1.6

Post by RalfB »

Old Boy wrote:Häng das mal an deine frontend.css zusätzlich hinten dran:

Code: Select all

/* Modernes ClearFix zur Verwendung bei Containern mit floating Elements */
.cf:before, 
.cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf       { *zoom: 1; }
Und zusätzlich änderst du in der Datei template/inc_default/imagetext.tmpl mal folgendes:

Code: Select all

<div class="image-with-text" id="imgtext-id-{ID}">
in:

Code: Select all

<div class="image-with-text cf" id="imgtext-id-{ID}">
Und dann sieh mal, ob es damit klappt!

Ja, Claus hat recht, ich bin tatsächlich nicht mehr der Jüngste, komme aber noch ohne Rolli aus :-)
und dafür den ""#mainBlock.spaceBeforeCP {clear:both;}" wieder rausnehmen?
Old Boy
Posts: 1203
Joined: Fri 23. Nov 2012, 13:52

Re: Probleme mit Bild in Tabelle nach update auf phpwcms 1.6

Post by Old Boy »

immer einen Schritt nach dem anderen!
Erst mal alles zusammen!
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: Probleme mit Bild in Tabelle nach update auf phpwcms 1.6

Post by update »

Und nicht doppelt und unterschiedlich (nav_list_ul_vcss.css) und dann auch noch Zeug im Quellcode.... :!:
Das ist nicht mehr zu steuern ;)
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Old Boy
Posts: 1203
Joined: Fri 23. Nov 2012, 13:52

Re: Probleme mit Bild in Tabelle nach update auf phpwcms 1.6

Post by Old Boy »

Ich sag doch, man muss das überarbeiten... aber ihr spekuliert ja nur wild rum, anstatt zu helfen :(
RalfB
Posts: 192
Joined: Mon 9. Jan 2012, 13:05

Re: Probleme mit Bild in Tabelle nach update auf phpwcms 1.6

Post by RalfB »

Old Boy wrote:immer einen Schritt nach dem anderen!
Erst mal alles zusammen!
Hat dann leider den gleichen Effekt wie:".spaceBeforeCP { clear:both; }", alles rückt weit nach unten. :(
Old Boy
Posts: 1203
Joined: Fri 23. Nov 2012, 13:52

Re: Probleme mit Bild in Tabelle nach update auf phpwcms 1.6

Post by Old Boy »

Lass die erste Anweisung vorerst mal drin...

und dann füg mal ein:

Code: Select all

h3 {
font-size: 13px;
color: #333;
margin-bottom: .3em;
}
h4 {
font-size: 12px;
color: #999;
margin-bottom: .3em;
}
Old Boy
Posts: 1203
Joined: Fri 23. Nov 2012, 13:52

Re: Probleme mit Bild in Tabelle nach update auf phpwcms 1.6

Post by Old Boy »

Jetzt kontrollier mal, ob du überall einen Abstand oben eingetragen hast!
RalfB
Posts: 192
Joined: Mon 9. Jan 2012, 13:05

Re: Probleme mit Bild in Tabelle nach update auf phpwcms 1.6

Post by RalfB »

Old Boy wrote:

Code: Select all

/* Modernes ClearFix zur Verwendung bei Containern mit floating Elements */
.cf:before, 
.cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf       { *zoom: 1; }
Änderung in der Datei template/inc_default/imagetext.tmpl:

Code: Select all

<div class="image-with-text cf" id="imgtext-id-{ID}">
wieder zurück in:

Code: Select all

<div class="image-with-text" id="imgtext-id-{ID}">
und
Old Boy wrote:und dann deinen Code in die css eingefügt:

Code: Select all

h3 {
font-size: 13px;
color: #333;
margin-bottom: .3em;
}

h4 {
font-size: 12px;
color: #999;
margin-bottom: .3em;
}
irgendwie zickt das Bild in der Tabelle immer noch rum.
Old Boy
Posts: 1203
Joined: Fri 23. Nov 2012, 13:52

Re: Probleme mit Bild in Tabelle nach update auf phpwcms 1.6

Post by Old Boy »

neee, das cf MUSS bleiben!
RalfB
Posts: 192
Joined: Mon 9. Jan 2012, 13:05

Re: Probleme mit Bild in Tabelle nach update auf phpwcms 1.6

Post by RalfB »

Old Boy wrote:neee, das cf MUSS bleiben!
Ok, hab es wieder eingefügt, aber dann bricht oben alles wieder nach unten.
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: Probleme mit Bild in Tabelle nach update auf phpwcms 1.6

Post by update »

claus wrote:Und nicht doppelt und unterschiedlich (nav_list_ul_vcss.css) und dann auch noch Zeug im Quellcode.... :!:
Old Boy wrote:Ich sag doch, man muss das überarbeiten... aber ihr spekuliert ja nur wild rum, anstatt zu helfen :(
Mach ich doch! :)
Zuallererst die unterschiedlichen Dopplungen der css-Dateien weg und dann....
Das ist (sonst) nicht (mehr) zu steuern ;)
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Old Boy
Posts: 1203
Joined: Fri 23. Nov 2012, 13:52

Re: Probleme mit Bild in Tabelle nach update auf phpwcms 1.6

Post by Old Boy »

Wie Claus schon sagte... du hast da einiges im Argen, was aber per Glaskugel schlecht zu entziffern ist.

Du hast anscheinend die CSS-Anweisung für die Navigation 2 fach drin...
Ich gehe davon aus, dass sich da noch andere Macken finden!

Sieh dir mal dein Haupttemplate genau an!

Aber die Bilder überschneiden jetzt zumindest NICHT mehr! Damit ist zumindest ein Problem raus :wink:
Post Reply