Mayank Dudakiya
Forum Replies Created
-
I have added the custom code of JS and it’s generating issues. When I click on select all filters, It will only show a single filter selected. Also, I have developed the remeber filters logic and it’s also generating issue. This is a very cool & useful feature for your plugin. Lot’s people using this kind of feature.
Do you have any code to develop select all filters? Please help me.
Forum: Plugins
In reply to: [Extensions for Elementor] ACF Pro Gallery Buttons Blocked@thomasrendleman Sorry for the delay in replying. We all are busy with the new year. I will try to resolve this issue ASAP.
Forum: Reviews
In reply to: [Extensions for Elementor] A work in progress but admin page issues@thomasrendleman Thank you for using this plugin. We are extremely sorry for the delay. We all are on new year leave so you can understand that. Sorry to hear about the issue. I will check and resolve the issue ASAP.
Hello Sir/Madam,
Thank you for the quick reply. I will add some javascript code to do job the done.Thanks Again.
Hello Sir/Madam,
Isn’t it replace the image again when I update the plugin?
I have done that via following css with the Option “Overlay skin : Default”
#woof_html_buffer{ height: 201px; width: 201px; background-image: url(/wp-content/uploads/2019/11/loading-ox.gif); background-size: 50%!important; background-color: transparent!important; color:transparent!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow: none!important; background-repeat: no-repeat!important; }
- This reply was modified 5 years, 3 months ago by Mayank Dudakiya.
- This reply was modified 4 years, 12 months ago by Marius L. J.. Reason: Removed link
Override loading icon in WOOF PRODUCT FILTER.
Note : Overlay skins should be Default
#woof_html_buffer{ height: 201px; width: 201px; background-image: url(loading-icon.gif); background-size: 50%!important; background-color: transparent!important; color:transparent!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow: none!important; background-repeat: no-repeat!important; }