How to disable Pagination without TD Composer?

Posted in: Newsmag
Post count: 58

Hey there,

how to disable (ajax) pagination on blocks (Mega Menus, Latest Posts) without having TD Composer right now?

Due to the fact that our site is quite big we cant migrate that easy from VC to TDC.

Thanks in advance for your help.

Post count: 23312

Hello TOPMagazin,

If you will not our page builder I guess that you are using the Visual Composer, right? Please notice that the block pagination can be disabled from here -> https://www.screencast.com/t/FATvoDa94 for each block element.

Hope this helps!

Thanks for the message!

Post count: 58

Hey Catalin,

thx so far. Yes, I am using VC an I know how to disable this in blocks when embedded in a post or page.

But how to do this in “RELATED ARTICLE BOX” (below posts) and “MEGA MENUS”?

I just cant find the settings anymore…

Regards

Post count: 23312

Hello TOPMagazin,

If you want to remove the pagination in Mega Menus and in above the Latest Articles Box, please use the code below and place it in Theme Panel -> Custom CSS Area.

The code is ->

.td_block_mega_menu .td-next-prev-wrap, .page-nav{
display:none;
}

Thanks for your understanding!

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