Forums › Forums › Search & Filter Pro › Various Issues
Tagged: V3
- This topic has 35 replies, 2 voices, and was last updated 6 years, 2 months ago by Anonymous.
-
Trevor(Private) September 24, 2018 at 5:40 am #189234
#2 I have seen it on sites, but not the code used. If your site already has such a function, do you know how that is applied? It might be easier to do that.
#4 Something like this:
.searchandfilter ul > li > ul:after{ display: inline-block; content: ""; border-bottom: 2px solid red; height: 2px; width: 100px; }
Obviously modify to your needs.
Trevor(Private) September 24, 2018 at 6:14 am #189238#1 I think the various containers are set incorrectly. The Ajax Container, for example, looks to be set to
#main
, but this is a WooCommerce page, so it would normally need to be.products
, but looking at your site, it might need to be.shop-container
. The Infinite scroll container would then be.products
and the individual post container would be.product
#2 I do not. The ones I have seen were development sites which are not publicly accessible. Your theme author may be able to tell you how they applied the accordion effect to the title in the form.
-
AuthorPosts