Add Slider and News Ticker

Posted in: Newspaper
Post count: 8

Hi,
i need to know how to add slide elements and a news ticker, on my mayn page blog…. he blog is http://www.natureblog.net , let me know how i can do it. thanks

Post count: 8

also i need to know why in the main page of the blog, i see that i’m on the blog and not in the home page. how can i fix it? i want that the main page breadcrumbs “home”will be the Home of the blog.

Post count: 8

Post count: 20688

Hi,

You can achieve this using do_shorcode for the slide and news ticker elements – https://www.screencast.com/t/r69O5yQOwhttps://www.screencast.com/t/IevYmognHVo8
Add this code in index.php file – https://www.screencast.com/t/gcBlf2JX so it looks like this – https://www.screencast.com/t/KExUJ75ghT
This is the code for the News ticker and the Slide element

<?php echo do_shortcode('[vc_row][vc_column][td_block_trending_now tdc_css=""][/vc_column][/vc_row][vc_row][vc_column][td_block_slide tdc_css=""][/vc_column][/vc_row]');?>

To hide the “blog” in the breadcrumbs so it displays just “Home” use this code, just enter it in Theme panel->Custom Css

.home .td-bred-no-url-last {
display: none;
}

Result – https://www.screencast.com/t/bTp8TAq7X
Please let me know if this does not work for you or you have further questions

Thanks

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