Qurl
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Widgets] Trouble with shortcodesIt works different. The outcome of the shortcode is what is evaluated. Not the argument(s).
So, if the shortcode returned “1”, then it would work.
Forum: Plugins
In reply to: [Dynamic Widgets] DW not working on certain templateTry the OLD method. It might do the trick here.
Forum: Plugins
In reply to: [Dynamic Widgets] Date and time changeSorry for the late reply. Time has been requested a few times. It’s on the wishlist.
Forum: Plugins
In reply to: [Dynamic Widgets] dynamic widgets feature request single post tagsCategories on single posts are supported. Go to the Single Posts section. Tags are not supported (yet). It’s on the wishlist actually.
Forum: Plugins
In reply to: [Dynamic Widgets] Save button not showing!Hmm.. that’s indeed a mystery. You didn’t add a Custom Post or Taxonomy?
Forum: Plugins
In reply to: [Dynamic Widgets] Display hours of operation for specific daySorry for the late reply… Yes, Dynamic Widgets can show a widget on a specific day.
Forum: Plugins
In reply to: [Dynamic Widgets] Date rangeUnfortunately it’s not that easy at it sounds. Calculating time is one of the hardest things to do. I’ll think about it…
In the meantime, just move the year one up once a year and you’re done.
Forum: Plugins
In reply to: [Dynamic Widgets] DW shows widgets on my Bbpress': Edit message page.If I’m not mistake, bbPress uses Custom Post Types (CPT). CPT’s are supported by Dynamic Widgets. You should see a section called Replies or Forum Posts by heart. I can’t check it now unfortunately.
Forum: Plugins
In reply to: [Dynamic Widgets] MySQL collation typeStill, WordPress generates the names.
As not all db version can use utf8mb4 I really don’t see an urgent issue. Frankly, I come across many old version of MySQL that doesn’t support utf8mb4 almost daily at clients. WordPress (still) supports that and I’m sure it does that in a secure way.
I agree DW should also support the utf8mb4 and I guess it will in the future.
Forum: Plugins
In reply to: [Dynamic Widgets] MySQL collation typeI haven’t viewed the whole YouTube video. But I guess when there is an emoji injected into an utf8 database table, there is a security flaw. Well, DW does not use names in general, only for the widget identifier which is generated by WordPress. All other necessary information is referenced by the ID number.
Forum: Plugins
In reply to: [Dynamic Widgets] Menu Pages Not Displaying in edit optionsYes, you’ll need to ask the one that does the system administration of the server to raise the PHP memory limit.
I’m actually planing to schedule some work for DW. It’s been laying untouched way to long. Mainly cause of commercial projects I’ve been working on the last months. (I have to eat and my bank expects my mortgage every month). One of the things on the list is this. My apologies for the delay.
Forum: Plugins
In reply to: [Dynamic Widgets] Show hide widgetsUse the role section for that. Anonymous = not logged in. The key is the default view: Yes = show, No = don’t show. So in one occasion you set the default to No and tick Anonymous. In the other one you only need to tick the Anonymous (cause the default = Yes).
Forum: Plugins
In reply to: [Dynamic Widgets] Menu Pages Not Displaying in edit optionsyes, then i’m afraid it’s a memory problem. PHP does not get enough memory allocated. this is a known problem within DW when there are so many pages.
Forum: Plugins
In reply to: [Dynamic Widgets] Display problem on WooCommerce Shop pageGreat you have found the solution! 🙂 Thanks for sharing, very much appreciated.