• Resolved seasidebeach

    (@seasidebeach)


    Layout settings set to Isotope Layout- Isotope Filter= Categories
    Category Buttons do not work. Cannot find any documentation on setting this up

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Thanks for using our plugin, It should work with default, it may be the conflict with others.
    Can you please add this line at your functions.php file
    function __my_wpdocs_scripts_method() {
    wp_enqueue_script(“imagesloaded”);
    }
    add_action( ‘wp_enqueue_scripts’, ‘__my_wpdocs_scripts_method’ );

    Thread Starter seasidebeach

    (@seasidebeach)

    I added to my child theme functions.php and got the following error:

    Parse error: syntax error, unexpected ‘{‘ in /home/82/70/7297082/web/wp-content/themes/cerauno-child/functions.php on line 34

    Plugin Author RadiusTheme

    (@techlabpro1)

    only need to add this code

    function __my_wpdocs_scripts_method() {
    wp_enqueue_script(“imagesloaded”);
    }
    add_action( ‘wp_enqueue_scripts’, ‘__my_wpdocs_scripts_method’ );
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Isotope Layout- Isotope Filter not wokring’ is closed to new replies.