Slider or Rotator in vbCloud

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TheGLForum
    Senior Member
    • Jul 2014
    • 338
    • 5.0.X

    Slider or Rotator in vbCloud

    Is there any way to get a slider (like WOW Slider) to work in vbCloud? It requires access to the HEAD to add some script.

    Is there any 3rd party solution that could be run in an HTML module to create something like this?
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    You may want to take a look at this Tips & Tricks thread. It shows how to use Notices to add scripts to your page - http://www.vbulletin.com/forum/forum...ud-tips-tricks

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools <- awesome site for html/css help

    Comment

    • TheGLForum
      Senior Member
      • Jul 2014
      • 338
      • 5.0.X

      #3
      I tried that, but the Google Analytics trick ads the <script> to the bottom of the <BODY> section, not in the <HEAD> as I see it.

      Comment

      • Lynne
        Former vBulletin Support
        • Oct 2004
        • 26255

        #4
        It may not matter that it is in the <body>. Did you try it?

        Please don't PM or VM me for support - I only help out in the threads.
        vBulletin Manual & vBulletin 4.0 Code Documentation (API)
        Want help modifying your vbulletin forum? Head on over to vbulletin.org
        If I post CSS and you don't know where it goes, throw it into the additional.css template.

        W3Schools &lt;- awesome site for html/css help

        Comment

        • TheGLForum
          Senior Member
          • Jul 2014
          • 338
          • 5.0.X

          #5
          I did try. It did not work. Just displayed the three graphics one on top of another instead of displaying the WOW slider. I have used WOW on my other website, and love it.

          Comment

          • Zachery
            Former vBulletin Support
            • Jul 2002
            • 59097

            #6
            Can you show me the example code here in a code or html box?

            Comment

            • Wayne Luke
              vBulletin Technical Support Lead
              • Aug 2000
              • 73979

              #7
              Even without access to the head element, there should be a way to make this work. We need to see the code though. Until then, you should vote for this JIRA: http://tracker.vbulletin.com/browse/VBV-6207 Just click the vote link on the bottom left.
              Translations provided by Google.

              Wayne Luke
              The Rabid Badger - a vBulletin Cloud demonstration site.
              vBulletin 5 API

              Comment

              • TheGLForum
                Senior Member
                • Jul 2014
                • 338
                • 5.0.X

                #8
                Code:
                <!-- Start WOWSlider.com HEAD section -->
                <link rel="stylesheet" type="text/css" href="engine2/style.css" />
                <script type="text/javascript" src="engine2/jquery.js"></script>
                <!-- End WOWSlider.com HEAD section -->


                Code:
                <!-- Start WOWSlider.com BODY section -->
                <div id="wowslider-container2">
                <div class="ws_images">
                <ul>
                <li><a href="[URL="http://www.vbulletin.com/forum/core/view-source:http://www.theglforum.com/social-groups/darksiders/darksiders"]http://www.theglforum.com/social-groups/darksiders/darksiders[/URL]" target="_self"><img src="data2/images/darksiders300.jpg" alt="Darksiders" title="Darksiders" id="wows2_0"/></a></li>
                <li><a href="[URL="http://www.vbulletin.com/forum/core/view-source:http://www.theglforum.com/social-groups/darksiders/iron-butt"]http://www.theglforum.com/social-groups/darksiders/iron-butt[/URL]" target="_self"><img src="data2/images/ironbutt300.jpg" alt="Iron Butt" title="Iron Butt" id="wows2_1"/></a></li>
                <li><a href="[URL="http://www.vbulletin.com/forum/core/view-source:http://www.theglforum.com/social-groups/special-aa/moto-camping"]http://www.theglforum.com/social-groups/special-aa/moto-camping[/URL]" target="_self"><img src="data2/images/camping.jpg" alt="Camping" title="Camping" id="wows2_2"/></a></li>
                </ul></div>
                <!-- Generated by WOWSlider.com v4.8 -->
                <div class="ws_shadow">
                </div>
                </div>
                <script type="text/javascript" src="engine2/wowslider.js"></script> <script type="text/javascript" src="engine2/script.js">
                </script>
                <!-- End WOWSlider.com BODY section -->
                If you want to see how I have integrated this into my other website, go to http://www.cruisereport.com

                Comment

                • Lynne
                  Former vBulletin Support
                  • Oct 2004
                  • 26255

                  #9
                  Can we get a link to view it on your vB5 site? My guess is the links are incorrect. What are you really entering instead of "engine2/jquery.js" (and instead of the other engine2/* links) since that won't work on a cloud site.

                  Please don't PM or VM me for support - I only help out in the threads.
                  vBulletin Manual & vBulletin 4.0 Code Documentation (API)
                  Want help modifying your vbulletin forum? Head on over to vbulletin.org
                  If I post CSS and you don't know where it goes, throw it into the additional.css template.

                  W3Schools &lt;- awesome site for html/css help

                  Comment

                  • TheGLForum
                    Senior Member
                    • Jul 2014
                    • 338
                    • 5.0.X

                    #10
                    I think you just answered my question. On my other site, I had to FTP an engine directory to the root directory. Just remembered that.

                    Comment

                    Related Topics

                    Collapse

                    Working...