Hello,
I have installed Newspaper Theme v6.2 on my website and want to implement the following points to my website but unable to find a solution to it :
URL : http://www.naukrinama.com
1. I have implemented pagination in posts using this URL : https://forum.tagdiv.com/posts-with-pagination/
But i don’t want the pagination to come like 1,2,3,4… But it works like a slider with Next and previous buttons on top and bottom of the post and which on clicking will make the user move to next part of the post. Let me know how can this be achieved.
Example of what i want can be seen here : http://circleofindia.in/2015/Aug/17/Celebrities-who-Insulted-the-Indian-National-Flag-Pictures-1/
2. The default Next and Previous Article option that is coming below every post is not clearly visible. How can I change the Layout of it ? I want to put 2 buttons over there for Next and Previous Article instead of Text written.
3. How can i add custom News Ticker below the menu on the home page in which I can add text by myself and link it to the article I want. Currently it takes the articles by default and displays it.
4. I have implemented discus comments plugin onto my posts, but it is not getting visible in frontend. I have checked console on inspect element and unable to find a issue. How can this be resolved ? (I have disabled the default comments option of the theme, also the JS of the discus plugin is shown in the source code of the post as well.)
Let me know the resolution to these issues.
Hi,
1. The post pagination used by the theme is classic(numeric) you can try to find a plugin for this or hire a freelancer to do this for you as it is not an easy task. Here you can find the post pagination – http://screencast.com/t/KSXb3EON9k
2. You can customize the text if you want using custom css – http://screencast.com/t/JTx4FkS3iRBq or you can modify this in the code – http://screencast.com/t/JSasHPgoM
.td-post-next-prev-content span {
color: red;
font-size: 15px;
}
3. The Newsticker block was designed to be used like the other theme blocks, just display the articles titles from a specific categories(multiple or all). It doesn’t have an option to add a custom text, but I can tell you that this suggestion is in our list and we will try to implement this for Newsticker in a future update.
4. Please try to use this plugin for disqus Disqus Conditional Load and check this also only with Visual Composer and Disqus plugins active(disable all other plugins), clear cache and see if the comments area appears.
Thanks!