Issue with Slider

Posted in: Newspaper
Post count: 7

Hello,

– I have an issue with slide on my website for the first time when you open the home page it only load the first article(post) image among three and it keeps showing white space while other article were load quickly. please advise . here us the link to my web : http://izubarirashe.rw/

– secondly i wont to remove there pagination button <> to the news sticker and remain with only article title auto rotate.

– i also need to display number of views on the block image especially to the reading image of block 8

thank you

Post count: 23312

Hi bluhub,

I’ve checked your site now and everything seems to works fine about your slider. Please provide more details about this because i do not saw the problem there and otherwise i can be able to provide a more accurate response.

For your second request, you can hide your pagination button of your News Sticker if you use the code below:

.td-trending-now-wrapper .td-next-prev-wrap {
display:none;
}

Place the code in Theme panel->Custom Css area, like this: http://screencast.com/t/HFtowNXBT and the result you should see here: http://screencast.com/t/uHlhxWdBfyW

If you want to display number of views on the block image, especially for block 8, it is necessary to make some modifications to show the views.

First of all, you need to know what kind of module is used in your block and this thing you can find here: http://screencast.com/t/urs7uFoNMC . After this, you have to add this code in get_views(); ?> td_module_7.php, like this: http://screencast.com/t/rGIUp8VWW .

On the second step, you have to copy the function get_views() from td_module_single_base.php in td_module.php like here: http://screencast.com/t/6pDj3N6S

Also, on the final step, you can use this CSS for a better alignment, add it in Theme Panel ->Custom CSS section, like this: http://screencast.com/t/agIXeDpeRn

.td_module_wrap .td-module-meta-info .td-post-views {
position: relative;
display: inline-block;
top: 2px;
margin-left: 14px;
color: #aaa;
}
.td_module_wrap .td-module-meta-info .td-post-views span {
margin-left: 5px;
}

Result: http://screencast.com/t/5mNoYgS9A7

I hope this helps and let us know how it goes!

Thank you!

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