- NewspaperAutoptimize Plugin – install and configuration
- NewspaperCache plugin – install and configure
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagInstalling pre-built websites
- TutorialsHow to install Revolution Slider
- NewspaperInstalling Pre-built Websites
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
- TutorialsHow to Install bbPress forum
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperWoo Brands
- NewspaperStripe Setup
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperFlex Block Settings Guide
- NewspaperHow to setup the Contact Page
- NewspaperAdd Cryptocurrency Price Ticker Widget
Hi Guys..
I have installed Newspaper theme in my wordpress, but now I checked someone logged in into my wordpress and made some changes and have added some unwanted content and created a link to their website.
I am not able to remove this from my wordpress, I would appreciate if someone could help me to remove this link.
— It is coming as blowjob in the bottom of everypage of my website.
— Pls check and http://www.dailysach.in and scroll down in the bottom you will find a tab with a link so pls tell me how to remove this.

I will be very thankful to forum members.
I installed travel demo for theme setup. I deleted categories,and created as per my requirement but it is visible at http://www.blogtothemax.com/home, it is showing “TRIP IDEAS” and “TRAVEL GUIDES”.
These category i have deleted after installation of demo. pl visit the link and resolve my problem.
Thanks
Hello,
I have Newspaper Theme v6.5 installed on my website.
URL : http://www.naukrinama.com
On the category pages currently the category description gets displayed just below the Category Name. But I want to move the category description at the bottom of the page just above the footer.
Please let me know how can this be achieved.
Hello,
I have Newspaper Theme v6.5 installed on my website.
URL : http://www.naukrinama.com
On the category pages I have selected the option of “Infinite Loading with Load More”. Now I want to show the load more option come after 12 posts. And on every click 12 more stories will be loaded.
Please let me know how can this be achieved.
Hello JBH,
1) Good to update to latest version but also remember to update the included plugins too! Please update your theme to the latest version using this tutorial: https://forum.tagdiv.com/how-to-update-the-theme-2/
Also, update your plugins: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/. Remove the current version and install the new version which comes with the theme. Clear all cache and try it again and see how it works and check if the error reappears.
2)This kind of problem might be caused by the conflicting plugins. Please try to disable all the active plugins, except Visual Composer and instal only the plugins that come bundled with our theme. Also, if you use CDN files, please purge them and disable this option and check it again and see how it works.
3)If you want to exclude ‘no comments’, it is necessary to use a bit of CSS to hide it. Please try the code below and add it in Theme panel->Custom CSS area.
.td-comments-title-wrap {
display:none;
}
Hope that helps and let us know how it goes!
If you need more assistance in this regard, please provide your website URL and provide more details about your desired changes.
Thank you for the message!
Although I have installed and configured the WP Super Cache plug-in, I don’t seem to have benefited from the leverage browser caching feature on PageSpeed Insights or GTmetrix inquiries/tests, and I keep getting low marks. I’d be glad if you help me with solving this problem.
I can give you the WP admin username and password if you need.

Hello,
I have Newspaper theme v6.5 installed on my website.
URL – https://www.naukrinama.com
I have enabled the Smart Sidebar option in my backend, but it is not working on the front end (Category Page or Post Detail Page). If the content length is bigger on the left hand side than the sidebar then the sidebar doesn’t sticks to the screen but creates blank white space.
Also tell me how can be make the left section also sticky so that if the sidebar content is bigger then the left section becomes sticky.
Looking for a solution to this problem.
Could you kindly advise what should I do or what is the javascript code to insert so that all the web events and page can be track?
by the way, I have installed Yoast and signed up for GA account.
Link: sansan.qriosity.com.sg
Thanks!
You could post directly the zip file to install the plugin?
Hello Twolle,
Our Speed Booster plugin has been designed to work properly with some tested plugins, as you can see in this screenshot -> http://screencast.com/t/ojSRErqBEI8 Please note that the Speed Booster plugin disable itself when an incompatible plugin it’s installed. We added this measure to avoid conflicts with the plugins that won’t allow moving their CSS/js resources at page bottom. To keep it always activated comment or delete the indicated lines from td-speed-booster.php: http://screencast.com/t/RZLIOPUNdqh You can check this topic for more information about speed booster usage: https://forum.tagdiv.com/topic/speed-booster-questions/
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
That seams to be a problem related with your WordPress install. At first try to deactivate all plugins except Visual Composer clear all caches and test again. If the problem persist try to make a new WordPress install only with the theme and Visual composer plugin and check if the problem persist. Before making any changes make sure that you do a full backup to the current wp-install and the database: https://codex.wordpress.org/WordPress_Backups
Thanks!
Hello galstyan,
Please make a fresh install via FTP by following this tutorial: https://forum.tagdiv.com/install-via-ftp/ Your settings will not be affected as they are stored in the database. Simply download the latest version of the theme and install it directly.
Hope this helps and let us know how it goes!
Thank you!
Hello Vesa,
You have to run the script AFTER you have installed the latest version of Newspaper (6.6.4). Please read carefully our documentation because there you have all the method explained step by step.
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
We intent to add WhatsApp and for Newsmag theme in the next updates. Meanwhile if you want to use it follow this steps:
– install Font Awesome 4 Menus plugin, this is required because Newsmag don’t have the font for WhatsApp icon. You can find more details about the plugin here: https://forum.tagdiv.com/newsmag-how-to-add-icons-in-menu/
– add this line of code in td_module_single.php like here: http://screencast.com/t/7rdeIPQwXzZq – http://screencast.com/t/rrXeDk3Wc
<a class="td-social-sharing-buttons td-social-whatsapp" href="whatsapp://send?text=' . htmlspecialchars(urlencode(html_entity_decode($this->title, ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8') . ' - ' . urlencode( esc_url( get_permalink() ) ) . '" ><i class="fa fa-whatsapp"></i></a>
– add this css in theme panel > custom code > custom css:
.td-social-whatsapp {
display: none !important;
}
.td-social-whatsapp i {
background-color: #7bbf6a;
position: relative;
padding: 9px 12px 7px 12px;
top:-10px;
border-radius: 3px;
}
.fa-whatsapp:before{
font-size: 16px;
}
@media (max-width: 767px) {
.td-social-whatsapp {
display: inline-block !important;
}
}
The result should be like here: http://screencast.com/t/xCJKc2MiG
Thanks!
-
This reply was modified 10 years by
Andrei L..
Installed travel demo but not able to change category pl help. Changed my categories but still there in home page
http://www.blogtothemax.com/home
Hello
I have checked your website and I saw that all the images seems to works as expected and are showing up. Please try to disable all the active plugins, except Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule our the plugins in conflict. Also, please check your system status and try to improve it to increasing the parameters values, in order to achieve the best result. If you do not have access to your system status file, please contact your hosting provider and then try to increase these parameters.
Please make sure your system status parameters are set properly. You can check here: http://screencast.com/t/Ka9cF6ty and then you can use this guide to see how you can increase these values: https://forum.tagdiv.com/system-status-parameters-guide/
Hope this helps and let us know how it goes!
After this advice, if your problem is still there please let us know and also provide more details and some screenshots with your issues so I will be able to provide a more accurate response.
Thank you for the message!
Hi!
I´ve install the theme in my website and i just have found a fix…
I don´t now why, but i can see featured images in the front page, but when i enter into an article all the images dissapear.
Can anybody help me?
Thank you!
Hello,
Please help – Installed the WordPress Twitter Bootstrap CSS plugin but can’t save settings from admin panel.
Have you used this this plugin? On our dev site with Newspaper theme, it works fine. On prod site with same theme, same settings can’t get saved. Newspaper Version : 6.5
Thanks!
When trying to create a new menu, the right side where menu items appear is no longer showing up.
I tried reinstalling nav-menus.php, clearing cache through W3 total cache, deactivated all plugins and switched themes then switched back to original theme and reactivated with no avail.
In addition to menu creation not functioning properly, the “Screen Options” and “Help” tab do not respond to clicks
Choosing “Disabled” for “Category Top Posts Style” in the theme panel has been breaking the pagination on my category pages for some reason. When I visit page 2, 3, etc. of the category the posts remain the same as on page 1. This bug only happens when “Disabled” is selected for “Category Top Posts Style”. I tested this on a fresh install of WP with Newspaper 6.3.2. If this is a known issue that has already been fixed in a later version, please let me know!
Thanks!
Hello. Please tell me, when my attempt to activate a theme , a message – “from your ip have been many attempts activation” … I remove WordPress theme from the site and re- install it. How am I going to activate it ?
Hi,
Will it cause any conflicts or problems with the newspaper theme if I install the tinyMCE advanced editor from this url: https://wordpress.org/plugins/tinymce-advanced/
Or does this already come with the theme but needs enabling? If so, please provide directions.
Thank you,
John
I recently installed the Newspaper theme and have run into an issue with Block 15 when viewing the site on my iPhone 6s.
The links within the “RECENT NEWS” section on the left side which is a “Block 15” with 6 articles are working on the desktop version of the site but are not active links on the mobile site. You cannot click them on the mobile site.
The only unique thing about this block is that I filter out one category using “-2” but other than that, it is the stock block.
See here: http://illinoismatmen.com/wordpress/
Please help.
Hello gauravkohli,
Please make sure that you have downloaded the latest version of the theme (6.6.4) and Visual Composer and install it properly, as @Chris you suggested above. For more information about Visual Composer, please check these links -> https://forum.tagdiv.com/how-to-use-visual-composer/ -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
If you need more assistance in this regard, please let us know.
Thank you for the message!
Hello calisangels,
I have checked your website and your console and saw that you have some js.errors, as you can see here -> http://screencast.com/t/ednRzRnEu0XJ This kind of errors could come from plugins in conflict. Please try to disable all the active plugins, except Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the interference between untested plugins and our theme. As you can see, we have a list of tested plugins with that the theme works perfectly -> http://screencast.com/t/0kBXe1my
Also, you can try to see the theme behavior using our demo preview on mobile and notice that issue does not come from the theme but only from the conflicting plugins. ->http://demo.tagdiv.com/newspaper/#
Hope this helps and let us know how it goes!
Thank you for the message!