Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter tiabradford

    (@tiabradford)

    I’ve been trying to narrow down the issue.

    I am having trouble getting a script to load for with a custom theme made by another developer. Therefore it does not display on the page.

    The custom theme is based off of the Twenty Ten Theme.

    I have made a page to display the carousel. This is the page that does not display the carousel. I can only see it in the code.

    canflex.oakharborwebdesign.com/foo-owl-carousel/

    I made a different page where I stuck the script in manually to the footer to get it to show. This only works when I put in the specific ID# of the gallery. In this case #1507) I know this is not the correct way to do this, but I wanted to see if I could even get the carousel to show at all.

    canflex.oakharborwebdesign.com/test-page/

    This is what I put in the footer, I took this script from a different site where it was displaying correctly.
    /* The Owl Initialization Script
    /* The first lines conditionally show the slide animation */
    jQuery(function($){
    $(‘#foogall-1507’).owlCarousel({
    items: 3,
    nav:true,
    margin: 10,
    loop:true,
    autoplay: false,
    autoplaySpeed: 4000,
    smartSpeed:250,
    navSpeed: 1250,
    autoplayHoverPause: true,
    lazyLoad: true,
    autoWidth: 0 });
    });
    </script>

    Steps I have taken:

    1. Turned off all other plugins except foogallery and owl carousel. (Did not work)
    2. Switching themes (Worked in the other theme)
    3. Putting the script link in the header (caused the top half of site to disappear)
    4. Turning the FooBox plugin’s version of Jquery off (did not work)
    5. Made sure the script link to jquery was present and using an updated version.

    So, I have no idea why the initialization script will not run on any site with this theme.

    Would appreciate any insight you may have.

    Tia

    Thread Starter tiabradford

    (@tiabradford)

    Thank you,

    I look forward to hearing from you.

    Thread Starter tiabradford

    (@tiabradford)

    Hello,

    Finally got in touch with the original developer. The plugin works fine with the an alternate theme. I used Twenty Twelve. So it looks like the issue is specific to the theme.

    I will send you the theme.

    Tia

    Thread Starter tiabradford

    (@tiabradford)

    I am getting in contact with the original developer to test the plugin with a different theme. He has setup the admin backend to not allow the theme to be changed. So I must wait for his response before moving on.

    In the mean time I am using WordPress version 4.1.

    Thank you,
    Tia

    Thread Starter tiabradford

    (@tiabradford)

    Hi Matt,

    1. I am using the shortcode to put the gallery directly in the page text editor. There is no other code/tags around the shortcode in Text mode.

    2. Yes I have the latest version of FooGallery and FooGallery Owl Carousel installed.

    3. You are listed as the author of FooGallery Owl Carousel.
    https://canflex.howitworks.com/wp-content/uploads/2015/matt3.PNG
    I am taking over this site from a previous developer. He used Owl Carousel (Jquery Version) to display the sponsors listed on the front page homepage of the site. I am using FooGallery Owl Carousel Plugin for WordPress.

    4. Yes, I have tried disabling all plugins except FooGallery and Owl Carousel. It did not eliminate the issue.

    Thank you,
    Tia

Viewing 5 replies - 16 through 20 (of 20 total)