I am trying to: Well, I'm using Divi with Toolset, I have created some CPTs, and relative View and Content Template and Relationship to display all relative posts and custom fields... And to now all worked fine...
So, after, I have needed to change two CPTs, than I have cloned the two CPTs, assigned to them the Custom Fields, the relative Views and Content Template and Relationship, and I have moved all posts from the old CPTs to the two new CPTs.
Now, only in the Views where are displayed the new CPTs posts have two div inside the View loop
[php]
<div class="et-l et-l--post">
<div class="et_builder_inner_content et_pb_gutters3">
[toolset content template]
</div>
</div>
[php]
So this two div create a problem to display the content in the correct mode on the pages because I have used the CSS Flex, and the two div brakes my design...
Link to a page where the issue can be seen:
lien caché on the homepage you can find the issue in the "Bandi e Avvisi" and "Comunicazioni" Sections.
lien caché In this page you can find the issue about the two div and also, now are not displayed the paginations on top and on the bottom of the posts section, and the paginations would be displayed (and before the change was displayed) because the View is set to display 10 posts per page, and the posts that would be displayed are up to 60...
I expected to see: something like this lien caché
Instead, I got: the issue
Hi, can you try adding the suppress_filters attribute to the Content Template shortcode in this View's Loop?
[wpv-post-body view_template="your-loop-item-created-with-divi-template" suppress_filters="true"]
What is the result?
Hi Christian,
Thanks for your reply.
So, now adding the suppress_filters attribute, the two div are not displayed and then the Views are ok.
But here lien caché the pagination has not displayed on top and on the bottom of the posts section, and the paginations would be displayed (and before the change was displayed) because the View is set to display 10 posts per page, and the posts that would be displayed are up to 60...
Okay I will need to see how this View is set up in wp-admin. Can you provide login credentials in the private reply fields?
To show the pagination elements, you must uncheck "Disable the wrapping Div around the View". I made this change and now I can see pagination appearing. Can you confirm?
Ok, thank you!
Now I can see pagination appearing!!!
My issue is resolved now. Thank you!