- NewspaperAutoptimize Plugin – install and configuration
- NewspaperCache plugin – install and configure
- NewspaperInstalling Pre-built Websites
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
- 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
- NewspaperInfinite Loading for Single Posts
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspapertagDiv Social Counter plugin
- NewspapertagDiv Shop
- NewspapertagDiv Opt-In Builder
Hello berchman,
Also, to be sure, you can try to make a fresh install of the theme and then only install the Visual composer version that comes with the theme. Please remove any other version from the plugins section (disable and remove) and then install it from here: http://screencast.com/t/DwZN21u0VR -> https://forum.tagdiv.com/install-via-ftp/
Hope this helps and let us know how it goes!
Thank you for the message!
I just bought the ‘Newspaper’ Theme today, and I’m unable to UpLoad the (.zip) file via my
WP 4.51 Dashboard to install this (New) Theme. Please help. Email: chas.donaldson@gmail.com
Hi can you help me how to install page level ads By adsense on my post and pages in my web site here in these vieo is explanation but i didint find the right answer https://www.youtube.com/watch?v=LvahhzUwQdk
Bogdan,
I have downloaded and uploaded your example: https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/ …. if you install that plugin as is from your dropbox there are still no blocks being registered.
Please advise.
Thanks Andrei. I seem to have got rid of them after uninstalling Jetpack.
Hi,
I bought your theme yesterday (V 6.7.2) and uploaded the file js_composer.zip (as you explained here: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/), but on the last step I didn’t click on “activate plugin”. Now when I go to plugins installed what I see is the WPBakery Visual Composer (which is paid) and can’t upload the js_composer.zip file again, because it says the folder already exists.
I really need your help, because I’m supposed to have this website online on Sunday.
Thanks
Laura
Hello dano1066,
Please check this topic here -> https://forum.tagdiv.com/topic/cant-save-theme-settings/ because there was discussed this problem. If you have the Wordfence plugin, please disable it or set it according to workaround that was explained in that topic by Bryson T.
Also, please try to disable all the active plugins, leave just Visual Composer to active and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
Hope this helps and let us know how it goes!
Thank you for the message!
Hi Bogdan,
I’ve gone through every one of my plugins to check if it was causing the problem before I reset all the options in the theme, and you would never guess which is the offending plugin? TagDiv Speed Booster! I am using a managed wordpress host and obviously the two don’t play nicely. I have removed this plugin and the website now loads faster and has no blue bar. I installed it after the last theme update about 3 weeks ago.
Thanks for all you help,
Gordon
I have received the theme update. How to update it? Do I have to remove older version and install the update file or how? Please explain…
Hello berchman,
I have checked your console and I saw that you have some errors and jquery warnings as you can see here -> http://screencast.com/t/zOZIa60VC I suspect these irregularities come from your untested plugins. Please try to disable all the active plugins, leave just Visual Composer to active, please all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
Hope this helps and let us know how it goes!
Thank you for the message!
It does not work. I disabled the plugin, clear the cache and re-installed it. I have the same problem. Other idea?
Hello sunkast,
Our tested version of Visual Composer is 4.11.2. -> http://screencast.com/t/YnCQHPA9s and with this plugin’s version the theme work as properly. Please ensure that your issue does not come from your untested plugins. I recommend you to disable all the active plugins, leave just Visual Composer to active, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. After this changes, if you problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so I can further inspect your setup page. Also, please provide the link of this topic so we can know who you are and what the issue is.
Thank you for the message!
I Think only problem without activation key is the slider templates, if that is provided then probably won’t have any issue. Please let us know how we can get the free templates because without key we can’t install from ThemePunch?
-
This reply was modified 10 years by
Chito.
Hi,
If you have a child theme, please switch to the main theme and please do a fresh install of your theme via ftp. Delete the old one and install it again. https://forum.tagdiv.com/install-via-ftp/
Make sure you clear all caches and reset cdn files as well.
Also try the theme without any plugins. Disable all of them to rule out a plugin conflict.
Let us know how it goes.
Thank you!
Hi Andrei!
Yes! I completely updated the Theme via WordPress (the first install, my friend used Filezilla but I found it difficult so I did via WP which was s easy) and made sure Visual Composer was updated! All visuals are displaying perfectly! I only had to redo my FB and IG Feed in the side bar which was easy. – I’m loving this Theme! http://www.davidmotivations.com
Thanks SO much for all your help
David
hai,
(Place this ad code in the <head> tag (or at the top of the <body>) of the pages where you want to show the ads. It’s the same ad code for every page and site, and you won’t need to change it even if you adjust your Page-level ads settings).
Above content says Google adsense.
Page level ad code supported only for mobile devices.
So please help-ad code installation method for mobile template.
(please give me a detailed explanation).
Thanks,
Antony.
If you recently upgraded to wordpress 4.5.1 from earlier versions you may have found your posts have been all messed up with lots of Â, †and ™ characters dotted everywhere. This happened to HallaNaija blog posts, I manually removed them from some of the affected posts but was unable to do that to all because i have too over 5000+ published posts. I didn’t spend any time looking into what caused this to happen.
I immediately came to the forum for support and i’ve also contacted the in-house staff support team but didn’t get any response. However I decided to look into the problem further as there are a lot of wordpress users who are having problems with this.
What causes these characters to appear after upgrading?
WordPress added two new lines to the wp-config.php file in version latest version
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
In brief, DB_CHARSET lets you define the character set which is used on your blog and DB_COLLATE lets you set the order of the character set. I don’t want to go into too much details about these new variables as it will not concern the majority of wordpress users.
So why does this problem arise? Well, if you install a fresh copy of wordpress you may get this problem however. This is because the wordpress upgrade does not convert the old Latin1 character set to the new UTF-8 character set during the upgrade. I’m baffled why wordpress did not speak more about this when they released new version as it’s clearly something that is going to cause problems for a lot of bloggers.
How do you remove these strange characters from your posts?
There are a few ways you can fix this problem.
Remove the references to DB_CHARSET and DB_COLLATE in the wp-config.php file
– If you simply remove the new lines from your wp-config.php file your posts should be back to normal. In the long term though it’s maybe best to convert your database.
OR
You can:
– Download the wordpress UTF-8 Database Converter plugin – g30rg3x released a wordpress plugin called UTF-8 Database Converter which converts your database and therefore removes all strange characters from your posts. You can download it here [ https://wordpress.org/plugins/utf-8-database-converter/ ]. All you need to do is backup your database, upload this plugin and then activate it. When you have activated it and selected the converter in your plugin tab you will see this screen. ==> http://tinyurl.com/hn5adru
Don’t get too alarmed about this screen, just double check that you have backed up your blog database so if anything happens your covered.
Removing or commenting out the DB_CHARSET and DB_COLLATE references in your wp-config.php file is definately the quickest way to resolve this problem but I’ve no doubt that future versions of wordpress will include these new character variables so it might be worthwhile converting your database using the plugin I mentioned.
I hope that this guide will help wordpress users who have had problems with this. If you are unsure about anything please let me know and I will do my best to help.
thanks, HallaNaija
We need to update our Visual Composer Version from 4.9 to 4.11.2 in order for the plugin to work on Newspaper 6, when WordPress 4.5.1 is installed.
However after the last version of Visual composer in installed we are unable to find the license code to activate this new plugin. Despite connecting my Envato account via the API, no license codes are displaying, I assume this is because the Visual Composers i use across my multiple Newspaper sites are bundled within the theme.
So… How do I activate my Visual Composer licence once upgraded?
Thanks
Hello dennisjpitocco,
Please notice that our theme does not have the links opening in New Windows. You can check our demo preview here -> http://demo.tagdiv.com/newspaper/ and check what I mean. Please try to disable all the active plugins, leave just the Visual Composer to Active, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. If could be possible that one of your untested plugins whcih you are using in the theme -> http://screencast.com/t/1zTU3b83 to interact whit our theme and create this behaviour of your links. Please try without these plugins and check after the results and also, let us know how it goes.
Thank you for your understanding!
Hi,
Yes, the latest version is already online adn can be downloaded. Please make sure you also remove your current social counter and install the new one bundled with the theme. Make sure you have version 3.2 of the social counter plugin.
Thank you!
I run two sites on newspaper. Visual composer has stopped working on both. Here’s what I’ve done so far:
– Updated to latest theme version.
– Installed latest version of visual composer.
I’m in the process of selling one site and this is really embarrasing. What else can I try?
Thanks in advance!
I use the NewsMag theme. Am experiencing the same problem on my blog posts. It’s even appearing on old posts and post titles too. Very annoying.
http://www.awesomescreenshot.com/image/1202346/973b53a0cd0abd0b793eaa8617f40809
http://www.awesomescreenshot.com/image/1202387/07dafc164a2310e0f444388c46c1abbc
http://www.awesomescreenshot.com/image/1202392/10c31d36cd5098abfaa760b1fbcbc979
This issue has been occurring for over 2 months now. I have cleared cache several times and disabled plugins several times too. but problem persists. I’ve even deleted more than half (useless) of the plugins i installed. SAME THING!!!
I use the NewsMag theme. Am experiencing the same problem on my blog posts. It’s even appearing on old posts and post titles too. Very annoying.
http://www.awesomescreenshot.com/image/1202346/973b53a0cd0abd0b793eaa8617f40809
http://www.awesomescreenshot.com/image/1202387/07dafc164a2310e0f444388c46c1abbc
http://www.awesomescreenshot.com/image/1202392/10c31d36cd5098abfaa760b1fbcbc979
This issue has been occurring for over 2 months now. I have cleared cache several times and disabled plugins several times too. but problem persists. I’ve even deleted more than half (useless) of the plugins i installed. SAME THING!!!
Hi
This issue was caused by the new version of WP. Please update your theme using this guide:
https://forum.tagdiv.com/how-to-update-the-theme-2/ and then update visual composer to the latest version using this one: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
As for the revolution slider, please install it from the plugins folder from the main archive and the revolution_slider_5 folder.
The new version of revolution slider and the new version of visual composer will prompt you to activate them using an activation key, but this message must be ignored as they are free versions that do not need activation as they are provided bundled with the theme.
Thank you!
Hello mohamedelkady,
Please ensure that you have correctly and complete installed your theme. Also, to be sure, please try to make a fresh install of the theme and then only install the visual composer version that comes with the theme. Please remove any other version from the plugins section (disable and remove) and then install it from here: http://screencast.com/t/DwZN21u0VR -> https://forum.tagdiv.com/install-via-ftp/ After this, you should check this video tutorial here -> https://www.youtube.com/watch?v=ss-BEobegAw because it could be more useful for you.
Hope this helps and let us know how it goes!
Thank you for the message!