robato
Forum Replies Created
-
Forum: Plugins
In reply to: [annasta Filters for WooCommerce] AttributesI just bought it and it was supported! Awesome plugin, keep up the good work! ππ
Forum: Plugins
In reply to: [annasta Filters for WooCommerce] AttributesTo be more clear π
I was wondering if it was possible to hide filters when the products on the page do not match any of the values for a particular filter?
Check this video that i have recorded, if i filter with attributes and go into the product and then go back to the page it shows no product but the url havent been changed. But If i dont choose to filter with attributes and just use the others for an example, category and such and then after go to product and go back the products is showed as filtered. So something with the attributes is wrong and not working correctly with 6.3.
I also noticed if you disable ajax search, filtering by attributes doesnt work at all only the others working.
I dont know if its an bug after the database gets update after WC 6.3. If i delete the filter that i used to have and make a new one from scratch, then the filtering by multiple attributes working correctly.
So if someone else have the same problem, test delete filtering and make a new one.
- This reply was modified 4 years, 2 months ago by robato.
Forum: Themes and Templates
In reply to: [Kadence] Adding space between post and headerHi @prarc You can probably change it in the theme settings for Kadence, but since I don’t use Kadence myself you could always try change it with CSS.
Try this CSS code and adjust it as you like:
.site-container { margin-bottom: 2em }Let me know how it works.
- This reply was modified 4 years, 3 months ago by robato.
Forum: Themes and Templates
In reply to: [Simple Dark] CSS HelpTry following:
.widget-title { color: #77bc1c } .wp-block-calendar { color: #77bc1c }`
Im just an regular forum user here, so i have no information or knowledge about this particular theme π
- This reply was modified 4 years, 3 months ago by robato.
Forum: Themes and Templates
In reply to: [Simple Dark] CSS HelpI do not really understand what you mean, but test the CSS code below:
.widget.col .widget-title { color: #77bc1c } .site-title a { color: #77bc1c }- This reply was modified 4 years, 3 months ago by robato.
Forum: Plugins
In reply to: [Easy Notification Bar] Space Below Notification BarTry this CSS code and adjust it as you like:
.easy-notification-bar { margin-bottom: -3em; }π
- This reply was modified 4 years, 3 months ago by robato.