Announcement

Collapse
No announcement yet.

wow slider and Captcha

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    wow slider and Captcha

    I just uploaded my site to a new server. I am faced with two new issues.
    Firsty my WOW slider does not changes the images, instead the 5 images are shown permantely on the homepage going down vertically.

    The other issue is that on the contact page the RE CAPTCHA does not always load and it come up with a version error.

    THANKS in advance for your kind imput.

    www.bagcraft.co.uk

    #2
    The jQuery code that does WOW Slider is not being loaded.

    You have
    Code:
    <script type="text/javascript" src="http://www.bagcraft.co.uk/home-slideshow/engine1/wowslider.js"></script>
    <script type="text/javascript" src="http://www.bagcraft.co.uk/home-slideshow/engine1/script.js"></script>
    Unless you've created such a folder structure on your site and copied the JS files there they won't be found.

    The usual way to do this is to ensure files script.js and wowslider.js are directly in your Site folder and use code like:
    Code:
    <script type="text/javascript" src="wowslider.js"></script>
    <script type="text/javascript" src="script.js"></script>
    SellerDeck will then automatically detect these files and upload them for you.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      issues with slider

      thanks for your reply greatly appreciated

      can you let me know if there is a simple change i can make ?

      on firefox 58.0.2 64 bit not working

      on firefox 52.6.0 32 bit it is working

      thank you

      Comment

      Working...
      X