- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- ApiAPI – Top Bar Template – Introduction
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- ApiAPI – Footer Template – Introduction
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
Hello !
By using the website manager you can add a new header ( the same template ) and make the changes only on that page: https://www.screencast.com/t/nOMgkrXPZjN0
Thank you !
Dear Calin, this is not exactly what I mean. The H1 Heading in the desktop-version works. I have deactivated in the composer the H1 on the logo to avoid duplicate content. For the Mobile version, I use the mobile plugin and the therefore a different header which is just available in the mobile version. Here is no H1 defined. I always get the message from the seo-tool urgent do to –> add a H1 header.
When I make some changes in the theme-panel, the mobile version of the theme always changes to responsive version of the desktop. In this case the H1 Header is correct. But I want to use the mobile plugin header….
Greetings Kathrin
Thanks for your advise I recreated the contact page with disabled standard pack, but I can’t change the background color of the header only on this contact page without taking effect on the whole site, I am using the tagDiv Composer. I use the Header Template 5 from the cloud library.
Thank you,
I had the problem that the H1 heading did show up duplicate. So I deactivated the H1 heading on the Logo in the tagdiv-composer. But now, I don’t have any H1 Heading in the mobile theme and when I want to test the homepage in the desktop-version it is not possible, because only the mobile versions shows up. What can I do, do have a H1 Heading in the mobile as in the desktop version? Can I do it for the mobile version in wp-content-plugins-td-composer-mobile-header? And where I have to do it for the desktop-version? wp-content-plugins-td-composer?
Greetings Kathrin
Hi,
“The line under the header title, with the same width of the block, doesn’t exist” – unfortunately I do not understand on what are you referring, please provide some more details and some screenshots.
The background color can be set from theme panel -> https://i.imgur.com/ciY37YM.png the font can be change from here -> https://i.imgur.com/nXfCwQ7.png
Hope this will help you!
Thank you!
Hi,
Some featured images are not displaying on my posts. I have all of the thumbs on modules/blocks toggled. I already downloaded the image thumbnail regenerator and used it. For some reason the image still isn’t showing up my post page (both mobile and desktop).
Also, why is my header image not visible on certain browsers?
Thanks
Fatal error: Uncaught Error: Class ‘AMP_Theme_Support’ not found in /home/digitoud/public_html/onebgr.com/wp-content/plugins/td-mobile-plugin/td_mobile_theme.php:306 Stack trace: #0 /home/digitoud/public_html/onebgr.com/wp-content/plugins/td-mobile-plugin/td-mobile-plugin.php(104): td_mobile_theme::set_the_theme() #1 /home/digitoud/public_html/onebgr.com/wp-settings.php(377): include_once(‘/home/digitoud/…’) #2 /home/digitoud/public_html/onebgr.com/wp-config.php(99): require_once(‘/home/digitoud/…’) #3 /home/digitoud/public_html/onebgr.com/wp-load.php(37): require_once(‘/home/digitoud/…’) #4 /home/digitoud/public_html/onebgr.com/wp-blog-header.php(13): require_once(‘/home/digitoud/…’) #5 /home/digitoud/public_html/onebgr.com/index.php(17): require(‘/home/digitoud/…’) #6 {main} thrown in /home/digitoud/public_html/onebgr.com/wp-content/plugins/td-mobile-plugin/td_mobile_theme.php on line 306
Hello !
You can try and insert it manually in the header here: https://www.screencast.com/t/jcoaBqSJve1
Thank you !
Thanks! But there is something wrong with my template. The line under the header title, with the same width of the block, doesn’t exist.
The header template I want to implement is the one set as the theme default.
Hi,
Every time i go to another page on my website the header loads again and it is a lot higher for a few seconds.
Website: http://www.blauwzwartfans.be
Print screen of what happens: https://ibb.co/tDJwdyX
Thanks for helping
I can’t even use TD Composer for the header part of my site, I only used Theme Panel to style the header area (navigation bar, Logo,…). If I open the home page with TD composer, I only can use it for the content area: https://imgur.com/a/gfcrLeq
I already wondered about some screenshots in your tutorials, showing TD composer on header and footer part. Why doesn’t that work for me?
We’ve installed Newspaper Theme on our site, pixelcritic.es, and we spend lots of hours yesterday trying to upload our logo site to the header, but we couldn’t do it. The image uploads onto the library but when we try to put it as the site’s logo it doesn’t work. The image has the size demanded (272×90 px), and we’ve tried both .jpeg and .png formats. Also, it’s not a problem of that image, because we cannot use neither the sample images of the web nor a new favicon. We’ve tried installing a couple of demos and also with two different header formats, but it’s not working.
What shall we do?
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?
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!
After changing to my custom domain I can test now the onpage seo on my blog. Therefore I used seobility.net: https://freetools.seobility.net/de/seocheck/www.topfgartenwelt.com and there are shown up many problems with the headings at all.
1. There is duplicate H1 on the Homepage –> how can I fix this? I created the header with a cloud template, the standard pack is disabled.
2. I used the flexblock 1 to show the posts. In the composer I have set the title tag SEO to H2, but in the audit they are shown up as H3 and they are duplicated. A H2 Heading is completely missing. This is for SEO not good at all. How I can get them to H2 and how I can delete the duplicate headings?
The link to the homepage is: https://www.topfgartenwelt.com
Greetings Kathrin
Hi,
The tds_header_wrap_color is use of the options from theme panel on the header colors -> https://i.imgur.com/10lIskk.png
If there is still a problem, 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.
Thank you!
Hi, I have read the Requirements for Newspaper 10
When I contacted the host he said there is no issue in SQL There is Problem with the theme it was showing clearly
tds_header_wrap_color
Now You tell me what this means. When I switched to Another theme by FTP it started working later I again changed to previous.
this error comes frequently not always and lead to show the error on all page for 10-15 minutes.
Hi,
Indeed WPML plugin is quite complicate.
In order to use the string translate, for example for the header -> https://prnt.sc/rumozl and in WPML String -> https://prnt.sc/rumqn5 then you need to set the id of the header you want to be set for that language -> https://i.imgur.com/ghCu54I.png -> https://i.imgur.com/UAgVTC6.png -> https://prnt.sc/rumrbd
Thank you!
Hi,
Yes, the header templates is available only on some elements, not for all of them, but there is a single title that can be use if you want -> https://i.imgur.com/d9Xxo5k.jpg
The background color and font can be set individual using tagDiv Composer -> https://i.imgur.com/YV9QRCh.png -> https://i.imgur.com/miKzn5G.png the theme panel settings will not apply on this, sorry!
Thank you!
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!
Hi Vlad,
In the default headers, next to the menu, there is a search icon on the right side.
When you click on that search icon, a search field comes up. That search field is actually a live search, where it will try to populate the results as you type.
We don’t want that feature, as we have a massive database, and each time someone uses this, it slows down the server. We just want people to type and then hit the search button.
I know there is a way to import a template from the cloud library, and then add a regular serch form. However, that takes up a lot of space horizontally, so the icon with dropdown search form is a great looking feature. We just want to disable the live search.
Thank you.
-
This reply was modified 6 years by
pinnaclecompass.
Hi
I have upgraded to the latest version and updated all the plugins but now have 3 errors at the top of my page (www.kentnews.online)
Warning: getimagesize(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in /www1/acd/www.kentnews.online/web/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792
Warning: getimagesize(): Failed to enable crypto in /www1/acd/www.kentnews.online/web/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792
Warning: getimagesize(https://www.kentnews.online/wp-content/uploads/2019/11/logo_new1.png): failed to open stream: operation failed in /www1/acd/www.kentnews.online/web/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792
Hi,
I’m using Gadgets Pro theme, I want to make contact us page with header and footer and inside page body, I want two blocks one text block having little info and contact details and in second column I want to use shortcode for the contact form I tried few things but I’m not able to achieve this two-column thing, last time when I used this them with visual composer it was quite easy but with this composer, it’s so confusing which element to picking or whether it has such feature or not.
Please help
In TagDiv compose, at the bottom of the search engine (below the articles showing up), there is a text ‘View all results’.
But I cannot find any options to change it. I cant find it in string translator either. How can I change it?
Thanks you so much!
thanks Calin, the “Save Settings” button worked well until few days ago, I’ve found that by deactivating the plugin “WP Hide & Security Enhancer”, the button now works good again!
https://wordpress.org/plugins/wp-hide-security-enhancer/
I’ll signal the conflict also to the developer/s of this useful plugin, anyway I don’t like brute force attacks to WordPress and I want to give additional security.
Calin, please do you have any suggestion about a similar plugin 100% (ideally) compatibile with Newspaper? It’s not about Wordfence or similar as you understand, but about something that change those (hidden also) settings that allow WordPress websites to be much less seen.
Main plugin functionality:
Custom Admin Url
Block default admin Url
Block any direct folder access to completely hide the structure
Custom wp-login.php filename
Block default wp-login.php
Block default wp-signup.php
Block XML-RPC API
New XML-RPC path
Adjustable theme url
New child Theme url
Change theme style file name
Clean any headers for theme style file
Custom wp-include
Block default wp-include paths
Block defalt wp-content
Custom plugins urls
Individual plugin url change
Block default plugins paths
New upload url
Block default upload urls
Remove wordpress version
Thanks a lot!
-
This reply was modified 6 years by
sentierol.