I'm attempting to use the "Load More" option available in WPBakery's Post Grid element.
However, no matter what options I select, somehow the button is not showing. When I inspect the code, I see that an inline CSS style of "display:none" is being applied (see screenshot). I created a new page and WPBakery element, and this appears to be the default result.
Your provided Wordpress credentials are not working for me.
Also please update your Wordpress to the latest version because I can see from the Wordpress login design that you are using a very old version of Wordpress.
If you still have this problem please check them and send me the correct ones.
P.S: Please don't "bump" your ticket! ...as this will send your ticket to the bottom of the queue! Instead, edit a previous response to avoid posting twice in a row.
I have checked your site and saw Post Grid showing the posts properly, however on More button when the AJAX request is initialized it fetches the same items as shown in the video below (starting from second 14) you can see the request that is fetched contains the same items that are already shown in the list:
Hello,
I'm attempting to use the "Load More" option available in WPBakery's Post Grid element.
However, no matter what options I select, somehow the button is not showing. When I inspect the code, I see that an inline CSS style of "display:none" is being applied (see screenshot). I created a new page and WPBakery element, and this appears to be the default result.
Can somehow please help me resolve? Thank you.
Actually nevermind, I just went ahead and added this to my Custom CSS. If anyone has a better idea happy to hear it.
.vc_grid-btn-load_more a
{ display: block !important;
}
Dang! Now I see that although the button is showing, it doesn't actually work.
Help please. Tech suppppport...
Hi AcuityL,
Your provided Wordpress credentials are not working for me.
Also please update your Wordpress to the latest version because I can see from the Wordpress login design that you are using a very old version of Wordpress.
If you still have this problem please check them and send me the correct ones.
P.S: Please don't "bump" your ticket! ...as this will send your ticket to the bottom of the queue! Instead, edit a previous response to avoid posting twice in a row.
Thanks for your understanding.
Hi AcuityL,
I have checked your site and saw Post Grid showing the posts properly, however on More button when the AJAX request is initialized it fetches the same items as shown in the video below (starting from second 14) you can see the request that is fetched contains the same items that are already shown in the list:
https://d.pr/v/5IXHBc
Please note that this is not handled by our theme and even if you deactivate Aurum and try default WP theme you will get the same result.