• Resolved jboyd2107

    (@jboyd2107)


    I am attempting to provide a link to another website from the Description portion of the shop page Group Filter. The cursor successfully identifies the anchor tag as a link pointed at a url, but will not load the page upon clicking. I have examined the z-index of the surrounding elements and messed with the pointer-events properties of surrounding elements from the browser inspect tool to no avail. Please assist.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    As I see right now our filters are missing there Javascript files. You need to purge cache for Javascript and CSS files and allow cache plugin to gather all the files again.

    Regards,
    Dima

    Thread Starter jboyd2107

    (@jboyd2107)

    Ok. I used my WP Fastest Cache Premium to clear all cache elements – for the site, page, and minified CSS and JS. Still no results on the issue.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    And still I see don’t see Javascript files for our plugin. I can see other Javascript in files eg https://boydnursery.net/wp-content/cache/wpfc-minified/1yokbczt/1x5tx.js

    Please turn WP Fastest Cache off for now. We will configure the filters, clear cache for Javascript and CSS and run the cache again.

    Regards,
    Dima

    Thread Starter jboyd2107

    (@jboyd2107)

    Ok. WP Fastest Cache and its premium extension have been disabled.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Now I can see working filters. Please add this Javascript to overpass:

    
    jQuery(document).on('click', '.berocket_aapf_description_div a', function( event ) {
        jQuery(this).click();
    });
    

    You can add it in the child theme’s frontend Javascript file or with help of some plugin.

    Regards,
    Dima

    Thread Starter jboyd2107

    (@jboyd2107)

    Thank you. That did the trick!

    • This reply was modified 4 years, 5 months ago by jboyd2107.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Links in Filter Description Not Working’ is closed to new replies.