Photo view doesn’t display correctly with Avada Theme

Home Forums Calendar Products Events Calendar PRO Photo view doesn’t display correctly with Avada Theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1393411
    austinight
    Participant

    Hi,

    I’ve recently purchased Event Calendar PRO, Aggregator and Filter. I’ve made all the necessary updates (theme, Fusion Core, Fusion Builder, WordPress). Photo view doesn’t display correctly on the following page:
    https://austinight.com/book/ or see attachment.

    Am I missing something?

    Thank you for your help.

    #1393729
    Mathew
    Participant

    Hello,

    There’s a conflict between Avada’s and TEC’s Isotope library with only one way to resolve the issue until TEC updates the library.

    It looks like you are using the Avada Child Theme, which is good and will make this easy.

    First download the Isotope library from https://isotope.metafizzy.co/.
    Place the downloaded file, isotope.pkgd.min.js, in the Avada-Child-Theme folder.
    Add the following to your functions.php in the Avada-Child-Theme folder:


    // Enqueue latest version of isotope in TECPro

    add_action('wp_enqueue_scripts', 'custom_isotope_js');

    function custom_isotope_js() {
    wp_enqueue_script(
    'tribe-events-pro-isotope',
    get_stylesheet_directory_uri() . '/isotope.pkgd.min.js',
    array('tribe-events-pro-imagesloaded')
    );
    }

    Hope this helps.

    #1393901
    austinight
    Participant

    That did it.

    Thank you. I have another question and will open another thread for it.

    #1394336
    Courtney
    Member

    Thanks Mathew!


    @austinight
    I’m glad that worked out. Do ping us again if you run into any other issues.

    Thanks
    Courtney 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Photo view doesn’t display correctly with Avada Theme’ is closed to new replies.