• Afternoon,

    I have already bought yoyr AJAX products filter plugin so thought I’d give this a try as have had no luvk with other similar products, e.g. woothemes products compare.

    Have just installed; however, 2 issues:

    1. Compare/Added buttons of products displayed on same row join together to form 1 great long button – would be great if width of button could be set to match Select options button above.

    2. When I click Added button, which loads compare page, compare page is blank, containing page title (Compare) only.

    Here’s a link to my website:
    http://www.soffitmesh.co.uk/product-category/stainless-steel-woven/
    Can you help, please?

    Many thanks in advance,
    Richard

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

    (@dholovnia)

    Hi Richard,

    1. Please open plugin Settings page, tab css and add this code:

    
    .woocommerce ul.products li.product .button {
        width: 100px;
    }
    

    2. I see this error on your Compare page ‘Error: jQuery is not defined
    …”http://www.soffitmesh.co.uk/compare/”;jQuery(document).ready(function(){});;var…’ . With broken JavaScript it will not work. You need to find out what causing it. I suppose it is your Cache plugin that while trying to combine js files brake something.

    Add css code and fix the JavaScript issue and it will work as you need.

    Regards,
    Dima

    Thread Starter richbraithwaite

    (@richbraithwaite)

    Thanks Dima,

    Where do I find css tab. When I go to plugin settings I see as shown in link to screenshot:

    https://goo.gl/photos/XBtZ4EjZEPWksPSX9

    Richard

    Thread Starter richbraithwaite

    (@richbraithwaite)

    Regardless of above question, simply added your css to style.css in child theme!

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi Richard,

    Few weeks ago we add bulk of free plugins here and some of them can miss something. We will add CSS tab(that should be there) in next plugin release. We are working to make them better.

    What about issue with JavaScript? What cache plugin are you using? Maybe I can test it locally. Sometimes when merging and minimizing JavaScript it can provide issues. If you will turn off JavaScript manipulations error is still there?

    Regards,
    Dima

    Thread Starter richbraithwaite

    (@richbraithwaite)

    Hi again,

    Have deactivated all plugins except for woocommerce and yours – no caching anywhere. When opening above webpage in an ‘incognito tab’ and looking at chrome’s console (Ctrl + Shift + J) I see no errors but Compare is still not working!

    Can you replicate?

    Regards,
    Richard

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Couple of issues!’ is closed to new replies.