Archived topic
Slideout styles messed up
3 replies · Started by Aleš on January 29, 2019
Hello!
I tried activating slideout on my GP theme enabled woocommerce site. It shows and displays data but styling is messed up. If I add any widget to the menu it is not displaying correctly. One of the problems is when using Product Category filter widget, the dropdown is not displayed correctly because of the "Select2" css which is added when Slide out menu is enabled on site. Price range filter does not show the "range elider" and so on.
Hi there,
we are in the process of updating the slideout menu to handle dynamic widgets such as the woocommerce cart and price filter. The beta of which should be coming soon. Are you able to wait a week or two?
Thx for info. OK I will try to do it withouth the slideout menu. Will you update me here on your progress or is there any other channel for that?
Hi there,
Are you comfortable enough to edit the GP Premium plugin?
If so, go to wp-content/plugins/gp-premium/menu-plus/functions/generate-menu-plus.php and find this line:
'before_widget' => '<aside id="%1$s" class="slideout-widget">',
Then replace it with this:
'before_widget' => '<aside id="%1$s" class="slideout-widget %2$s">',
That should fix the issue until we release the update. We don't have a 1.7.8 planned, so you shouldn't have to worry about losing the change on update. However, anything can happen, so keep an eye on it :)