- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- 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
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
ERRATA CORRIGE: the footer isn’t disappeared in hoime page… just header part with logo (that is disappeared in header cloud template)…
Also footer is disappeared in home page… Another thing..in the cloud template main page, both header template and footer template (but footer I don’t used the template) are signed with: Used (-)… Meanwhile other template are used on “site”, “All posts”, ecc…
I’ve tried to deactivate all plugins except tagDiv ones and I used main theme (not child), but the problem is that when I enter in Cloud templates and I edit header template with tagDiv composer, it cannot save… when i push save button it turn for minutes without save…. Why??
I can’t work in this way… please help me
Some ads are showing left-aligned instead of centered, which I want. How do I fix this? The script for the ad is JavaScript.
Screenshot: https://imgur.com/a/7k3ncDv
Hi Vlad,
Thanks for letting me know. We created a new header template for the homepage to add text to the h1 tag of our logo. However, I still see a blank h1 on the homepage even with the logo h1 disabled, so when we enable the logo h1, we end up with two h1 tags on the homepage.
https://photographycourse.net/
https://www.screencast.com/t/bp6IPTFoikTk
Please help us getting this resolved. Thanks!
Domien
Hi,
Only the header and footer are full width, the content is boxed -> https://i.imgur.com/KXj5j90.png these can be stretch using the options from here -> https://i.imgur.com/OqAnwMl.png
Thank you!
Hi, there’s a loto of problem with this theme… I cannot work in this way.
Now the header is suddenly vanishing form home page, I go to tag Div header template and he cannot save… the logo is vanishing…there’s a lot of problem….How can I do??
PLEASE HELP ME…
Hi, there’s a loto of problem with this theme… I cannot work in this way.
Now the header is suddenly vanishing form home page, I go to tag Div header template and he cannot save… the logo is vanishing…there’s a lot of problem….How can I do??
PLEASE HELP ME…
Hi,
As I can see you are using the black version, this demo has a class set in theme panel that set the background color to black -> https://i.imgur.com/aWuNZ8P.png
What you can do is to use a custom css -> https://i.imgur.com/yjSIYfy.png
.td-black {
background-color: #c64444;
}
.td-black .td-main-content-wrap, .td-black .td-category-grid, .td-black .post, .td-black .td-category-header, .td-black .td-big-grid-post .td-module-thumb, .td-black .td_module_14 .td-module-meta-holder, .td-black .td-post-template-4 .td-post-title, .td-black .td-post-template-6 .td-post-header-holder, .td-black .td-post-template-8-box, .td-black .td-smart-list-dropdown-wrap .td-smart-list-dropdown, .td-black .td_module_mx3 .td-module-meta-info {
background-color: #c64444;
}
The code need to be set in theme panel> custom code> custom css.
Hope this will help you!
Thank you!
From the Theme Panel I can get the “Header Ad” and “Sidebar Ad” (using “Custom ad 2”) working. But not the 3 article ads.
Changing the template for the single posts makes the article ads working.
It is a bit confusing that something works from the Theme Panel and something else work from the templates. Maybe I just don’t understand the fundamentals of Newspaper :-/
But thanks – I got it working with your help.
/Twolle
Since the Update in May the cumulative layout shift caused by the newspaper theme is a serious problem because all my sites for desktop and mobile are marked as poor in the Google Search Console. I get different informations what is causing the cumulative layout shift when the elements are showing up in the viewport:
– missing container for the header-logo-image (desktop)
– div#td-top-mobile-toggle>i.td-icon-font>::before (mobile)
– <p style=”text-align: justify;”> (div.td-container>article#post-35>div.td-post-content>p (mobile)
– all font-awesome icons (flash because of unstyled content) (mobile, desktop)
and so on. The cumulative layout shift is part of the web core vitals introduced by Google with the last update. If a site fails the web vitals its very critical for the ranking in the google search. I don’t know what I should do anymore – it’s not possible to decrease the cumulative layout shift because the main issues are to find in the layout itself. Maybe you can offer some help.
Greetings Kathrin
Hi,
If you moving the info from header like this -> https://i.imgur.com/ajssufA.png -> https://i.imgur.com/gJTwT8c.png the results will be -> https://i.imgur.com/Y1MoEkN.png but moving the content will work better -> https://i.imgur.com/oVRz4uy.png -> https://i.imgur.com/qAvfusg.png -> https://i.imgur.com/scPNctu.png
Thank you!
Hi,
Please try this custom css:
.td-scandal .td-scandal-big-grid .td-grid-style-2 .td-big-grid-meta a, .td-scandal .td-post-template-4 header .entry-title{
color: #fff;
}
This should work better!
Let me know the results!
okay thanks i editted that now.
When i switch to the header template that has the correct image, it changes the menu items.
How can i use the same menu items and layout as the orange header, but simply use my new header image.
I have already tried this and tried it now again but I the critical error persists and the mobile pages can’t be loaded anymore. When I move the metainfo back into the header it works again.
I just want to move the metainfo for views and author and the comments before the featured image, because they cause in the viewpoint a large cumulative layout shift because of the used font-awesome…
<article id=”post-<?php echo $td_mod_single->post->ID;?>” class=”<?php echo join(‘ ‘, get_post_class());?>” <?php echo $td_mod_single->get_item_scope();?>>
<div class=”td-post-header”>
<?php echo $td_mod_single->get_category(); ?>
<header class=”td-post-title”>
<?php echo $td_mod_single->get_title();?>
<?php if (!empty($td_mod_single->td_post_theme_settings[‘td_subtitle’])) { ?>
<p class=”td-post-sub-title”><?php echo $td_mod_single->td_post_theme_settings[‘td_subtitle’];?></p>
<?php } ?>
//metainfo moved to another position
</header>
</div>
<div class=”td-post-content”>
<?php echo $td_mod_single->get_content();?>
<?php
// meta info after post content
<div class=”td-module-meta-info”>
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false,false);?>
<?php echo $td_mod_single->get_comments();?>
<?php
if ( ! td_util::is_amp() )
echo $td_mod_single->get_views();
?>
</div>
// override the default featured image by the templates (single.php and home.php/index.php – blog loop)
if (!empty(td_global::$load_featured_img_from_template)) {
echo $td_mod_single->get_image(td_global::$load_featured_img_from_template);
} else {
if (TD_THEME_NAME === ‘Newsmag’) {
echo $td_mod_single->get_image(‘td_640x0’);
} else {
echo $td_mod_single->get_image(‘td_696x0’);
}
}
?>
<?php echo $td_mod_single->get_social_sharing_top();?>
</div>
If I delete this part of the code: <div class=”td-module-meta-info”>
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false,false);?>
<?php echo $td_mod_single->get_comments();?>
<?php
if ( ! td_util::is_amp() )
echo $td_mod_single->get_views();
?>
</div>
it seems that the lazy loading in the mobile version doesn’t work anymore…
And after trying to move them on the new position the text under the images in the mobile theme isn’t centered anymore…
If I move the meta-info after the featured image it works: but the text isn’t shown inline..
<article id=”post-<?php echo $td_mod_single->post->ID;?>” class=”<?php echo join(‘ ‘, get_post_class());?>” <?php echo $td_mod_single->get_item_scope();?>>
<div class=”td-post-header”>
<?php echo $td_mod_single->get_category(); ?>
<header class=”td-post-title”>
<?php echo $td_mod_single->get_title();?>
<?php if (!empty($td_mod_single->td_post_theme_settings[‘td_subtitle’])) { ?>
<p class=”td-post-sub-title”><?php echo $td_mod_single->td_post_theme_settings[‘td_subtitle’];?></p>
<?php } ?>
</header>
</div>
<div class=”td-post-content”>
<?php echo $td_mod_single->get_content();?>
<?php
// override the default featured image by the templates (single.php and home.php/index.php – blog loop)
if (!empty(td_global::$load_featured_img_from_template)) {
echo $td_mod_single->get_image(td_global::$load_featured_img_from_template);
} else {
if (TD_THEME_NAME === ‘Newsmag’) {
echo $td_mod_single->get_image(‘td_640x0’);
} else {
echo $td_mod_single->get_image(‘td_696x0’);
}
}
?>
<?php echo $td_mod_single->get_social_sharing_top();?>
</div>
<div class=”td-module-meta-info”>
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false,false);?>
<?php echo $td_mod_single->get_comments();?>
<?php
if ( ! td_util::is_amp() )
echo $td_mod_single->get_views();
?>
</div>
<footer>
Greetings Kathrin
-
This reply was modified 6 years by
Topfgartenwelt.
I face a serious problem with one of my customers what I am using your theme Newspaper.
The search icon in the menu is not clickable. I am using a Cloud Template (Header Template 15).
The same problem is happening at smaller screens (mobile) and the Search Icon as well as the Menu (hamburger) icon are not clickable.
Also, in the main page, I guess that all problems are related, the pagination using ajax is not working.
Hi,
Unfortunately this can be achieve only using a cloud header. Indeed cloud header 12 seems to be the one that is like the current one that you have, you need to edit it for desktop, mobile and sticky to make it to look as you want -> https://tagdiv.com/newspaper-theme-customize-the-header-manager/ -> https://www.youtube.com/watch?v=HXQQygkCCJo
Thank you!
Hello
I have a problem with the Header Covid 19 Italy. In Mobile I try to remove the text, but the file is not saved.
I leave a video with the problem
https://drive.google.com/file/d/1hmcF4UZjVYIvEr1S-rapNAeSdlfkDaDH/view?usp=sharing
Hi,
Usually the header template can be change from here for sidebar s-> https://i.imgur.com/pSdweK2.png but there are some widgets that have there own header and this option is not apply on it.
If you want to style the element you’ll need to use custom css.
Thank you!
Hi there,
currently it is not possible to import pictures to e.g. header components and so on in my installation.
Every time I try to do so there is an error message shown like “Failed to import. Invalid state”
Can you help me solving this issue?
Thanks and best wishes
Hi,
So you need to replace you standard header cloud header for this you can edit the homepage with tagDiv Composer -> https://i.imgur.com/RQ4mo5c.jpg click on Manager and import the header you like the most -> https://i.imgur.com/n6zaKoI.png this will be apply automatic, click on it set the image and url just make sure that you check all setting after your needs -> https://i.imgur.com/XqBEgba.jpg
Thank you!
Hi,
Please make a test and set the codes here to see if this is working.
Also only standard pack can be set in child theme, cloud templates can not.
The code can be set here -> https://i.imgur.com/C2G2WuU.png wp-content/plugins/td-composer/legacy/Newspaper/header.php and it will be load immediately after body starts.
Thank you!
Im trying to add adsense code and meta code in header they are saved but not work.
Hi,
I think that you are referring to this ad from header-> https://i.imgur.com/sdr4CgW.png, this can not be edited using our theme , sorry! The only action that our them have over ads is this one -> https://i.imgur.com/4qiDC5b.png -> https://forum.tagdiv.com/newsmag-header-ads/
Thank you!
Hi,
If you are referring to Header ads -> just make sure that the image is set in media and copy the image url like this -> https://i.imgur.com/96Gycdb.jpg -> https://i.imgur.com/3YCnUaz.png -> https://i.imgur.com/YeF8Lh4.png
Hope this will help you!