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

Change the interface

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.

Hello

unfortunately I did not understand your question. Can you describe this in more detail? Can you create  screenshots  with the  issue?

hi, on the main category pages the floating filter isn't showing. https://ibb.co/5rwrpdq
https://ibb.co/rc65Rfj

You see the regular filter and when you click on it at use that filter, than the floating filter is showing. But i want the floating filter to be on the main category pages from the start.
How can I achieve that the floating filer is showing at pages like https://shabbytiger.nl/product-categorie/spring-summer/ and https://shabbytiger.nl/product-categorie/sieraden/

Hello

Ok!  Please  read  my message - https://share.pluginus.net/image/i20240430131421.png

1)  My  test https://share.pluginus.net/video/v20240426110430.mp4https://share.pluginus.net/image/i20240426110455.png

You paste the shortcode into the area that your theme hides.

hi, i don't understand because i have put the code into this block with the settings 'show on checked devices' -> mobile.

Here you can see the screenshot: https://ibb.co/pLJVTBQ

Hello

Unfortunately this does not depend on my plugin. And in fact the block is hidden for mobile devices

I think the point is that the sidebar is completely hidden. And in this case, any widget in the sidebar will be hidden.

So you shouldn't put this shortcode in your sidebar.

hi, the code is in my shop widgets, not in my sidebar https://ibb.co/LPyY4g6

If you go to https://shabbytiger.nl/product-categorie/spring-summer/?swoof=1&pa_categorie=oorbellen&really_curr_tax=5026-product_cat it is visible. But like i said it's not visible for some reason at the main categories like https://shabbytiger.nl/product-categorie/spring-summer/

And the option to show on mobile is checked, so why do you say the block is hidden?

Hello

the code is in my shop widgets, not in my sidebar  - Exactly what this widget is in the sidebar

so why do you say the block is hidden?  - Because it's a fact!  https://share.pluginus.net/video/v20240426110430.mp4

If you go to https://shabbytiger.nl/product-categorie/spring-summer/?swoof=1&pa_categorie=oorbellen&really_curr_tax=5026-product_cat it is visible. But like i said it's not visible for some reason at the main categories like https://shabbytiger.nl/product-categorie/spring-summer/ - there is no filter visible on these pages

For the test: please remove this shortcode from this widget and paste it into the widget which is in the footer

 

when i place it in the footer its visible but not as floating filter https://ibb.co/7Rk3X3C

Hello

I did a test - https://c2n.me/4kNRYD6  - but I can't repeat your error. Maybe it's a cache.

Please check your cache settings, there should be an option something like"Different cache for mobile devices"

Hi, i've placed the slide out filter for mobile in 'Shop Widgets' as 'text' with the shortcode. Is that correct? As i dont see it on mobile https://ibb.co/qp053S2

hi, there's something strange with the filters on mobile. >> https://www.veed.io/view/74bee816-910b-4690-a598-cb5bb9ff1e45

When i click on the orange word 'filters' the floating filter pops up. But i don't want that orange word with 'filters' i want only the floating filter and want to see it right away.

The video is made on this page https://shabbytiger.nl/product-categorie/mannen/

Hello

i've placed the slide out filter for mobile in 'Shop Widgets' as 'text' with the shortcode. Is that correct? - no. You still placed the shortcode in the sidebar which is hidden on the mobile device

Unfortunately I can't watch your video

hi,

So the filters don't look the same on every page on mobile.

On a main category page 'spring/summer' https://shabbytiger.nl/product-categorie/spring-summer/ it doesn't look good. The filter is in the centre and the settings are not like on 'armbanden'.

And on a page like 'armbanden' it does look good https://shabbytiger.nl/product-categorie/spring-summer/?swoof=1&pa_categorie=armbanden&really_curr_tax=5026-product_cat

https://ibb.co/zRL58L2

https://ibb.co/Qn5TTQz

How can I achieve that the filters on mobile all look like on the page 'armbanden'?

Hello

Ok!  Please remove these shortcodes

and try to add in functions.php

add_action( 'wp_footer', function(){

if( is_woocommerce()){

echo do_shortcode("Please  paste  here  your shortcode");

}

} );

Delete the short code for mobile from widgets?

And add this code in functions.php?

add_action( 'wp_footer', function(){

if( is_woocommerce(){

echo do_shortcode ("woof_slideout image=null image_h=50 image_w=50 location=right speed=100 action=click offset=250px onloadslideout=false mobile_behavior=1 text=Filters ][/woof_slideout");

}

} );

 

 

When i do that, i get this error:

Your PHP code changes were not applied due to an error on line 0 of file Unknown. Please fix and try saving again.

Exception thrown without a stack frame

Hello

https://share.pluginus.net/image/i20240513105305.png - You are missing a close parenthesis  in your condition and there are no square brackets in your shortcode

 

So like this?

add_action( 'wp_footer', function(){

if( is_woocommerce()){

echo do_shortcode("[woof_slideout image=null image_h=50 image_w=50 location=right speed=100 action=click offset=250px onloadslideout=false mobile_behavior=1 text=Filters ][/woof_slideout]");

}

 

 

When i add that i get this error:

Your PHP code changes were not applied due to an error on line 0 of file Unknown. Please fix and try saving again.

Exception thrown without a stack frame

This time you missed this - https://share.pluginus.net/image/i20240513124308.png

please try this code

add_action( 'wp_footer', function(){

if( is_woocommerce() == true){

echo do_shortcode("[woof_slideout image=null image_h=50 image_w=50 location=right speed=100 action=click offset=250px onloadslideout=false mobile_behavior=1 text=Filters ][/woof_slideout]");

}

});

It now looks like this:
https://ibb.co/zF0qW1W

But i want it to look like on the other pages, like the image i've enclosed

Hello

please check your wp-admin access - https://share.pluginus.net/image/i20240514120458.png

or  disable js optimization