Hi!
I have this website: hidden link. Now is on test mode.
If you go to the home page, it's created via Elementor plugin but I added a Views to show my Posts with a pagination. That's the first section you find in this website.
After Elementor and Views plugins update, when you click a number to paginate, the views template that I created disappear and it appears the whole Post structure (if you click an image before paginate you'll see the whole Post structure).
Before Elementor and Views plugins update it appears my Views template structure.
All that happens if you choose Ajax pagination. If you choose Pagination enabled with manual transition and page reload, Views template is fine.
Can you help me?
Hi, I saw a couple of things happening.
1. The Content Template was being replaced incorrectly during AJAX loads, so I deleted the shortcode from the Loop and replaced it with the actual template code. That seemed to fix the template problem, but then...
2. The trim shortcode was causing a syntax error, so each new page only showed one result and no pagination. So I deleted the trim shortcode for now.
Can you take a quick look and let me know if it's looking more like what you expect?
It seems more what I had. But still have the same problem with the custom field: Text de l'Entrada. That custom field is inside Entrades (Post in my language) custom fields.
If you click pagination to page 2, for example, and pass hover an image you'll see that make strange things and grey text that appears in page 1 doesn't appear. And then, if you return to pagination 1, it happens the same.
If you use Chrome DevTools Elements panel, you'll see inside <div class="noticiestext"></div> it doesn't appear the Text inserted in Text de l'Entrada custom field but appears all the Post inside this div. That's my real problem.
To see more easy what i'm talking, you change position:absolute by position:relative in <div class="noticiestext"></div>. You'll see in white all the Post.
It can be produced because Text de l'Entrada is a Wysiwyg element? I tried to change it for an Multiple lines text but the problem persists.
I thing is an Ajax problem, cause if I use Pagination enabled with manual transition all that problems disappears.
I think it's a conflict between Elementor and Toolset, because if I replace the Types field shortcode with a wpv-post-field shortcode, the content is replaced more effectively before and after pagination. Can you check again? I made that change in the template. We're in the process of collaborating with Elementor to improve the integration between our systems, and I think this is one area where we could add some improvement.
Thank you Christian!!!!
That helps me to recreate the website how it was before Views and Elementor updates.
I saw you're collaborating with Elementor to integrate Toolset and that will be this is an important area to solve.
Thank you for your time!!!!