Question about blocks and modules

Posted in: Newspaper
Post count: 93

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

Post count: 3343

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!

Post count: 93

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.

Post count: 93

My temporary fix to hide that empty row on the hompage is this:

.home .row-fluid .span12 {display:none;}

Post count: 3343

Hello,
Weird! What you can do is to deactivate some plugins and see if works. Could be a conflict with one. Also please try to add something with visual composer and update to see if the page make the update.

Thanks

Post count: 93

I hit space on the text editor, so it saved a space instead of nothing and it worked 🙂 Then I just erased the space.

Post count: 3343

Great! 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.