rtowebsites
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Conditions] dynamic tag widget contentYou have to enter the post-id and the widget-id. Than it should work like expected.
Forum: Plugins
In reply to: [Dynamic Conditions] Is the plugin still supported?Yes, but only technical-support for bugs.
Forum: Plugins
In reply to: [Dynamic Conditions] Where is the developer / MIA on updates for 7 monthsWe also using this plugin on our client websites, so we will fix issues also in future. But currently we cannot manage support besides bug-reports.
Forum: Plugins
In reply to: [DynamicTags] DynamicTags is broke with New WP UpdateHello @tigmonkey,
can you tell what exactly is broken? Because we couldn’t find any problem.
Forum: Plugins
In reply to: [DynamicTags] Hide section with post widgetHello @gsibert
You could use “WidgetContent” as the DynamicTag and check whether the Post widget contains Article.
Like this:
https://ibb.co/482wF5DYou can find out the widget ID using the browser’s developer tools:
https://ibb.co/jHmcdsvForum: Plugins
In reply to: [AdminQuickbar] Options > Keep Open – default to unchecked?Hello @ibowden
sorry for the late answer.
In next version the inital state will be closed.Forum: Plugins
In reply to: [Dynamic Conditions] Plugin acting strangelyHello @tinymill
this is working as intended. Just hover over the image and click on the icon in right bottom corner:
https://ibb.co/vHSwBqsForum: Plugins
In reply to: [Dynamic Conditions] WooCommerce Upsell-Products – Hide if emptyHello @exipexi
you could use this shortcode:
https://gist.github.com/bekarice/a3305c18d32b4de9d8b7
Than use Shortcode as DynamicTag.Forum: Plugins
In reply to: [Dynamic Conditions] Archive List loop category heloHello,
you should enable debug-mode to see what the dynamic-tag returns.
Forum: Plugins
In reply to: [Dynamic Conditions] Compare Type Number?Hello,
Yes, all conditional values are case sensitive.
Contain can′t have multiple values. It only checks if the conditional value is part of the dynamictag-value.
Numbers are not really converted to string, but you can enter numbers in the text-field.
Yes in-array is like an or-condition.
The format is a comma-separated list like this
hello,world,foo,bar
if your dynamic value is for example world or foo, than the condition mets.Forum: Plugins
In reply to: [Dynamic Conditions] Show when page is child of specific pageHello,
currently elementor don′t deliver a dynamic tag for parent. So you have to write a dynamic tag or shortcode by your own.
But we are planing a plugin which will deliver some useful tags. But we can′t say when we can release this.
Hello @lilolad
you should enable debug mode, to see what the field is returning.
Possible solution should be to change compare type to date.Forum: Plugins
In reply to: [Dynamic Conditions] Show widget “days” before ACF DateHello,
you could use String-To-Time as compare-type and enter
“today -2 days”Forum: Plugins
In reply to: [Dynamic Conditions] Still Showing IconsHello,
you need to enable debug mode and show us what it spits out, so we can possbly see where the problem is.
Forum: Plugins
In reply to: [Dynamic Conditions] Cannot use dynamic condition with ACF Gallery FieldHello,
the check for empty should work.
Greater/Less will currently not work. We are planning to fix this in next release.