Tooltip for filter: change animation
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from brandingaddicted on October 25, 2021, 12:11Hi,
please look at this video: https://www.screencast.com/t/2dbQO3taOCvI would change animation for tooltip, this kind is not so good.
How to?
Thanks
please look at this video: https://www.screencast.com/t/2dbQO3taOCv
I would change animation for tooltip, this kind is not so good.
How to?
Thanks
Quote from Pablo Borysenco on October 26, 2021, 11:08Hello
Please drop me exact link to the issue.
My plugin has no animation like this.
Hello
Please drop me exact link to the issue.
My plugin has no animation like this.
Quote from brandingaddicted on October 26, 2021, 11:33Hi Pablo,
https://demo4.brandingaddicted.com/shop/
Il would be possible to have an animation like tooltips below of yours?
Thanks
Hi Pablo,
https://demo4.brandingaddicted.com/shop/
Il would be possible to have an animation like tooltips below of yours?
Thanks
Quote from Pablo Borysenco on October 26, 2021, 13:03Try to add CSS:
.woof p:hover.woof_tooltip span.woof_tooltip_data {
margin-left: unset;
left: calc( 50% - 25px);
}
this style removes animation. But it seems to be in conflict with the current theme.
Try to add CSS:
.woof p:hover.woof_tooltip span.woof_tooltip_data {
margin-left: unset;
left: calc( 50% - 25px);
}
this style removes animation. But it seems to be in conflict with the current theme.
Quote from brandingaddicted on October 26, 2021, 15:43Hi Pablo,
i added this code, but result is not so good: when you move over the mouse, tooltip moves.
Could I have a simple fade-in and fade-out without movements?
Let me know, thanks a lot!
Hi Pablo,
i added this code, but result is not so good: when you move over the mouse, tooltip moves.
Could I have a simple fade-in and fade-out without movements?
Let me know, thanks a lot!
Quote from Pablo Borysenco on October 27, 2021, 11:48Hello
Could I have a simple fade-in and fade-out without movements? - Yes! But that doesn't depend on my plugin - https://share.pluginus.net/image/i20211027123939.png This is how it works - https://share.pluginus.net/video/v20211027124250.mp4
Try to make a test page. Add shortcode [woof] in content
Hello
Could I have a simple fade-in and fade-out without movements? - Yes! But that doesn't depend on my plugin - https://share.pluginus.net/image/i20211027123939.png This is how it works - https://share.pluginus.net/video/v20211027124250.mp4
Try to make a test page. Add shortcode [woof] in content
Quote from brandingaddicted on October 27, 2021, 17:22Hi Pablo,
this is the test page: https://demo4.brandingaddicted.com/elementor-7110/
Could you kindly help me to bypass this problem?
Thanks
Hi Pablo,
this is the test page: https://demo4.brandingaddicted.com/elementor-7110/
Could you kindly help me to bypass this problem?
Thanks
Quote from Pablo Borysenco on October 28, 2021, 11:40Hello
Yes, it looks like a problem with a third-party sidebar
Try to use - https://products-filter.com/extencion/slideout
Hello
Yes, it looks like a problem with a third-party sidebar
Try to use - https://products-filter.com/extencion/slideout
Quote from brandingaddicted on October 28, 2021, 15:53Hi,
thanks for suggestion, I am using it now.
I would ask you something:
- How to add a title to sidebar? I would add "FILTRA PRODOTTI" inside the slideout, at the top.
- How to add an overlay layer to the rest of page when slideout is active?
Let me know please, thanks.
Hi,
thanks for suggestion, I am using it now.
I would ask you something:
- How to add a title to sidebar? I would add"FILTRA PRODOTTI" inside the slideout, at the top.
- How to add an overlay layer to the rest of page when slideout is active?
Let me know please, thanks.
Quote from Pablo Borysenco on October 29, 2021, 12:00Hello
1)You can use a hook - 'woof_print_content_before_redraw_zone'
add_filter('woof_print_content_before_redraw_zone', function($content){
return "<h3>Any text!!!!!</h3>"
});
2) unfortunately the plugin does not have such a feature
Hello
1)You can use a hook - 'woof_print_content_before_redraw_zone'
add_filter('woof_print_content_before_redraw_zone', function($content){
return"<h3>Any text!!!!!</h3>"
});
2) unfortunately the plugin does not have such a feature
Quote from brandingaddicted on October 29, 2021, 15:47Hi,
thanks for hook, it worked.
For second question, I solved with a little css workaround: when slideout panel is open, I added a huge shadow and it seems an overlay layer.
div.woof-slide-out-div.woof_slideout_default.ui-slideouttab-panel.ui-slideouttab-left.ui-slideouttab-ready.ui-slideouttab-open {
border: 0px!important;
box-shadow:0 0 0 10000px rgba(0,0,0,.50);
}See you soon.
Thanks
Hi,
thanks for hook, it worked.
For second question, I solved with a little css workaround: when slideout panel is open, I added a huge shadow and it seems an overlay layer.
div.woof-slide-out-div.woof_slideout_default.ui-slideouttab-panel.ui-slideouttab-left.ui-slideouttab-ready.ui-slideouttab-open {
border: 0px!important;
box-shadow:0 0 0 10000px rgba(0,0,0,.50);
}
See you soon.
Thanks
Quote from Pablo Borysenco on November 1, 2021, 12:06Hello
Great! Welcome;)
Hello
Great! Welcome;)