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 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 Voyant One on August 14, 2022, 14:20I 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?
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?
Quote from Pablo Borysenco on August 15, 2022, 11:25Hello
Please drop me exact link to the issue
Hello
Please drop me exact link to the issue
Quote from Voyant One on August 15, 2022, 11:28Hi 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?
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?
Quote from Pablo Borysenco on August 15, 2022, 11:44To add any private data - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png
To add any private data - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png
Quote from Voyant One on August 15, 2022, 11:50Ok I've added the private data
Ok I've added the private data
Quote from Pablo Borysenco on August 15, 2022, 13:23https://c2n.me/4goh7OC.png - for some reason the option is disabled in the shortcode settings
Please check this option - https://c2n.me/4gohm0a.png
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
Quote from Voyant One on August 15, 2022, 13:50That 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?
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?
Quote from Pablo Borysenco on August 16, 2022, 11:38hello
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
hello
Please add CSS:
z-index: 1;
z-index: 9;
Quote from Voyant One on August 22, 2022, 11:06Unfortunately, that did not seem to work.
AS you can see here: https://imgur.com/a/xUmgInk
Unfortunately, that did not seem to work.
AS you can see here: https://imgur.com/a/xUmgInk
Quote from Pablo Borysenco on August 22, 2022, 12:04Hello
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;
}
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;
}
Quote from Voyant One on August 22, 2022, 12:11Again not working.
Would it help if I have you access to the backend of the website so you can try on the site itself?
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?
Quote from Pablo Borysenco on August 23, 2022, 11:18Hello
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
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
Quote from Voyant One on August 23, 2022, 12:22I 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;
}
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;
}
Quote from Pablo Borysenco on August 24, 2022, 11:06Hello
Great! Welcome;)
Hello
Great! Welcome;)