Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: top_logo.jpg in top_logo.html ändern

    Bastian999

    • Neu im Forum
    • Beiträge: 13
    • Geschlecht:
    top_logo.jpg in top_logo.html ändern
    am: 28. Februar 2016, 18:19:27
    Hallo und einen wunderschönen Sonntag Abend.

    Ich möchte gerne aus dem top_logo.jpg eine top_logo.html zaubern in der ich dann eine Diashow integriere. Einen Quellcode habe ich hierfür bereits im Netz gefunden.

    Jedoch reicht es wohl nicht in der stylsheet.css aus Zeile 163 "background: #948C90 url(img/top_logo.jpg) no-repeat;" , Zeile "background: #948C90 url(img/top_logo.html) no-repeat;" zu machen.

    Kann mir bitte jemand sagen , was ich evt. hier vergessen habe bzw ist es überhaupt möglich?

    Hier der Quellcode der Diashow:

    <center> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
     </script><script type="text/javascript" src="http://u.jimdo.com/www62/o/se2638f08eddfc235/userlayout/js/fadeslideshow.js">
     //<![CDATA[
     /***********************************************
     * Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
     * This notice MUST stay intact for legal use
     * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
     ***********************************************/
     //]]>
     </script><script type="text/javascript">
     //<![CDATA[
     var mygallery=new fadeSlideShow({
     wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
     dimensions: [300, 300], //width/height of gallery in pixels. Should reflect dimensions of largest image
     imagearray: [
     ["http://shop.asia-stone.de/images/Diashow 3.1.jpg", "", "", ""],
     ["http://shop.asia-stone.de/images/Diashow 3.2.jpg", "", "", ""],
     ["http://shop.asia-stone.de/images/Diashow 3.3.jpg", "", "", ""],
     ["http://shop.asia-stone.de/images/Diashow 3.4.jpg", "", "", ""],
     ["http://shop.asia-stone.de/images/Diashow 3.5.jpg", "", "", ""],
     ["http://shop.asia-stone.de/images/Diashow 3.6.jpg", "", "", ""]

     ],
     displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false, randomize:true},
     persist: false, //remember last viewed slide and recall within same session?
     fadeduration: 3000, //transition duration (milliseconds)
     descreveal: "peekaboo",
     togglerid: ""
     })
     //]]>
     </script>
    <div id="fadeshow1">&nbsp;</div>
    </center>

    Danke Euch!

    Linkback: https://www.modified-shop.org/forum/index.php?topic=34467.0
    rechtstexte für onlineshop

    Bonner

    • Fördermitglied
    • Beiträge: 848
    • Geschlecht:
    Re: top_logo.jpg in top_logo.html ändern
    Antwort #1 am: 28. Februar 2016, 20:10:08
    Code: PHP  [Auswählen]
    <center> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
     </script><script type="text/javascript" src="http://u.jimdo.com/www62/o/se2638f08eddfc235/userlayout/js/fadeslideshow.js">
     //<![CDATA[
     /***********************************************
     * Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
     * This notice MUST stay intact for legal use
     * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
     ***********************************************/

     //]]>
     </script><script type="text/javascript">
     //<![CDATA[
     var mygallery=new fadeSlideShow({
     wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
     dimensions: [300, 300], //width/height of gallery in pixels. Should reflect dimensions of largest image
     imagearray: [
     ["http://shop.asia-stone.de/images/Diashow 3.1.jpg", "", "", ""],
     ["http://shop.asia-stone.de/images/Diashow 3.2.jpg", "", "", ""],
     ["http://shop.asia-stone.de/images/Diashow 3.3.jpg", "", "", ""],
     ["http://shop.asia-stone.de/images/Diashow 3.4.jpg", "", "", ""],
     ["http://shop.asia-stone.de/images/Diashow 3.5.jpg", "", "", ""],
     ["http://shop.asia-stone.de/images/Diashow 3.6.jpg", "", "", ""]

     ],
     displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false, randomize:true},
     persist: false, //remember last viewed slide and recall within same session?
     fadeduration: 3000, //transition duration (milliseconds)
     descreveal: "peekaboo",
     togglerid: ""
     })
     //]]>
     </script>
    <div id="fadeshow1">&nbsp;</div>
    </center>

    Bonner

    • Fördermitglied
    • Beiträge: 848
    • Geschlecht:
    Re: top_logo.jpg in top_logo.html ändern
    Antwort #2 am: 28. Februar 2016, 20:11:14
    Code am besten immer über den Button PHP etc. einfügen...verbessert die Lesefähigkeit.

    Ich habe das dann mal für Dich gemacht...

    Bonner
    2 Antworten
    2722 Aufrufe
    19. Juni 2012, 12:20:06 von Cosmicbase
    3 Antworten
    2981 Aufrufe
    15. April 2010, 17:33:06 von vsell
    2 Antworten
    1378 Aufrufe
    28. Oktober 2017, 22:26:15 von bebbi
    1 Antworten
    1826 Aufrufe
    21. Januar 2016, 13:50:22 von Fakrae
               
    anything