Using module 6 on this category page gives me two columns of “posts” or app icons. It also give me a nice non-AJAX pagination at the bottom. http://appcomrade.com/category/app-reviews/featured-apps/
If I create a normal page, and then use the visual editor to create a “category page” using Blocks 3 then I get 3 columns of app icons like so http://appcomrade.com/featured-apps/
However, this Blocks 3 page only uses AJAX pagination (or load more, or infinite scroll) http://appcomrade.com/featured-apps/
How can I make the Blocks 3 block page http://appcomrade.com/featured-apps/ use the same 1,2,3……9 pagination as seen on module 6? http://appcomrade.com/category/app-reviews/featured-apps/
Happy new years,
-Octavian
Hello,
The blocks from Visual Composer are built from modules. See here at 2. Blocks http://import.tagdiv.com/newspaper/doc/#blocks
In page when you use Visual composer you use Blocks.
If you want pagination with 1,2,3 you use a template with article list http://screencast.com/t/5IdbyXw0rK5g and here you can use MODULES as layout http://import.tagdiv.com/newspaper/doc/#blocks
If you want module 6 to be on 3 columns you have to edit td_template_layout.php file located in \includes\content_builder folder and change like here: http://screencast.com/t/nxkSKtbgBrsm
Thanks!
Awesome I was able to get pagination on the homepage as well as three columns on the other pages 🙂
The only thing I’m still trying to figure out is why the visual editor doesn’t save when I try to delete a row from the homepage http://screencast.com/t/gGXdoEV4
I’ve also tried using the default WordPress text editor to delete that row at the top, but it always reverts back to the row being there in the editor.