Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author jamesdbruner

    (@jamesdbruner)

    Can I get a link to your website?

    Thread Starter JaguarK13

    (@jaguark13)

    Plugin Author jamesdbruner

    (@jamesdbruner)

    Can you give me some screenshots so I can see what’s going on or possibly create/give me a login for your site (you can email me at jamesdbruner[at]gmail.com)?

    Plugin Author jamesdbruner

    (@jamesdbruner)

    Okay, so you’re getting a “Cheatin’ Uh” error which can be difficult to solve though I will look into it. This is the first time I’ve seen this happen to this plugin. I think it might be that you’re running an older version of php on your server, though I can’t say for sure. I’m not entirely sure how to solve that error at the moment but if you have access to edit your themes header.php we can work around this fairly easily. Somewhere after “wp_head()” but before “</head>” add this code:

    <?php echo do_shortcode( '[vegasslider id="91" fade="5000" delay="4000" overlay="" title="" arrows="no" autoplay="yes"]' ) ?>

    Let me know if it works!

    Thread Starter JaguarK13

    (@jaguark13)

    This is how I placed it and updated but site is still the same.

    <?php wp_head(); ?>
    <?php echo do_shortcode( ‘[vegasslider id=”91″ fade=”5000″ delay=”4000″ overlay=”” title=”” arrows=”no” autoplay=”yes”]’ ) ?>
    </head>

    Plugin Author jamesdbruner

    (@jamesdbruner)

    The background slider seems to be working when I go to it. Just edit the slideshow you created to use the images you want!

    Plugin Author jamesdbruner

    (@jamesdbruner)

    Oh, make sure that your footer.php has wp_footer();

    I just realized that it’s only working when I’m logged in.

    Thread Starter JaguarK13

    (@jaguark13)

    Ah man your a genius!

    The only thing is that the slider seems to fail on the home screen but when i click on the about me it starts.

    Is this normal?

    Thread Starter JaguarK13

    (@jaguark13)

    Sorry I didn’t get your last post regarding the wp_footer

    Where do I insert that? I am on the footer.php

    Plugin Author jamesdbruner

    (@jamesdbruner)

    Here, this says it better than I could. http://codex.wordpress.org/Function_Reference/wp_footer

    Thread Starter JaguarK13

    (@jaguark13)

    Yes! Thanks James its working like a charm now!

    Plugin Author jamesdbruner

    (@jamesdbruner)

    Thanks for sticking this out with me and getting it working instead of just giving up and moving on!! Hope you enjoy the plugin 🙂

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Vegas Slider on Responsive Theme’ is closed to new replies.