Hello, I need help to change my trending section on the home page of newmag4

Posted in: Newsmag
Post count: 1

Hello Calin,

I really love the design of the website but I am facing one problem I want to change my trending section area on the home page. I want that person should not click on the arrow button to see the next trending news . I want it should automatically change to other news like an automatic slider means it should change automatically without clicking to the arrow button can you guide me how can I do it.

Post count: 35449

Hi,

By default our “Trending now” option have the both options, is automatic changing and have the manual buttons, to set it on auto, you need to edit the page using tagDiv Composer like this -> https://i.imgur.com/BP1Uysn.png click on element and select auto an the number of post you want to slide -> https://i.imgur.com/oIO3qAp.png unfortunately there is no option to remove the arrow buttons from the element, but you can do it using this custom css
.td_block_trending_now .td-next-prev-wrap{
display: none;
}

The code need to be set in theme panel> custom code> custom css.
If the Trending now is not slider automatic it can be a plugin conflict, , please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Hope this will help you!
Thank you!

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