Qurl
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Widgets] Getting time out when savingI don’t see why not actually. Posts are saved in DW separately within the posts admin. So, I don’t think that’s the problem. Saving of the options is done based on the settings you set. Not on number of pages or posts.
Forum: Plugins
In reply to: [Dynamic Widgets] Display on one URL for a plugin pageFirst of all it’s a good idea to look if there is another way to let DW do it’s work. URL is a last resort thing.
Many plugins use the so called ‘Custom Post Type’ system embedded in WordPress. DW understands these Custom Post Types and will add a section for it for each accordingly.
Forum: Plugins
In reply to: [Dynamic Widgets] Not parsing individual URL's properly….DW has detected the URL prefix as
/khtestbed2, So you should not include that part in the URL.Try: *business_district=uptown-stockade-district&business_entity_type=shopping*
Dynamic Widgets does not alter the contents of a widget. It only hides or shows a widget based on the rules you have set. In your case I think you will need to create more forms and widgets and set the Dynamic Widget rules accordingly.
Forum: Plugins
In reply to: [Dynamic Widgets] Device (Mobile, Desktop) IssueNothing in a computer world happens suddenly. Something must have been changed. Check your settings and see if some other plugins might interfere.
No, unfortunately there is no hook available for that. But you could tap into the
dynWidclass methodsaddMultiOption()oraddSingleOption()depending on what you extactly need.Forum: Plugins
In reply to: [Dynamic Widgets] Single Post, "Except The Tags" missingYes, Dynamic Widgets does not support tags within single posts.
Forum: Plugins
In reply to: [Dynamic Widgets] Devices (mobile, desktop)Yes, this is a long wish for many users of Dynamic Widgets. I’m planning a new update where hopefully this will be part of it.
Forum: Plugins
In reply to: [Dynamic Widgets] Not parsing individual URL's properly….Try this: /khtestbed2/?business_district=uptown-stockade-district&business_entity_type=shopping
Forum: Plugins
In reply to: [Dynamic Widgets] Not parsing individual URL's properly….What URL did you fill in into DW admin?
Forum: Plugins
In reply to: [Dynamic Widgets] Plugin not working.Maybe there are custom queries being executed on that page? That’s always a problem. It might help by adding a
wp_reset_query()just before the sidebar.Forum: Plugins
In reply to: [Dynamic Widgets] Plugin not working.Sorry for the late reply
OK, so OLD method seems to be doing the trick.Please make sure you’re dealing with the right sidebar and widget. Many times it turns out someone is trying to set the rules on the wrong widget in the wrong sidebar.
Forum: Plugins
In reply to: [Dynamic Widgets] Plugin not working.From the FAQ:
You can do this by clicking on the ‘Advanced >’ link at the bottom of the Widgets Overview page and check the box next to ‘Use OLD method’. See if that helps. Setting the plugin using the ‘OLD’ method comes with a downside unfortunately. It may leave you behind with a visible empty sidebar.Forum: Plugins
In reply to: [Dynamic Widgets] Plugin not working.Some themes are confusing Dynamic Widgets when trying to determine which page it is. Most of the time by setting DW into OLD method fixes that problem.
Forum: Plugins
In reply to: [Dynamic Widgets] Getting error message when trying to pick just one categoryMost if the time this means the configured custom taxonomy is not what DW expects to find. Is the taxonomy public? Most of the time that is the problem…