PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

WOOF slide out on mobile only

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 please
If 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.

I am using WOOF in combination with the divi builder

I now want to use booth the default WOOF filter and the Slideout extension.

I've build a simple page with Divi with a sidebar on the left with both the shortcodes in the sidebar:

[woof]

[woof_slideout image=null image_h=50 image_w=50 location=right speed=100 action=click offset=100px onloadslideout=false mobile_behavior=1 text=Filter ][/woof_slideout]

For some reason both filters show up on desktop, even though according to the documentation and examples I have seen online everything should be configured correctly.

What is going on?

 

Hello

Please drop me  exact  link to the  issue

 

Hi there,

The issue is currently happening on a website that is under development, I would need to give you password access, but I would like to do that more privately. Is that an option?

To add any private data - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png

Ok I've added the private data

https://c2n.me/4goh7OC.png - for some reason the option is disabled in the shortcode settings

Please check  this  option - https://c2n.me/4gohm0a.png

That seems to have solved the issue. Thank you.

Follow-up question, how do I lower the location of the filter button (runs over the menu now) and how can I make sure it is always on top?

 

 

 

hello

Please  add  CSS:

body .et-db #et-boc .et-l.et-l--header .et_builder_inner_content {

     z-index: 1;

body .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_1_4{

z-index: 9;

clear all cache  and  do a test

Unfortunately, that did not seem to work.

AS you can see here: https://imgur.com/a/xUmgInk

 

Hello

Try  it please:

.et-boc .et_pb_row_1-4_3-4 .et_pb_column et_pb_column_1_4.et_pb_column_0_tb_body {

z-index: 999;

}

Again not working.

Would it help if I have you access to the backend of the website so you can try on the site itself?

Hello

unfortunately this is not included in the free support

you need to change the z-index of this container - https://share.pluginus.net/video/v20220823091850.mp4

I completely understand.

I've solved the issue myself after your very useful mp4

For other people using Divi and this combination of tools:
The correct way to do this is:
.et-db #et-boc .et-l .et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child, .et-db #et-boc .et-l .et_pb_row .et_pb_column.et-last-child, .et-db #et-boc .et-l .et_pb_row .et_pb_column:last-child

{

z-index:1!important;

}

Hello

Great!  Welcome;)