how come still no answer to this issue, please let me know if it’s working with Divi or not rather than wasting my time with all tries for nothing, I basically tried every possible ID/Class with no luck. Thanks in advance
Hi,
try to use these settings
Navigation Selector: div.pagination
Next Selector: div.pagination .alignleft a
Item Selector: div.column
Content Selector: div.et_pb_blog_grid
Regards
sorry that didn’t work. I left your settings there so you can see it yourself. the loader just come spins and goes away !!!
so it just spins for couple of seconds and disappear without showing the second page or any content.
I know you are busy, god help you answering all those question but I hope we get this one fixed soon. thanks for your help and efforts. I find it very hard to get it to work with Divi Theme.
as no items were showing when used div.column in the item selector so I changed it back to article.et_pb_post and the items start showing back again but the same result as before one column to the right !!!
so my current settings now are:
div.pagination
div.pagination .alignleft a
article.et_pb_post
div.et_pb_blog_grid
can you please advice what else can we do to fix this?
by the way in my theme I have this custom CSS to align the items in the page:
@media only screen and (min-width: 768px) {
.custom_blog .et_pb_post {
min-height: 680px;
max-height:680px;
}
}