Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

If you have created additional (non official) documentation or tutorials or something like that please post this here
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

Post by marcus@localhorst »

I use Blueprint CSS Framework and so I use the .hide class in that thumbnails to... hide them.
just set the following in your CSS

Code: Select all

.hide{display:none}
I should rewrite the JS a bit, to move these images directly in DOM and not just use the src value... blubblub :shock:
It was a bit lazy ;-)
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

Post by sustia »

Marcus,
I have no words to thank you for your kindness.

Unfortunately I am not a web developer (I am an agronomist), so I have limits in this area :oops:
Campeones del mundo!
Vegetables!
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

Post by marcus@localhorst »

script update check first post ;-)
User avatar
kukki
Posts: 1707
Joined: Mon 7. Feb 2005, 20:02
Location: Berlin Köpenick
Contact:

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

Post by kukki »

@marcus@localhorst:

Erst einmal besten Dank für dieses gute Tutorial, ich habe es gut hinbekommen.
Aber in der Version phpwcms 1.4.6 (2010/08/10, r402) funktioniert es nicht - es kommt keine Fehlermeldung, sondern nur folgende Reaktion bei diesem Testversuch:

Image

Auch nachdem ich die Styledefinition in der Featured.html ausgebessert habe, bleibt der Fehler - weil das Styleelement in diesen Construkt so nicht hingehört, dieser Fehler wird mir auch angeziegt bei einer W3C-Prüfung! Sogar mein Editor bemeckert diesen HTML-Script-CSS-Konstrukt :|
Attachments
FehlerSlider2.jpg
Lieber arm dran als Arm ab!

meine historische Website: Jagdgeschwader 300 1.9.34-R554
kukki's SpIeLwIeSe V.1.9.33 R553 responsive
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

Post by marcus@localhorst »

howdy,

setze

Code: Select all

$phpwcms['allow_cntPHP_rt']   = 1;
in der config, damit in den templates PHP verwendet werden kann.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

Post by flip-flop »

@kukki: Bedenke, die füllst eine Variabel vom Typ String mit Inhalt.
Prüfe mal die Anforderungen dazu bei deinem Konstrukt. String = "Da" passt "was" nicht". ????

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
kukki
Posts: 1707
Joined: Mon 7. Feb 2005, 20:02
Location: Berlin Köpenick
Contact:

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

Post by kukki »

@flipflop: Der Wald mit den vielen Bäumen ... :oops:
@marcus@localhorst: Ja - "1" habe ich drin und die Reaktion ist irgendwie für mich nicht ergründbar:
Zuerst habe ich noch einmal step by step alles aus Deinem Tutorial wiederholt eingespielt. Nur in der Featured.html habe ich die Notation auf <style type='text/css'> geändert. W3C und mein Editor bemeckerten die Notation <style> und die Seite ist konform. Richtig, das doppelte Hochkomma! :evil:

Aber es bleibt die Website wie oben zu sehen weiß, nur die Meldung darunter ist jetzt weg.
Lieber arm dran als Arm ab!

meine historische Website: Jagdgeschwader 300 1.9.34-R554
kukki's SpIeLwIeSe V.1.9.33 R553 responsive
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

Post by flip-flop »

Wir denn nun die [PHP]-Anweisung abgearbeitet bzw. stehen die CSS-Anweisungen im Seitenkopf?

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
kukki
Posts: 1707
Joined: Mon 7. Feb 2005, 20:02
Location: Berlin Köpenick
Contact:

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

Post by kukki »

Du redest jetzt vom Seiten-Quelltext :?:
Tja, da hast Du Recht, der sieht so aus:
Attachments
Procomposite.jpg
Lieber arm dran als Arm ab!

meine historische Website: Jagdgeschwader 300 1.9.34-R554
kukki's SpIeLwIeSe V.1.9.33 R553 responsive
dastel
Posts: 72
Joined: Wed 18. May 2005, 09:34

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

Post by dastel »

Sag mal, ist es möglich, das das unter der aktuellen Version r412 nicht geht????

Bei mir kommt nur Murx raus!
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

Post by update »

@kukki
Hast Du es schon mal statt mit
<style type='text/css'>
mit
<style type="text/css">
probiert?
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.
User avatar
kukki
Posts: 1707
Joined: Mon 7. Feb 2005, 20:02
Location: Berlin Köpenick
Contact:

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

Post by kukki »

flip-flop wrote:.... Prüfe mal die Anforderungen dazu bei deinem Konstrukt. String = "Da" passt "was" nicht". ???? ..
Klar doch, stand ja vorher drinnen und siehe Zitat von flipflop :mrgreen:

Ich habe den Quelltext mehrfach durchgeschaut, habe den weißen hintergrund mit Firebug temporär entfernt um zu sehen was eventuel hinter diesem steht - nix, gar nix ... :cry:
Lieber arm dran als Arm ab!

meine historische Website: Jagdgeschwader 300 1.9.34-R554
kukki's SpIeLwIeSe V.1.9.33 R553 responsive
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

Post by update »

Sorry, ja, gesehen.... :oops:

Und was ist mit den anderen:
$GLOBALS['block']....._slider_css']='
<style type="text/css">
.usw{...}
...
...
';
...
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.
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

Post by marcus@localhorst »

kukki, ist auf deiner Testseite kein Content der exemplarisch angezeigt werden kann?
http://www.procomposite-aero.de/gallery.phtml

Du kannst die style anweisungen doch auch in deine CSS datei packen und lässt den [PHP] kram aus der seite raus, wenns da probleme gibt.
User avatar
kukki
Posts: 1707
Joined: Mon 7. Feb 2005, 20:02
Location: Berlin Köpenick
Contact:

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

Post by kukki »

I hoab's gefund'n:
Ein Motor ohne Benzin bringt keine Leistung, ein Content Slider ohne Theaser bringt keine Ergebnisse! :roll: :oops: :mrgreen:

Da ich nicht allzu häufig Theasertexte für irgend welche Artikel verwende, habe ich natürlich mit keinem Deut daran gedacht, auch beim Test mal welche einzusetzen. Sollte man vielleicht doch tun!

Aber, so richtig funktionierend sieht es trotzdem noch nicht aus.Es tutet nicht so richtig slidern: :|
Attachments
Featured.jpg
Lieber arm dran als Arm ab!

meine historische Website: Jagdgeschwader 300 1.9.34-R554
kukki's SpIeLwIeSe V.1.9.33 R553 responsive
Post Reply