theodion
Forum Replies Created
-
Thank you. I can confirm that the issue has been resolved.
The fix doesn’t resolve the issue.
Forum: Plugins
In reply to: [Jeg Elementor Kit] [URGENT] Site breaks for connected admins on frontendI confirm it is also not working for me. Sorry.
hello guys.
did you find a solution for the above? because i want the same too?
if you found anything please share.thank you.
As i saw in the file table.php, the events that are been displayed in the calendar’s table cell are equal to the number of posts displayed in the blog.
Forum: Fixing WordPress
In reply to: widget logic helpto clear the above:
i’m viewing the post 770 which belongs to category 6
i supplied widget custom menu with this in_category(6,770)
and the widget does not appear…
Forum: Fixing WordPress
In reply to: widget logic helpYou may need to supply the post ID in the in_category call.
i tried in_category(6,770)
View the widget menu if the post with id 770 belongs to category 6.
this is true but the widget does not appear…Forum: Fixing WordPress
In reply to: widget logic helpi already tried that. no luck.
come one guys… no one can help me solve this?
Forum: Fixing WordPress
In reply to: widget logic helpit doesnt work ??
i converted all my queries like the above ^^ but (is_single() && in_category(array(1,2,3))) does not work…
1.
((is_single() && in_category(array(6,35,36,37,38))) || is_category(array(6,35,36,37,38)) || is_page(575))
2.
((is_single() && in_category(array(24,47,48,50,51))) || is_category(array(24,47,48,50,51)) || is_page(563))
3.
((is_single() && in_category(array(23,27,28,29,30,31,52,53,54))) || is_category(array(23,27,28,29,30,31,52,53,54)) || is_page(478))