crazypsycho
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Conditions] Show when page is child of specific pageHello @barrycrous
We have released our new plugin DynamicTags, which delivers some useful dynamic-tags, for example “Post Parent”.
https://www.ads-software.com/plugins/dynamictags/This will return the id of the parent post.
Forum: Plugins
In reply to: [Dynamic Conditions] User Profile picture / author profile pictureHello @acornavi
We have released our new plugin DynamicTags, which delivers some useful dynamic-tags, for example “Author/User Image.
https://www.ads-software.com/plugins/dynamictags/This will return the user/author-image-url or an empty string if the user hasn′t a picture.
Forum: Plugins
In reply to: [Dynamic Conditions] checkbox with “5” options and dynamic conditions?!Hello @matti87
We have released our new plugin DynamicTags, which delivers some useful dynamic-tags, for example User Role.
https://www.ads-software.com/plugins/dynamictags/Forum: Plugins
In reply to: [Dynamic Conditions] Hide when Post Content is emptywe have now released the new Plugin DynamicTags, which delievers some useful dynamic-tags, for example Post Content.
Forum: Plugins
In reply to: [Dynamic Conditions] Date Condition with CACHE EnableHello @raonip,
The only ways I can see is to exclude the subpages with condition from the cache.
Or reduce the cache duration accordingly.Forum: Plugins
In reply to: [Dynamic Conditions] Which condition for clickevent?Hello @crabnebul,
I think the goal cannot be achieved with DynamicConditions. This plugin filters on the server side (PHP), but open / close popups works on the client side (Javascript).
I think it would be better to ask Elementor about this directly.
Unfortunately, I am only aware of ways to close all popups, as explained here:
https://github.com/elementor/elementor/issues/7085
But maybe that will already help.Forum: Plugins
In reply to: [Dynamic Conditions] Request Parameter ConditionHello @theshae
with request parameter you can only check for something like &new=1
But you could try our new plugin, which delivers some useful dynamic tags:
https://www.ads-software.com/plugins/dynamictagsThan you can use “Server vars” and select “QUERY_STRING”.
This should return
page=support&newThan you can check if it contains “new”.
Forum: Plugins
In reply to: [Dynamic Conditions] Bug in WooCommerce Product Price comparisionHello,
sorry for the late response. We dont use WooCommerce, but it could possible that it return the number plus currency.
So you have to compare with something like “0$”.
You can enable debug-mode, than you can see what the dynamic-tag returns.Forum: Plugins
In reply to: [Dynamic Conditions] time between not workingHello,
sorry for the late response. We are sorry, but we can′t reproduce this issue.
You could try to use “u” as time format at the dynamic-tag.Forum: Plugins
In reply to: [Swift Performance Lite] hello my Lazyload not workingHello,
this issue exists also if acf (advanced custom fields) is activated.
If its disabled, caching will work.cp
Forum: Plugins
In reply to: [Dynamic Conditions] Bugs?Hello,
yes we have seen your post. It is really a good idea. But it is not so easy to implement, so we need some time to explore the possibilities.
Forum: Alpha/Beta/RC
In reply to: Many metaboxes missing with the new 5.0 betaInstall latest nightly and check it out. Without any plugin activated, i have classic editor.
Forum: Alpha/Beta/RC
In reply to: Many metaboxes missing with the new 5.0 betaNo, it is because of the 5.1 Alpha. i think there is currently a bug, but its ok, cause its an alpha. There was also no option (and gutenberg should be default since 5.0).
But with 5.0 Beta 2 it works now. I have all metaboxes and gutenberg.Forum: Alpha/Beta/RC
In reply to: Many metaboxes missing with the new 5.0 betaWith latest nightly i have all my meta-boxes. But i dont have gutenberg. I see only the classic editor.
I dont think its really fixed.Forum: Plugins
In reply to: [AdminQuickbar] Original order pagesHello,
in latest version it use menu_order to show the posts.
In near future i will implement a choice, so you can order like you want.