
brandingaddicted(@brandingaddicted)
11 Posts
Customers
Quote from brandingaddicted on October 25, 2021, 12:11

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 26, 2021, 11:08
Hello
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.

brandingaddicted(@brandingaddicted)
11 PostsTopic Author
Customers
Quote from brandingaddicted on October 26, 2021, 11:33
Hi 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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 26, 2021, 13:03
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.
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.

brandingaddicted(@brandingaddicted)
11 PostsTopic Author
Customers
Quote from brandingaddicted on October 26, 2021, 15:43
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!
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!

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 27, 2021, 11:48
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
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

brandingaddicted(@brandingaddicted)
11 PostsTopic Author
Customers
Quote from brandingaddicted on October 27, 2021, 17:22
Hi 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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 28, 2021, 11:40
Hello
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

brandingaddicted(@brandingaddicted)
11 PostsTopic Author
Customers
Quote from brandingaddicted on October 28, 2021, 15:53
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.
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.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 29, 2021, 12:00
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
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

brandingaddicted(@brandingaddicted)
11 PostsTopic Author
Customers
Quote from brandingaddicted on October 29, 2021, 15:47
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
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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 1, 2021, 12:06
Hello
Great! Welcome;)
Hello
Great! Welcome;)