- NewspaperChild Theme Support
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to Update the Newspaper Theme
- NewspaperWhat’s Included in the Newspaper Theme Package
- NewspaperFlex Block Settings Guide
- NewspaperPrimary Category: Build a hierarchy for your website
- NewspaperBreadcrumbs
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hello !
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hi Digitalgirdharipandey,
Please try the below steps:
1. Disable tagDiv Composer -> https://i.imgur.com/uzBdRB9.png
2. delete tagDiv Composer -> https://i.imgur.com/xGGfYE7.png
3. Reinstall tagDiv Composer -> https://i.imgur.com/Ay0zJHn.png or -> https://i.imgur.com/ZMgV9at.png
4. Clear all cache from your website, host and browser ( for browser use force refresh Ctrl Shift R ).
If the problem still persists, please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can use the Enable jQuery Migrate Helper in some cases this can help you to make tagDiv Composer to work.
Let me know the results!
Thank you!
Hi,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Also please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Make sure that allow_url_fopen = On;
-> https://chemicloud.com/kb/article/how-to-enable-or-disable-allow_url_fopen-in-cpanel/
-> https://www.a2hosting.com/kb/developer-corner/php/using-php.ini-directives/php-allow-url-fopen-directive
Let me know the results!
Thank you!
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hi,
So if I understand correctly, the theme is no longer saving the settings for you and is in a continue loop when you are trying to save some settings in theme panel.
Usually this issue is related to a firewall or security module which blocks admin-ajax.php request. Please verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Also make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Hope this will help you!
Let me know the results!
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hi octofianus,
Indeed your screenshots are look different from what I see now n your website.
If you are using a child theme, please make sure that you use the child theme provided in Newspaper X, also make sure that you do not have some code/function inserted in the child that can provide this problem. Also some times this problem can be caused by some plugins, please make a test only with tagDiv plugin and see if the problem persists.
Let me know the results after the above steps!
Thank you!
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Translated with Google:
I would like to add a consent banner to the newspaper theme. I wanted to add this code under analytics / Java Script Code Box:
<! – Quantcast Choice. Consent Manager Tag v2.0 (for TCF 2.0) ->
<script type = “text / javascript” async = “true”>
(function () {
var host = window.location.hostname;
var element = document.createElement (‘script’);
var firstScript = document.getElementsByTagName (‘script’) [0];
var url = ‘https://quantcast.mgr.consensu.org’
.concat (‘/ choice /’, ‘6Fv0cGNfc_bw8’, ‘/’, host, ‘/choice.js’)
var uspTries = 0;
var uspTriesLimit = 3;
element.async = true;
element.type = ‘text / javascript’;
element.src = url;
firstScript.parentNode.insertBefore (element, firstScript);
function makeStub () {
var TCF_LOCATOR_NAME = ‘__tcfapiLocator’;
var queue = [];
var win = window;
var cmpFrame;
function addFrame () {
var doc = win.document;
var otherCMP = !! (win.frames [TCF_LOCATOR_NAME]);
if (! otherCMP) {
if (doc.body) {
var iframe = doc.createElement (‘iframe’);
iframe.style.cssText = ‘display: none’;
iframe.name = TCF_LOCATOR_NAME;
doc.body.appendChild (iframe);
} else {
setTimeout (addFrame, 5);
}
}
return! otherCMP;
}
function tcfAPIHandler () {
var gdprApplies;
var args = arguments;
if (! args.length) {
return queue;
} else if (args [0] === ‘setGdprApplies’) {
if (
args.length> 3 &&
args [2] === 2 &&
typeof args [3] === ‘boolean’
) {
gdprApplies = args [3];
if (typeof args [2] === ‘function’) {
args [2] (‘set’, true);
}
}
} else if (args [0] === ‘ping’) {
var retr = {
gdprApplies: gdprApplies,
cmpLoaded: false,
cmpStatus: ‘stub’
};
if (typeof args [2] === ‘function’) {
args [2] (retr);
}
} else {
queue.push (args);
}
}
function postMessageEventHandler (event) {
var msgIsString = typeof event.data === ‘string’;
var json = {};
try {
if (msgIsString) {
json = JSON.parse (event.data);
} else {
json = event.data;
}
} catch (ignore) {}
var payload = json .__ tcfapiCall;
if (payload) {
window .__ tcfapi (
payload.command,
payload.version,
function (retValue, success) {
var returnMsg = {
__tcfapiReturn: {
returnValue: retValue,
success: success,
callId: payload.callId
}
};
if (msgIsString) {
returnMsg = JSON.stringify (returnMsg);
}
event.source.postMessage (returnMsg, ‘*’);
},
payload.parameter
);
}
}
while (win) {
try {
if (win.frames [TCF_LOCATOR_NAME]) {
cmpFrame = win;
break;
}
} catch (ignore) {}
if (win === window.top) {
break;
}
win = win.parent;
}
if (! cmpFrame) {
addFrame ();
win .__ tcfapi = tcfAPIHandler;
win.addEventListener (‘message’, postMessageEventHandler, false);
}
};
if (typeof module! == ‘undefined’) {
module.exports = makeStub;
} else {
makeStub ();
}
var uspStubFunction = function () {
var arg = arguments;
if (typeof window .__ uspapi! == uspStubFunction) {
setTimeout (function () {
if (typeof window .__ uspapi! == ‘undefined’) {
window .__ uspapi.apply (window .__ uspapi, arg);
}
}, 500);
}
};
var checkIfUspIsReady = function () {
uspTries ++;
if (window .__ uspapi === uspStubFunction && uspTries <uspTriesLimit) {
console.warn (‘USP is not accessible’);
} else {
clearInterval …….
Unfortunately, the Newspaper Theme then no longer saves and there is an endless loading loop.
Are there still any with the problem?
I installed the Newspaper zip file with only the theme files (not all the files) because I was getting a failed installation – missing stylesheet error in WordPress. It then installed successfully. But, I am missing the demo files and I was going to use one of these demos for my site. I am also missing the slider plugin and other files (like child, etc..); I know they are optional for the $60 I paid I feel like they should be included.
Hi,
Please check if you are using WordPress v5.5, you must use the last version of Newspaper theme too, only this will work on this version of WordPress.
Also if you already have Newspaper 10.3.6.1 and you have this problem, then try the below steps:
1. Disable tagDiv Composer -> https://i.imgur.com/uzBdRB9.png
2. delete tagDiv Composer -> https://i.imgur.com/xGGfYE7.png
3. Reinstall tagDiv Composer -> https://i.imgur.com/Ay0zJHn.png or -> https://i.imgur.com/ZMgV9at.png
4. Clear all cache from your website, host and browser ( for browser use force refresh Ctrl Shift R ).
If the problem still persists, please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can use the Enable jQuery Migrate Helper in some cases this can help you to make tagDiv Composer to work.
Let me know the results!
Thank you!
Hi, I know what the problem is but the solution isn’t there yet. I have a child theme active but the new theme works only if I activate the original theme. When I activate the child theme it shows the problem. The screencapture in your message is the website with the original theme.
https://i.imgur.com/vmKlVZS.png
https://i.imgur.com/pO0yhcm.png
Hi,
If there is sill a problem and you are using WordPress v5.5, you must use the last version of Newspaper theme too, only this will work on this version of WordPress.
Also if you already have Newspaper 10.3.6.1 and you have this problem, then try the below steps:
1. Disable tagDiv Composer -> https://i.imgur.com/uzBdRB9.png
2. delete tagDiv Composer -> https://i.imgur.com/xGGfYE7.png
3. Reinstall tagDiv Composer -> https://i.imgur.com/Ay0zJHn.png or -> https://i.imgur.com/ZMgV9at.png
4. Clear all cache from your website, host and browser ( for browser use force refresh Ctrl Shift R ).
If the problem still persists, please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can use the Enable jQuery Migrate Helper in some cases this can help you to make tagDiv Composer to work.
Let me know the results!
Thank you!
Hi Vlad,
thank you for getting back to me.
I have deactivated all the plugins except tagDiv ones and the child theme, cleared cache but I have the same problem.
Do you have any other ideas?
Thanks
Andras
Hello !
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Is it possible to add CSS and JS only for mobile themes excluding AMP? Actually, I have added CSS and custom JS to my child themes, however, those CSS and JS were not loading on mobile versions. So, I thought to add it on the Theme panel => Mobile Theme => Custom Code. This CSS applied both on Mobile + AMP (that’s not the problem), however, the js runs only on Mobile (not allowed on amp). This breaks the functionality of the code. So, is there any way to achieve it?
]
Hi mqalby,
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Please do not use WPBakery with tagDiv Cloud Library, this will not work correctly. Please deactivate WPBakery and import some demos from tagDiv cloud Library -> https://tagdiv.com/what-is-the-cloud-library/ or install a pro demo.
If there is still a problem, please provide me a link where I can inspect it.
Let me know the results!
Hi johnu101,
If there is sill a problem and you are using WordPress v5.5, you must use the last version of Newspaper theme too, only this will work on this version of WordPress.
Also if you already have Newspaper 10.3.6.1 and you have this problem, then try the below steps:
1. Disable tagDiv Composer -> https://i.imgur.com/uzBdRB9.png
2. delete tagDiv Composer -> https://i.imgur.com/xGGfYE7.png
3. Reinstall tagDiv Composer -> https://i.imgur.com/Ay0zJHn.png or -> https://i.imgur.com/ZMgV9at.png
4. Clear all cache from your website, host and browser ( for browser use force refresh Ctrl Shift R ).
If the problem still persists, please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can use the Enable jQuery Migrate Helper in some cases this can help you to make tagDiv Composer to work.
Let me know the results!
Thank you!
Hi,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Also please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Make sure that allow_url_fopen = On;
-> https://chemicloud.com/kb/article/how-to-enable-or-disable-allow_url_fopen-in-cpanel/
-> https://www.a2hosting.com/kb/developer-corner/php/using-php.ini-directives/php-allow-url-fopen-directive
Let me know the results!
Thank you!
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !