Hi trodat330,
I don’t see my plugin’s widgets activated on that page.
I need to see issue to fix it.
Regards,
Dima
Hi trodat330,
The problem is in your theme. There is some transparent div over the widgets and if they don’t have style position: relative; they are under it so you cannot click them.
Add this css:
.berocket_aapf_widget-title {
position: relative;
}
ul.berocket_aapf_widget {
position: relative;
}
Go to plugin settings page
Tab JavaScript
– add this to the Before Update
jQuery('.pager_wrapper').remove();
Tab General
– set Products selector = .products_wrapper
Regards,
Dima
Dima, thanks for your help. I did get it working by following your instructions. Now I noticed that the pagination links are doubling up the directories after I apply the filter, for example:
I go from here:
http://www.aacleve.org/product-category/books/
To here:
http://www.aacleve.org/product-category/books/page//product-category/books/page/2/
I also noticed by activating the plugin, it puts my category products per page count to 9 when I have it set at 18 per page in the betheme admin. I can not override this in the functions.php file.
Hi trodat330,
Please try to enable Template ajax load fix. This must solve most qof your problems. Please wait for new release of the plugin that has more fixes.
Regards,
Dima