esalari
Forum Replies Created
-
Forum: Plugins
In reply to: [Elementor Custom Skin] Load More function create duplicate postAlso tried this in my Child Theme with no luck:
add_action(‘elementor/query/my_custom_filter’, function($query){
$query -> set(‘order’, ‘random’);
});Forum: Plugins
In reply to: [Elementor Custom Skin] Load More function create duplicate postAlso, is it possible to remove the change in the URL for pagination? In other words, when the user scrolls down, the URL changes from mysite.com/ to mysite.com/page/1/ and mysite.com/page/2/ and so on. This can cause some issues when users refreshes the page and the user will see a 404-page error. So, it would be great to disable page URL change/update on the scroll.
Thanks
Forum: Plugins
In reply to: [Elementor Custom Skin] Load More function create duplicate postWould you mind elaborate on this? Her is what I did but not working. Please let me know how to make it work:
Snippet:
// Showing multiple post types in Posts Widget
add_action( ‘elementor/query/my_custom_filter’, function( $query ) {
// Here we set the query to fetch posts with
// post type of ‘custom-post-type1’ and ‘custom-post-type2’
$query->set( ‘post_type’, [ ‘post’ ] );
} );and under Edit Post > Query > Query ID I put this:
my_custom_filterIs that right?
thanks
- This reply was modified 4 years, 2 months ago by esalari.
Forum: Plugins
In reply to: [Elementor Custom Skin] Load More function create duplicate postI have the same issue. Also, it removes some posts to be shown.
I assume, after the load more feature has been triggered, some posts will be shown again (duplicated) instead of showing the remaining posts that have not been rendered yet.
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Email Verification for newly registered users@shabti Any progress on this?
Regards
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Tons of HTTP requestsYou could use Perfmatters. Besides basic settings, you could activate Script Manager under the Extra tab, and then you would have full control on every scripts load per page.
Hope this help.
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Email Verification for newly registered usersThanks!
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Validation ErrorMany thanks Shabti for the prompt reply.
As a matter of fact, due to some design decisions, we cannot allow users to use Wp Uploader. Please let me know if you have any time-line to address this issue.
I have another challenge as well and will open it as a new discussion.
Regards