Qurl
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Widgets] Use Dynamic Widgets within a page (not sidebar)That’s unfortunately not possible. Dynamic Widgets expects a Dynamic Sidebar area.
Forum: Plugins
In reply to: [Dynamic Widgets] Suppress widget across site based on URL parameterYou can use shortcode for that
Within the shortcode function you can check for xyz in the session and return something that matches to show or hide the widget.Forum: Plugins
In reply to: [Dynamic Widgets] Save Button Gone plugin conflictsThis is probably a memory issue. When there are a lot of taxonomies in a CPT and it gets even worse when those are hierarchical.
Seems you have an empty URL section used on one of the widgets.
Forum: Plugins
In reply to: [Dynamic Widgets] How to reset to static? or I need deeper understanding!When you go to the overview of Dynamic Widgets, hover over the widget you want to reset. A reset option becomes available then.
You can start with the “All to No” setting. Then select the static page where you want the widget to show.
Forum: Plugins
In reply to: [Dynamic Widgets] Selection by languageDynamic Widgets had support for QTranslate a long time. Unfortunately the original developer quit the project and many forks were made. All going into another direction which forced me to remove support for it. Adding support for Qtranslate-X will basically break all other installs that use another fork of QTranslate.
That’s unfortunately not possible within the way Dynamic Widgets work. I recommend to use CSS media queries for that.
Forum: Plugins
In reply to: [Dynamic Widgets] WooCommerce filters show’s all widgetsI’m not sure what you mean. There is also an URL section you can use in DW.
Forum: Plugins
In reply to: [Dynamic Widgets] WooCommerce filters show’s all widgetsNot sure actually you’ve done something wrong. I don’t think so. I actually think your theme does not tell Dynamic Widgets anymore on which page it is when you select a filter. At the moment DW has no idea which page, it basically shows all widgets like WordPress would do.
Forum: Plugins
In reply to: [Dynamic Widgets] Checking table every time is performance issueI don’t agree. It should be checked every time. This makes sure Dynamic Widgets does not run into a fatal error when the table got (suddenly) missing breaking a complete website.
Forum: Plugins
In reply to: [Dynamic Widgets] Tags and Categories do not work.You were on the right path actually by ticking the checkbox for “Make exception rule…”. You only have to set also “Single Posts” to No.
Forum: Plugins
In reply to: [Dynamic Widgets] Tags and Categories do not work.You have to set Single posts to default No.
Forum: Plugins
In reply to: [Dynamic Widgets] Setting up weeks conditionHmm… weird… I have someone else also claiming the week module is not working correctly. I checked, but can’t reproduce. I’ll check again when I have time. Maybe I’m missing something.
Forum: Plugins
In reply to: [Dynamic Widgets] Setting up weeks conditionIt might be a double rule here as you mentioned you also use days. Like you hide a widget on week 6, but it shows on Monday. I can’t check at the moment, but by heart days takes precedence above weeks.
Forum: Plugins
In reply to: [Dynamic Widgets] Dynamic Widgets Within bbPress ForumDynamic Widgets shows or hides widgets based on the rules you set. It does not alter content or whatsoever.