- NewspaperHeader Builder
- NewsmagHeader styles
- NewsmagHeader ads
- NewspaperHeader ads
- NewspaperHeader styles
- 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
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
Hi!
I would like to disable the standard pack in order to achieve maximum speed! Can anyone help me with this process? Some pages were created with td, as well as my header, others are standard.
I have done the update to version 10.4 i have lost the header and the footer appears different
(may be when i navigate appears more problems)
I just updated to Newspaper 10.4. Beside the theme I have 45 different plug-ins.
After installation I had to manually purge the cache for WP Super Cache.
Apart from that no issues so far. Here is the change log:
[ Version 10.4 ]
new: tagDiv CSS Analyzer Tool (beta) – For the first time in the Newspaper Theme, we’re introducing a free and awesome tool that analyzes and removes all the unused CSS from the page, supporting your effort to make your website faster. The tagDiv CSS Analyzer Tool works in stages. First, it removes all the unused CSS, then, from the final clean CSS, it generates the Critical CSS and automatically moves the non-critical one to the bottom of the page;
new: 2 New one-click installable PRO Demos created with the tagDiv Cloud Library & tagDiv Composer:
new: School PRO – View Demo ;
new: City PRO – View Demo ;
new: WordPress 5.7 compatibility;
new: Smaller CSS files – We’ve moved the individual CSS on the components where it is used to make the specific elements load faster;
new: Added help video tooltips on the shortcodes options in the tagDiv Composer page builder;
new: Added the disable Google fonts for mobile option in the Theme Panel;
new: tagDiv Standard Pack is no longer required on new theme install;
new: Updated WPBakery & Revolution Slider plugins to the latest version;
improvement: Web Core Vitals – We’ve made a general theme revision for Web Core Vitals to improve Performance, Accessibility, and SEO. In some cases, you’ll need to make particular revisions to get better results;
improvement: We’ve removed the CSS style from the Cloud Library plugin. Now, all style is moved on the components where is used;
improvement: Flex blocks – Added extra Review Stars options;
improvement: Applied Animation/Lazy Load effect on the Revolution Slider images;
improvement: Added Lazy Load animation on the Image Box and Inline Single Image element;
improvement: Added width and height attributes on the Inline mage and Fancy image elements;
improvement: New options to change the SEO Title Tag on various shortcodes;
improvement: New options to add Gradient & Shadow on sticky rows;
improvement: Added “Time ago” option for blocks;
improvement: The Inline Text element now recognizes footer shortcodes;
improvement: Removed left/right margin restrictions for the column/inner column;
improvement: Smaller Newspaper font – some icons are now converted into SVG;
improvement: ‘rel’ option for logo URL;
improvement: ‘rel’ option for social share;
fix: Food Recipes demo fix – meta info on modules was hidden from CSS;
fix: Front page offset issue on the Mobile Theme;
fix: Some string translations on the Mobile theme;
fix: Undo/redo history in tagDiv Composer due to memory limit on local storage;
fix: WPML notices;
fix: Saving theme panel backups;
fix: Title styles on the Single Comments;
fix: Background image upload in the panel when the image has caption;
fix: Prevent sending XSS injection in block ID – courtesy to Toan Nguyen & Truoc Phan;
fix: Shadow issue on row dividers;
fix: Ad title position;
fix: Some translation strings;
fix: Open modal login from comments shortcode without the panel option;
fix: Width and height attribute on header logo;
fix: Twitter social counter;
fix: Multiple warnings and notices.
Hello !
That header you should be able to edit it via tagDiv Composer. If not you will have to create one using tagDiv composer from the cloud library.
Thank you !
Hello,
You need to add the favicon, in Theme Panel -> Header -> Logo and Favicon => https://www.screencast.com/t/H4ucPC2wwz
Also, on the homepage there’s an option Customize icon => https://www.screencast.com/t/I2uVvP4b -> Site identity -> Site icon -> Change image -> publish => https://www.screencast.com/t/lY9WEOZEj
Please make sure that you have cleared your cache.
Let us know the result.
Thank you!
Hi this is one of my pages: https://www.icv.hr/sport-mobile
[tdc_zone type="tdc_content"][vc_row][vc_column][td_block_4 custom_title="Sportske vijesti" block_template_id="td_block_template_2" limit="12" m2_tl="50" m2_el="0" category_ids="8,266,267,268" ajax_pagination="load_more" m2f_title_font_size="22" m2f_title_font_line_height="1.3" m2f_title_font_family="445" f_header_font_size="30"][/vc_column][/vc_row][/tdc_zone]
but it doesnt work on my phone…
I created it with “Create mobile page” in TD composer…
Any help 🙂
Hi everyone. First of all, thanks for the quick responses everytime. I’ve uploaded a header photo in my site (iusasesor.com). It is shown very pixelated even though it has 1920x1017px which is the size of the demo photo. If I put back demo photo it is pixelated too. Another adjustments are: BgStyle = Cover and position = center center. Please help! Thanks!!!
Hi,
We were trying to set up a youtube video as a background on our slider as described here:
https://tagdiv.com/videos-design-trends-newspaper-theme/
We ran into an issue with the Google API Referer Key restrictions and we’d like to let you know how we solved it so you might consider adding the fix to the core code.
On Google console we restricted the API to our domain. We added the API key to the theme Panel and we noticed that we were getting 403 responses from the API.
We did some digging and it turns out wp_remote_get (which is used in /td-composer/legacy/common/wp_booster/td_remote_http.php in function get_url_wordpress() ) does not send the ‘Referer’ header by default (or it doesn’t send the correct details, not sure)
This caused the Youtube API to think we were sending our request from googleapis.com itself and would return 403.
To fix this we added the following after the twitter workaround in get_url_wordpress() (should be ~line 196)
if(!array_key_exists('Referer',$settings['headers']){
$settings['headers']['Referer'] = site_url();
}
Basically we check if a referer header is already set and if not, we add the site url as a referer.
This fixes the issue and shouldn’t cause any unintended errors elsewhere. It only changes things if what we’re trying to set does not already exist.
Also, sidenote, I noticed you’re setting sslverify to false, you might want to consider changing that to true. See more details here -> SSL Verify
Thanks!
I have specified the mobile header size as 320 x 100 (see image attached) in accordance with the warning by Google Adsense not to use BIG header ads on mobile. However, the mobile header ads are registering as 300 x 250 causing me to lose ad impressions. How can this issue be corrected?

Regards,
Jenny
I’ve managed to get most of the headers in the various elements to take on the font style I want but there is one, on my home page, that I can’t seem to get to change. We are using all capitals for our post titles.
On the home page, the Podcast section has one post, the title isn’t in capitals. And I can’t seem to get it to change. I know it must be in the Theme Panel but I can’t work out which module is being used, in order to correct it.
I’ve tried using ‘inspect source code’ which tells me it’s a block-slider. But I can’t find anything which relates to the headings listed in the Theme Panel.
Any ideas of how I can find out which module I need to update?
Hello,
Yes, you need to add a row and add in that row the elements you want to have or you can import a header template from Cloud Library, ready .
Thank you!
I don’t usually buy high selling theme. Because I know best selling themes have very poor support. They just rely on their own community.
I have issues on the London theme and wasn’t able to find the documentation I need.
My system status are all checked https://prnt.sc/10yl4z8
1. I cannot change the header, for which I can not change the Logo. It so simple but your tagDiv composer is not helping.
https://pcso.live/
I don’t usually buy high selling theme. Because I know best selling themes have very poor support. They just rely on their own community.
I have issues on the London theme and wasn’t able to find the documentation I need.
My system status are all checked https://prnt.sc/10yl4z8
1. I cannot change the header, for which I can not change the Logo. It so simple but your tagDiv composer is not helping.
https://pcso.live/
What is the best way to add a meta tag to the front page for propeller ad verification?
I have created a mobile template. When I switch to Landscape View, I see a header that does not exist >> https://nimb.ws/RpvfQV.
How can I change this header? I would like the mobile header to be displayed in the landscape view as well (>> https://nimb.ws/N9KRED).
Thank you!
Hello, I’ve assigned a favicon to my website weeks ago, but it’s not showing in Google searches and I don’t know how to fix this.
I see the favicon in the browser, but when searching from mobile it still shows the default icon.
To be clear, I’m talking about this:
I’ve also looked into this: https://developers.google.com/search/docs/advanced/appearance/favicon-in-search but I don’t know how to add <link rel=”shortcut icon” href=”/path/to/favicon.ico”> to the header of my homepage.
Can you please help me with this?
Thank you.
Hi,
The body in one of my posts “resources” is missing. It only shows the header and the footer. This is the link to the post, https://www.tellersuntold.com/resources/.
Hi,
I’m customizing the Newspaper Theme with the Gossip Pro Demo and after deleting all the demo posts… I can’t find a way to customize the first header that’s below the main menu – in which there is a big post and 3 other smaller ones on its right. I also can’t edit posts in the “Must Read” section that exists on the sidebar. I wish there’s a way to share a screenshot of my problem so you can understand me better. How do I publish content on these empty spots. When I’m editing on the Tagdiv Composer, all i see is “empty post.” Please help.
Hello Vlad,
Same problem with me.
Problem1. My blog is https://validstories.com/ I’ve read all things and watched many videos on youtube. But things are not working to me. see here: https://prnt.sc/10w8go9. Why there are not posts. what should i need to do exactly to show the posts on that header block?
Problem 2. Look the current category and post: https://prnt.sc/10w8q6z. I just want to change the CATEGORY Name “Entertainment to Fashion and want to display fashion posts under the Fashion category. can you tell me that specifically how can i do that? I’ve visited your links and read things but nothing working. see here: https://prnt.sc/10w973w, I’ve changed the category name then I”ve filtered the category according to category name but there is not post showing. see here: https://prnt.sc/10w98x2 in that case what can i do?
Hello,
Unfortunately, you need to make the settings independently with tagDiv Composer on the header sticky, because are two different elements.
Thank you for your understanding!
Hello,
My blog is https://validstories.com/ I’ve read all things and watched many videos on youtube. But things are not working to me. see here: https://prnt.sc/10w8go9. Why there is not post. what should i need to need exactly to show the post on that header block?
2. Look the current category and post: https://prnt.sc/10w8q6z. I just want to change the CATEGORY Name “Entertainment to Fashion and want to display fashion posts under the Fashion category. can you tell me that specifically how can i do that? I’ve visited your links and read things but nothing working. see here: https://prnt.sc/10w973w, I’ve changed the category name then I”ve filtered the category according to category name but there is not post showing. see here: https://prnt.sc/10w98x2 in that case what can i do?
2. Weather api key is not working while api key is inserted. see here: https://prnt.sc/10w8jqr
Thanks
Hi,
i have uploaded header from medicine layout, did some changes in the way it looks (colors, fonts etc). However sticky menu is same as in medicine demo website.
Is there an easy way to make sure all my changes in main menu are reflected in the sticky menu so it looks exactly same and there is no change when user scrolls down?
Or do I have to make all those design changes again for the sticky menu independently?
Hi,
i am working on Animals pro template and there is no top bar in the header. I checked theme panel options as per https://forum.tagdiv.com/top-bar-templates/ but there is no top bar section.
How to enable top bar to show date, additional menu etc?
Thanks!
Ok.
Page: https://pomere.info/index.php/slider/
So I created a separate page.
Delivered a Slider Revolution.
Question: how to put the header of the menu on the slider
Hi everyone,
I need to change bg photo that appears by default in “coronavirus medic pro” demo. I cannot change it :/ Please help!
My site is http://iusasesor.com/
Thanks in advance!!