-
Posted a reply to urgent post carousel, on the site WordPress.org Forums:
@mazaheri The solution that I always use in my projects is: create the loop template… -
Posted a reply to Issue with elementor pro forms, on the site WordPress.org Forums:
Same problem here. The conclusion that I came is that when updating the ele-custom-skin to… -
Posted a reply to Pagination, on the site WordPress.org Forums:
@johnnow try using archive posts element instead posts element. I tried this and the problem… -
Posted a reply to WPML Compatibility, on the site WordPress.org Forums:
I'm with the same issue. All the dynamic content that came from custom post type… -
Posted a reply to Don’t show nothing found message, on the site WordPress.org Forums:
If you add the render() method in wp-content/plugins/ele-custom-skin/skins/skin-custom.php it will work too public function render()… -
Posted a reply to Don’t show nothing found message, on the site WordPress.org Forums:
I changed the wp-content/plugins/elementor-pro/modules/posts/skins/skin-base.php render() method from this public function render() { $this->parent->query_posts(); /** @var… -
Created a topic, Don’t show nothing found message, on the site WordPress.org Forums:
When using elementor custom skin + archive posts widge…