• I can’t get the jetpack carousel to work in the Oxygen theme Version .5 (latest version).

    When I switch my theme to the Twenty Twelve theme the carousel works just fine.

    I’ve tried adding this code to the end of functions.php via FTP but I’m still not having any luck.

    function child_theme_setup() {
    remove_shortcode(‘gallery’, ‘gallery_shortcode_tbs’);
    add_shortcode(‘gallery’, ‘gallery_shortcode’);

    }
    add_action( ‘after_setup_theme’, ‘child_theme_setup’ );

    The page that I’m working on is
    https://mybarnwoodframes.com/blog/photo-gallery/

    Please Advise.

  • The topic ‘[Plugin: Jetpack by WordPress.com] Carousel Not Working in Oxygen Theme’ is closed to new replies.