Hi, how can I show the post only of the current logged user (author)?
Thanks
Hello,
it seems these 2 plugins do not work together well.
With an Elementor Pro Posts widget all my post shows well. After I switch to Ele Custom Skin + Ele conditions and try to use loop templates post_content widget shows nothing in many cases (not all!).
Furthermore:
– All of my posts have content of course.
– When I editing the loop template the Elementor shows me the content in every cases
– When I editing the page where I use this Elementor Pro Posts widget I can see the post contents as well in every cases
– But not on frontend
This has happened soon after I installed Ele Conditions. However if I disable or uninstall the problem still existing.
Is anybody has some tips how to fix this?
Thanks, M
]]>Dear Dudaster
With your plugin, is possible to show/hide an Elementor widget according the category is it?
I want to display some widget in a single post depending on category it is.
I hope you can provide me some examples. ??
Best regards
Hi,
I’m getting the following issue:
Notice: Array to string conversion in /home/site/wwwroot/wp-content/plugins/ele-conditions/inc/parse_conditions.php on line 23
When I disable the plugin it disappears.
Tried disabling all plugins and activating ele conditions 1st and still error appears.
Using Child theme & Main twenty Seventeen Theme.
Tried upgrading to latest WP release still there.
Not sure what else to try.
If anyone can help, I’d appreciate it
Thanks
]]>The Logic would be like, i am calling a particular category for example “Sports” but for every 4th Post, it will display “Ad” Category, is this possible?
]]>Hi,
you’re plugin seem great but very complicated to use it.
I looking for display and hide an elementor block at a specific time : for exaample display text block the 2019-02-18 17:00:00 and hide it to 2019-02-18 18:00:00.
Can you help me with syntax ?
Thx a lot
]]>Hey,
I despair getting this plugin to work.
I just want to hide a widget based on if a user is logged in. And hide another when a user is not logged in.
I added this to my functions.php:
add_filter( ‘eleconditions_vars’, ‘myuser_loggedin’);
function myuser_loggedin ( $custom_vars ) {
$custom_vars = is_user_logged_in();
return $custom_vars;
}
And I wrote this to the conditions tab:
myuser_loggedin == true
What am I missing? Why does it show the same when logged in and logged out?
Thanks in advance. I look forward in properly using this nice plugin.
]]>Hello, firstly I’m new to this plugin so maybe I’m not doing it correctly
I’m having an issue with a condition which is supposed to hide social media link from my footer when on the homepage.
To do this I use 2 plugins: Ele-Conditions and shortcode variables
Here’s my condition:
[shortcode-variables slug=”sc-page-title”]!=HomePage
Here’s the debugger result:
HomePage!=HomePage
HomePage != HomePage -> true
Honestly I tried for 2hours and don’t know what I could do to make it works (except using 2 footer, 1 exclusive for homepage and 1 for the rest)
]]>Hello,
I had tried to use this is_product_category( ‘shirts’ ) as product_category == shirts in your plugin with no luck. Any advice. Thank you ??
]]>Hi, it is possible to using this plugin showing part of page only if I fill E-mail adress in field form? ??
I need to get email adress of people who want to show this page ??
thanks
]]>Hi! I just can’t figure out how to insert custom vars to conditions.. My last try made http error 500 to my site. That is the code I inserted into functions.php :
add_filter( "eleconditions_vars",function($custom_vars));
function($custom_vars) {
global $user;
if ( isset( $user ) ) {
$phonenumber = get_user_meta($user->ID, 'digits_phone', true);
if ( isset($phonenumber) )
$custom_vars['phoneexist']=true;
else
$custom_vars['phoneexist']=false;
}
return $custom_vars;
};
]]>
Hello.
My question is: How can I get the post custom field inside the loop template?
I need the link of some loops redirected to an external page.
I left a review but felt its not enough. I have marked 3 of my issues (not related to this plugin) as resolved because of this plugin! It’s incredible.
Thank you so much for this! Absolutely fantastic! Support is also EXTREMELY fast!
]]>How can I set the condition so that only logged in users and in certain role will see the element?
Thanks
JJ
]]>Hi,
Can you add an option to hide element only (still index by Google….)
Thanks!
]]>Hi,
I would like to know if it’s possible to add a condition to a Woocommerce template we are building:
– show a product loop widget of elementor pro only if category has no children
– and the opposite: show the category loop widget only if category has subcategories
Thanks in advance for your help!
]]>Hi,
On the bottom of the page you will see a series of icons which are based on Elementor Image Widget.
When the condition is not met the complete widget should disappear. As you can see on the empty boxes, the image dissapears but the place of the widget is kept.
Few weeks ago it was working but completely eliminating the box of the widget.
I would appreciate your help on this.
Thanks,
JJ
]]>Hi,
I’ve been trying to use this plugin, and it works great for elements. But when I add the same condition to a section, it doesn’t seem to work. The section will always show, even though the conditions are copied from the element on which it does work.
It would be really great if this would work for entire sections as well.
Many thanks, Haiko
]]>