Viewing 15 replies - 1 through 15 (of 23 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Hi,

    Does your theme call the wp_head and wp_footer action hooks?

    Thread Starter marleejoseph

    (@marleejoseph)

    I am unsure about that.

    However, we have other sliders working on other pages of our site. Example: http://www.swiftwick.com/sw/.

    Plugin Contributor Chris Dillon

    (@cdillon27)

    My plugin, like many others, relies on those two simple, common hooks to do things like fire up the slideshow. Every theme is different so all I can do is use what is recommended that most themes do.

    Now, that may not be the cause of the problem here but it’s the first thing to rule out.

    If you have full admin access, I can walk you through checking for those hooks. Or you can zip up your theme and send it to me via the contact form at wpmission.com.

    Thread Starter marleejoseph

    (@marleejoseph)

    I do have full admin access. If you could walk me through it, that would be fantastic and much appreciated.

    Thank you!!

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Of course, be sure to select your theme. I used Twenty Twelve as an example.

    Thread Starter marleejoseph

    (@marleejoseph)

    My header does not include wp_head, but my footer has wp_footer.

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Thanks for checking that.

    If you’re using the BWP Minify plugin, follow the instructions here:
    https://wordpress.org/support/topic/better-wordpress-minify-plugin?replies=2

    Otherwise, contact me at wpmission.com with a temporary admin login and I will take a deeper look.

    Thread Starter marleejoseph

    (@marleejoseph)

    Is the fix as simple as having my website administrator add the “wp_head” code to the header?

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Unfortunately, no. The plugin doesn’t do anything important in wp_head.

    I looked at the page source code and my hunch is the theme does some things in a non-“WordPress way” like loading jQuery directly instead of using the built-in version.

    It also uses the jQuery Cycle plugin for the slideshow which my plugin also uses and that’s not a problem. Since Cycle is so popular and there are two distinct versions of it, the plugin checks to see if it has already been enqueued (the WordPress way) and only loads it if necessary.

    So in the same fashion, if the theme loads Cycle directly instead of enqueueing it (the WordPress way), that may be the source of the conflict. But I can’t tell from the page source code.

    I really need to lay hands on the theme to see what’s going on.

    Edited for clarity.

    Hi Chris!
    I have the same problem on my website.
    I have created a template and i try to use your plug-in in this tamplate with php shortcode implementation.

    If i use plugin in a page work perfectly (es. http://www.giorgiopivato.com/test )but if i use in my php template does not work (http://www.giorgiopivato.com/home-susydany)

    The version of plug-in is 1.20.1 and wordpress version 4.2.2
    In my template i have used this code:
    <?php echo do_shortcode(‘[strong title thumbnail slideshow excerpt show_for=”5″ effect_for=”1″][/strong]’);?>

    Can you help me please?
    Thanks Daniele

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Hi Daniele,

    Due to the way the plugin enqueues scripts and stylesheets, using do_shortcode in a template will not work.

    I am working on a proper template implementation for the next release.

    Hi Chris!
    Thanks for your help.
    I wait next release πŸ™‚

    Daniele

    I’m using the MyCuisine theme from Elegant Themes. It has a Home Page options page on the Appearance menu where you either use built-in formatting for the footer of the home page, in three sections, or you can specify a page to embed in any of the three sections of the footer. I created a page that points to a Slideshow View and set the MyCuisine Home Page Section 3 to that page. The content shows up, but it doesn’t show up as a slideshow. Do you have any suggestions to get it to work?

    wp_head and wp_footer exist.

    The website is http://sardasfusioncatering.com

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Thanks for the details and for checking wp_head and wp_footer.

    It sounds like the plugin cannot find that page with the View during preprocessing. Is there any way to add its [testimonial_view] shortcode directly in section 3?

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Slideshow not working’ is closed to new replies.