- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewspaperFont Customization
- NewspaperTheme Colors Introduction
- NewspaperBackground Introduction
- NewspaperHeader ads
- NewspaperPost template ads
- NewspaperCustom ad spots
- NewspaperMain Menu
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hello !
We have inspected your website and on mobile the search icon is not rendered.
Thank you !
How can I hide a element on mobile?
website: trogirskiportal.hr
I have a search icon below the main menu in desktop view and I need to hide it on mobile….
Hello Guys
As European site with European Advertising vendors, i need to implement on my wordpress site a GDPR consent with IAB certification.
Most of the sites are using Quantcast Choice. I have a code to implement:
<!– Quantcast Choice. Consent Manager Tag –>
<script type=”text/javascript” async=true>
var elem = document.createElement(‘script’);
elem.src = ‘https://quantcast.mgr.consensu.org/cmp.js’;
elem.async = true;
elem.type = “text/javascript”;
var scpt = document.getElementsByTagName(‘script’)[0];
scpt.parentNode.insertBefore(elem, scpt);
(function() {
var gdprAppliesGlobally = false;
function addFrame() {
if (!window.frames[‘__cmpLocator’]) {
if (document.body) {
var body = document.body,
iframe = document.createElement(‘iframe’);
iframe.style = ‘display:none’;
iframe.name = ‘__cmpLocator’;
body.appendChild(iframe);
} else {
// In the case where this stub is located in the head,
// this allows us to inject the iframe more quickly than
// relying on DOMContentLoaded or other events.
setTimeout(addFrame, 5);
}
}
}
addFrame();
function cmpMsgHandler(event) {
var msgIsString = typeof event.data === “string”;
var json;
if(msgIsString) {
json = event.data.indexOf(“__cmpCall”) != -1 ? JSON.parse(event.data) : {};
} else {
json = event.data;
}
if (json.__cmpCall) {
var i = json.__cmpCall;
window.__cmp(i.command, i.parameter, function(retValue, success) {
var returnMsg = {“__cmpReturn”: {
“returnValue”: retValue,
“success”: success,
“callId”: i.callId
}};
event.source.postMessage(msgIsString ?
JSON.stringify(returnMsg) : returnMsg, ‘*’);
});
}
}
window.__cmp = function (c) {
var b = arguments;
if (!b.length) {
return __cmp.a;
}
else if (b[0] === ‘ping’) {
b[2]({“gdprAppliesGlobally”: gdprAppliesGlobally,
“cmpLoaded”: false}, true);
} else if (c == ‘__cmp’)
return false;
else {
if (typeof __cmp.a === ‘undefined’) {
__cmp.a = [];
}
__cmp.a.push([].slice.apply(b));
}
}
window.__cmp.gdprAppliesGlobally = gdprAppliesGlobally;
window.__cmp.msgHandler = cmpMsgHandler;
if (window.addEventListener) {
window.addEventListener(‘message’, cmpMsgHandler, false);
}
else {
window.attachEvent(‘onmessage’, cmpMsgHandler);
}
})();
window.__cmp(‘init’, {
‘Language’: ‘it’,
‘Initial Screen Title Text’: ‘Il rispetto della tua privacy è la nostra priorità’,
‘Initial Screen Reject Button Text’: ‘NON ACCETTO’,
‘Initial Screen Accept Button Text’: ‘ACCETTO’,
‘Initial Screen Purpose Link Text’: ‘Mostra finalità’,
‘Purpose Screen Title Text’: ‘Il rispetto della tua privacy è la nostra priorità’,
‘Purpose Screen Body Text’: ‘Di seguito puoi impostare le preferenze sul consenso e determinare come desideri utilizzare i dati in base alle finalità. Puoi impostare le tue preferenze per noi indipendentemente da quelle dei partner di terze parti. Ogni finalità ha una descrizione in modo che tu sappia come noi e i nostri partner utilizziamo i tuoi dati.’,
‘Purpose Screen Vendor Link Text’: ‘Visualizza i fornitori’,
‘Purpose Screen Cancel Button Text’: ‘Annullare’,
‘Purpose Screen Save and Exit Button Text’: ‘Salva ed Esci’,
‘Vendor Screen Title Text’: ‘Il rispetto della tua privacy è la nostra priorità’,
‘Vendor Screen Body Text’: ‘Di seguito puoi impostare le preferenze sul consenso per i singoli partner di terze parti con cui collaboriamo. Per visualizzare le finalità rispetto alle quali i singoli partner di terze parti usano i dati per agevolarti nelle tue scelte, espandi ogni voce dell'elenco di aziende. In alcuni casi, le aziende potrebbero utilizzare i tuoi dati senza chiedere il tuo consenso, in base ai loro legittimi interessi. Per ulteriori informazioni e per opporti a tale elaborazione, puoi fare clic sui rispettivi link alla policy sulla privacy.’,
‘Vendor Screen Accept All Button Text’: ‘ACCETTA TUTTO’,
‘Vendor Screen Reject All Button Text’: ‘RIFIUTA TUTTO’,
‘Vendor Screen Purposes Link Text’: ‘Torna alle finalità’,
‘Vendor Screen Cancel Button Text’: ‘Annullare’,
‘Vendor Screen Save and Exit Button Text’: ‘Salva ed Esci’,
‘Initial Screen Body Text’: ‘Noi e i nostri partner utilizziamo tecnologie, quali quelle dei cookie, ed elaboriamo i dati personali, quali gli indirizzi IP e gli identificatori dei cookie, per personalizzare gli annunci e i contenuti in base ai tuoi interessi, misurare le prestazioni di annunci e contenuti e ricavare informazioni sul pubblico che ha visualizzato gli annunci e i contenuti. Fai clic sotto per acconsentire all' utilizzo di questa tecnologia e al trattamento dei tuoi dati personali per queste finalità. Puoi cambiare idea e modificare le tue opzioni sul consenso in qualsiasi momento ritornando su questo sito.’,
‘Initial Screen Body Text Option’: 1,
‘Publisher Name’: ‘Rnbjunk Musica’,
‘Min Days Between UI Displays’: 15,
‘Publisher Purpose IDs’: [1,2,3,4,5],
});
</script>
<!– End Quantcast Choice. Consent Manager Tag –>
<style>
.qc-cmp-button {
background-color: #FFFFFF !important;
border-color: #FFFFFF !important;
}
.qc-cmp-button:hover {
background-color: transparent !important;
border-color: #FFFFFF !important;
}
.qc-cmp-alt-action,
.qc-cmp-link {
color: #FFFFFF !important;
}
.qc-cmp-button.qc-cmp-secondary-button:hover
{
border-color: transparent !important;
background-color: #FFFFFF !important;
}
.qc-cmp-button {
color: #6E61B0 !important;
}
.qc-cmp-button.qc-cmp-secondary-button {
color: #FFFFFF !important;
}
.qc-cmp-button.qc-cmp-button.qc-cmp-secondary-button:hover {
color:#ffffff !important;
}
.qc-cmp-button.qc-cmp-secondary-button {
border-color: #6E61B0 !important;
background-color: #6E61B0 !important;
}
.qc-cmp-ui,
.qc-cmp-ui .qc-cmp-main-messaging,
.qc-cmp-ui .qc-cmp-messaging,
.qc-cmp-ui .qc-cmp-beta-messaging,
.qc-cmp-ui .qc-cmp-title,
.qc-cmp-ui .qc-cmp-sub-title,
.qc-cmp-ui .qc-cmp-purpose-info,
.qc-cmp-ui .qc-cmp-table,
.qc-cmp-ui .qc-cmp-table-header,
.qc-cmp-ui .qc-cmp-vendor-list,
.qc-cmp-ui .qc-cmp-vendor-list-title {
color: #000000 !important;
}
.qc-cmp-ui a,
.qc-cmp-ui .qc-cmp-alt-action,
.qc-cmp-toggle-status {
color: #6E61B0 !important;
}
.qc-cmp-ui {
background-color: #FFFFFF !important;
}
.qc-cmp-publisher-purposes-table .qc-cmp-table-header {
background-color: #FFFFFF !important;
}
.qc-cmp-publisher-purposes-table .qc-cmp-table-row {
background-color: #FFFFFF !important;
}
.qc-cmp-vendor-list .qc-cmp-vendor-row {
background-color: #FFFFFF !important;
}
.qc-cmp-vendor-list .qc-cmp-vendor-row-header {
background-color: #FFFFFF !important;
}
.qc-cmp-table {
border: 1px solid #000000 !important;
}
.qc-cmp-table-row {
border-top: 1px solid #000000 !important;
}
.qc-cmp-vendor-list {
border: 1px solid #000000 !important;
}
.qc-cmp-vendor-row {
border-top: 1px solid #000000 !important;
}
.qc-cmp-arrow-down {
background: url(“data:image/svg+xml,%3Csvg xmlns=’http://www.w3.org/2000/svg’ viewBox=’0 0 16 16′ fill=’none’ stroke=’#000000′ stroke-width=’2′ stroke-linecap=’round’ stroke-linejoin=’round’%3E %3Cpolyline points=’2 5 8 11 14 5’/%3E %3C/svg%3E”) center no-repeat;
}
.qc-cmp-toggle-status {
color: #000000 !important;
}
.qc-cmp-table-header {
color: #000000;
}
</style>
I want it to be shown on Mobile theme and Desktop Theme, before any other Script.
I’ve put the code in here, but it doesn’t seems to work.

Can someone help us out?
Thanks for the suggestion. Till it’s not fix I’ll disable mobile theme on post with smartlist.
Thanks for great assistance.
Hello when does the new update come out?
The mobile video is expanded when loading the page and after 2 seconds it is correct (without cache) or (with cache)
the slow loading for video on the mobile has an error with the AMP theme
The visitor experience is low
Hello !
We have investigated your website and everything seems to be in order, on mobile and on emulator.
Please make sure that your internet connection is proper and also try another device.
Thank you !
Sorry but no works.
This is how we see the mobile theme on an iphone: https://imgur.com/T4rxNtU
Also we need to know why we could see the auto google adsense for amp.
We’ve activated it on the google adsense and this is how we config on the theme:
https://imgur.com/wmjiI2K (is ok the amp analytics code????)
How we could solve all this bugs??? Thanks.
Hi there – I’m noticing a 1px white border on the right side of my full-width header (based on the Pulses Pro template, black bar at the very top) since the most recent update.
It only happens in Safari (desktop) – I don’t see the same issue in Chrome.
Screenshots: https://d.pr/i/BLot0h and https://d.pr/i/7DgD7y
I’ve also noticed it on a couple of the other templates and even some pages on the tagdiv site:
https://demo.tagdiv.com/newspaper_tech_news_pro/ << 1 px on right side of header and footer in desktop size
https://demo.tagdiv.com/newspaper_pulses_pro/ << 1 px on right side of header submenu in desktop size
https://demo.tagdiv.com/newspaper_life_news/ << 1 px on right side of header submenu in desktop size
https://demo.tagdiv.com/newspaper_covid19_news_pro/ << 1 px on bottom of footer in mobile
https://tagdiv.com/newspaper/ << release notes page has a 1px border on the right side of the header and footer
https://tagdiv.com << same here
I see that the latest version 10.3.2 had a fix for “iPhone 1px background off css issue” which fixed some similar issues I was seeing on my phone – but it may have caused additional issues in Safari desktop?
Is there a simple fix I can apply to clean these up?
Thx!
Hi,
Please notice that the mobile theme and amp will look different from the responsive version of your website.
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.
Also please provide some more details about the problem, the mobile menu is not open? please provide me a link where I can check it.
Thank you!
Hi,
I just checked these pages with my mobile and these are steel not displaying the responsive version, make sure that you disable the mobile theme on these pages, also the options for disable the mobile theme is only in Gutenberg editor.
If there is still a problem with these pages, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email.
Please note that we offer support only on forum and email.
Also please notice that the pages speed optimization is not covered by the theme support, if you want us to optimize your website, you can make a request here -> https://tagdiv.com/web-development-services/ and one of our developers will check your website.
Thank you for your understanding!
Hi rnbjunk,
Please provide some more details about the onesignal, this appear on desktop but on mobile not? if yes, please provide me a link where I can check it.
Thank you!
Hi,
Indeed on mobile theme plugin this is the way that is working the smart list, I note it on our list for improvements.
Also if you want you can use the responsive version of that post using this option from Gutenberg editor -> https://i.imgur.com/aCvU3x6.png -> https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Salut,
Imaginile thumbnail apar la toate articolele când este activat doar AMP. Când activez Mobile sau Mobile+AMP, imaginile apar doar la anumite articole.
-
This reply was modified 6 years by
Toma Romica.
Hi,
What element are you using footer menu in the sub-footer?
If is a list menu you can use this option -> https://i.imgur.com/KQJdh0R.png
For mobile horizontal menu -> https://i.imgur.com/e6qCQMT.png
Also there are customer that use the header main menu in footer/sub-footer, unfortunately this is a little hard to align center.
We recommend to use the first two options for the footer menu.
Thank you!
Hello !
Mobile theme on a desktop usually happens when you are experiencing a caching issue. Please make sure to clear your cache: https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thank you !
Hello !
The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme.
You will have to recreate your pages into the Mobile editor or completely disable the mobile theme. The mobile editor will not render shortcodes !
Also you can disable mobile theme on certain pages or posts by following this setting: 
Please take a look here: https://forum.tagdiv.com/the-mobile-theme/
Mobile theme plugin can be disabled from Newspaper Plugins as you can see here: https://www.screencast.com/t/LnkZCEVC
Thank you !
Hi,
When the mobile version or amp is displaying on desktop is a cache problem, we recommend to use WP Super Cache with the settings from our guide -> https://forum.tagdiv.com/cache-plugin-install-and-configure/ also if you are using other cache plugins please deactivate them and make a test.
Let me know the results!
Thank you!
Hi,
Please provide some more details and some screenshots about the problems that appear when you are using the mobile + amp, in this way we can check if it is a problem or not.
Thank you!
Thank you
you can disable mobile theme on certain pages or posts by following this setting:
That’s really helpful feature.
Thank you for the quick attention.
Hi, I can’t get the mobile theme burger menu to work, install the tagDiv Mobile Theme plugin and configure it as you say, activate and deactivate it from the home page and it still doesn’t work.
I installed the Official AMP for WP plugin and set it up as it is in your tutorial and it ruined my home page, can you help me set up the menu? I use the Newspaper theme with the sport template.
Greetings.
ive input the code as directed and the button shows up but is behind the shopping cart button. ive tried adjusting the pixel for bottom but it doesnt adjust it and higher or lower on the mobile. (i was able to edit this field on desktop to achieve exact location.
please advise, thanks
Hi everyone,
I would like to set up a mobile theme for AMP only (not for mobile actually, because I like the responsive version of the normal theme much more).
My goal is to set up only my blog posts as AMP and use the normal theme for anything else. As far as I can see, that’s what all the big publishers and newspapers also do. Unfortunately, the tutorial didn’t help me with most of the issues following:
1.) As the pages built with TD Composer are not available on mobile theme, I need to use the normal blog site as my home page – how can I set up this?
2.) The normal blog site does not show any thumbnail images, as you can see here: https://imgur.com/a/01drRfX – what did I do wrong?
3.) Is it possible and recommendable to direct all the links from my AMP site (especially menus and logo) to the normal responsive site? If yes, what is the best practice for it?
Thanks a lot in advance! 🙂
Hi,
The pages are open to mobile design, but I still cannot access the content of the pages in the mobile application.
I also installed the WP Super Cache plugin you suggested. I deleted the previous plugin from my WP Fastest Cache server. but unfortunately the speed rate has dropped 50% compared to the previous plugin.
There is nothing more I can do. I’ve been dealing for 3 months now. I would like you to connect with the team viewer and arrange for you.
Thanks.
Hello Guys,
i wish my user on mobile theme can see the option to follow my push notifications. I’ve seen another site that is actually using newsmag + onesignal, and when you con on the mobile page onesignal appears down there. How can I do the same on my site?

Thanks for collaboration.
