• Resolved rshiery88

    (@rshiery88)


    I am using WooCommerce and the Storefront theme, I cannot get the carousel effect to work on my gallery ??

    Here is the gallery I am trying to make into a carousel:
    https://rileyshiery.com/portfolio/

    I am assuming that after I activate the Module in Jetpack it is supposed to convert any non-tiled gallery to a carousel? I am using the Circles setting.

    I have already tried adding this code to my child’s functins.php:

    function child_theme_setup() {
       remove_shortcode('gallery', 'gallery_shortcode_tbs');
       add_shortcode('gallery', 'gallery_shortcode');
    
    }
    add_action( 'after_setup_theme', 'child_theme_setup' );

    But no luck ??

    Thank you in advance for your time and help.

    https://www.ads-software.com/plugins/jetpack/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    That seems weird. Does the problem disappear once you switch to a different theme?

    Thread Starter rshiery88

    (@rshiery88)

    Unfortunately no ??

    I switched to the 2015 theme and there was no change. Should I make a child theme to 2015 and try adding the above snipped to a functions.php?

    Riley

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Thanks for giving it a try.

    remove_shortcode('gallery', 'gallery_shortcode_tbs');

    I assume that custom Gallery function was specific to your theme, so adding it to 2015 wouldn’t help I’m afraid.

    What other plugins do you use on that site, apart from Jetpack and Woocommerce?

    Thread Starter rshiery88

    (@rshiery88)

    Thank you for responding!

    I am using the following extensions:

    1. Bulk Photo to Product Importer
    2. Jetpack
    3. Regenerate Thumbnails
    4. Search & Replace
    5. Search & Filter
    6. Search By Product Tag
    7. Storefront Extension – Align Menu Right
    8. WooCommerce
    9. WooSidebars (Also not working correctly yet)
    10. WordPress Importer
    11. WP Gallery Custom Links

    :S I know its a lot…

    Plugin Contributor Ryan C.

    (@ryancowles)

    Hi there! I had a look at your site, and Carousel seems to be working as expected. Have you been able to resolve the issue?

    If not, could you try temporarily disabling the WP Gallery Custom Links plugin? Then, check to see if the issue persists.

    Please let me know about the above, and we can go from there!

    Thread Starter rshiery88

    (@rshiery88)

    It is working ??

    Not sure what happened, I re-uploaded all my images and rebuilt the gallery, and now it works!

    Thanks for your help.

    Riley

    Plugin Contributor Ryan C.

    (@ryancowles)

    Thanks for the update, Riley! Glad to hear that the issue seems to be resolved. Don’t hesitate to give me a shout if you experience any further trouble!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Cant get Carousel to work’ is closed to new replies.