- 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
Firstly, great job with the theme, very happy with the product.
I just wanted to make a quick inquiry:
So if you take a look at my website, Mycryptopedia.com, you will see that we have two div widgets in the sidebar, with white header text.
I want to add another widget, but this time a social media icon widget. However, when I add it in, the header colour of the text, which says ‘follow us’ is black, and I cannot change it to white.
Please see this image to understand my problem: https://imgur.com/a/m5Byy
I want to change the ‘follow us’ to white text.
Please Help.
Thank you.
Hello,
I installed the template Newspaper but i have a problem (with an other website is working)
When i’m in the Theme panel, buttons are not working. I cannot go in any sections: footer, ads, block setting background. For every click i done, i stay in the header section and i cannot change the style too…
Thank you in advance
Damien
This is not to display an individual ad. Google now offers auto-ads which means it places them as needed throughout the site. As such, you need one piece of javascript in the header instead of several. Either way, I’ll implement elsewhere but I see no reason why I shouldn’t be able to add this as it’s not to display an ad itself.
Hi,
The theme general width cannot be changed, it is predefined. It is not recommended to make any modifications to it, as this will most likely cause layout issues.
All the blocks and grids depend on this fixed width, their design will be damaged if it is modified.
There are row options in the composer to stretch them to predefined widths or full widths
– https://www.screencast.com/t/RlJHQWPbpFHU
Also there are full big grids, which are always full width
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
Header and footer can also be stretched as you mention
– https://www.screencast.com/t/eDLhcqO6
But a general width setting for all the website pages is not available at the moment.
Thank you!
Nothing from Instagram shows at all except the header to follow…

In that case you could make the modification directly in the block header template file
– https://www.screencast.com/t/k97MCrF0iV
Change the text there and it will be displayed accordingly.
Hello everybody!
My top header menu has now more links so automatically arrange itself on two lines.
Unfortunately there isn’t any criteria.
Is there pls a way to choose what should go in the first line and what should go on the second one to have a better justification?
Thanks in advance
PNC
Proud Newspaper Customer
The theme displays the header style you choose, the logo you choose and the menu you set. These will be displayed on the whole website, there are no settings to set multiple instances of them and switch through them.
Hello,
This issue happens in particular cases and is tied to specific server and php configuration. There are a few steps in solving this issue however.
1. Check file permissions: http://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/
2. change php version on your host and check security modules.
3. comment out the check for the error from the wordpress code:
https://scotty-t.com/2011/03/28/fix-for-the-plugin-does-not-have-a-valid-header/
4. Install the plugins via ftp: http://www.wpbeginner.com/beginners-guide/how-to-manually-update-wordpress-plugins-via-ftp/
Hope this helps.
Thank you!
Hi, there is content on the homepage I would like for people to see with their phones. Not at the end of the page, above all content, under the header. How can I turn off the mobile theme? This is a deal breaker for me, I just purchased this theme and can’t use it if I am limited in this way. I need to be able to update the homepage content for mobile users!
Hi! Is there a way that I can put the google translator flags in TOP Bar?
A simple way would be to put the code in extra information using TopBar Multi-purpose, however the field is only for text and the code does not work.
Google Translator plugin codes:
For usage in pages/posts/sidebar: [google-translator]
For usage in header/footer/page templates: <?php echo do_shortcode(‘[google-translator]’); ?>
Thanks,
Larissa
Hi,
I sent support an email with the site link and login details referencing these two issues below.
We are trying to make our site with version 8.6 of the plugin installed more accessible however, we are having the following issues:
1. When tabbing through the site using a keyboard, the navigation links for the mobile navigation which is non visible on the desktop shows up when tabbing. When we tried removing it via the file/code below, we encounter two issues:a) the header navigation styling on the page gets screwed up, b) the navigation does not work properly and the navigation on mobile devices is disabled(not the intention). Is there a fix you can recommend?
/wp-content/themes/Newspaper-child/parts/menu-mobile.php
<!– menu section –>
<div class=”td-mobile-content”>
<?php
wp_nav_menu(array(
‘theme_location’ => ‘header-menu’,
‘menu_class’=> ‘td-mobile-main-menu’,
‘fallback_cb’ => ‘td_wp_no_mobile_menu’,
‘link_after’ => ‘<i class=”td-icon-menu-right td-element-after”></i>’,
‘walker’ => new td_walker_mobile_menu()
));
//if no menu
function td_wp_no_mobile_menu() {
//this is the default menu
echo ‘<ul class=””>’;
echo ‘<li class=”menu-item-first”>Click here – to use the wp menu builder‘;
echo ‘‘;
}
?>
</div>
</div>
</div>
2. When tabbing through navigation on the top menu and header menu, nested links on the navigation are skipped when tabbing. Is there an issue with the tabindex for
Thanks and we appreciate your help with this.
The top menu is not displayed on mobile, it is not supposed to display. It could be made to appear when the mobile theme plugin is not active, if absolutely needed. It would require a code like the following in this case
– https://www.screencast.com/t/kIe6BhRbVTJ
This code can to be entered in Theme panel->Custom CSS section
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display:block!important;
text-align:center;
}}
Regarding the thumbnails, when stretching the rows with content the thumbnails will be stretched as well. That is why they appear like that. You can use Full big grids which use larger thumbnails
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
Or try experimenting with the new flex block in which you can select thumbnail size
– https://demo.tagdiv.com/newspaper/flex-block/
– https://www.screencast.com/t/KC4BVGaq
Thanks
Hi, I’m trying to do the same. I have used in the custom css the code:
.td-header-gradient:before {
display: none;
}
.td-header-style-8 .td-header-main-menu {
border-bottom: 3px solid #303030;
}
but every time I reload the page (www.premarathon.com) or click in a post, the gradient down the menu is appearing for a second.
please, could you tell how can I solve.
Thanks
-
This reply was modified 8 years by
Victor.
Seems you are using a different menu implementation, that space would be the space reserved for the logo. But since you are not using it you could remove it with this code
– https://www.screencast.com/t/JV5w8BfXh
Enter the code in Theme panel->Custom CSS
.td-header-style-7 .td-header-sp-logo {
display: none;
}
.td-header-style-7 .td-header-menu-wrap-full {
height: auto!important;
}
Thanks
Hi Simion,
Thanks for the fast answer; I have tried all header style, plugin is working but there is still big empty spaces over Mega Main Menu. The link is: http://dahua.alerta.com.tr/
If you need the admin information, I can send to you all.
Thanks.
Hi guys,
I have a question. My homepage is setup with a content block to the left – in which blogposts are shown – and a sidebar to the right.
However now the title of some blogs crosses over the sidebar content.
How do i make this right, so that no content falls out of the margins?


Hi,
You can see how all the header styles look in the theme documentation
– https://forum.tagdiv.com/header-styles/
All header styles are predefined so there should be no problems like you mention. If you have a problem please provide a link to your website so we can inspect it.
Thanks
Hi,
I could give you a code to make the top menu transparent and also position the top menu besides the logo, something like this
– https://www.screencast.com/t/iWtfiBvJLjFn
.td-header-style-10 .td-header-top-menu-full {
background-color: transparent;
top: 48px;
}
I believe that is what you wanted, give it a try and enter the code in Theme panel->Custom CSS section.
Thanks
If you want it to apply only below the header try it like this
– https://www.screencast.com/t/8g7AP7sJR
.page-id-XXXX .tdc-content-wrap {
background-color: red;
}
You can use the theme live CSS box as well, to see how different customization work in real time
– https://www.screencast.com/t/mG6MRKfe1Fb
Hello, I am trying to install tagDiv composer following an upgrade. I am told the following:
The plugin does not have a valid header.
Download failed. cURL error 60: server certificate verification failed
Please advise – Mimi
Hi,
Welcome to the forum. Please do not hesitate to ask any questions you might have and we will try to reply as soon as possible.
In our theme excerpts are shown on modules used on blocks, this is an excerpt
– https://www.screencast.com/t/2vI0VDme8
These are the settings concerning excerpts
– https://forum.tagdiv.com/excerpts-introduction/
Manual excerpts can be set for each post if needed
– https://www.screencast.com/t/UcFxW4FeP
– https://www.screencast.com/t/eJdtno5i
Not all modules/blocks display excerpts. See all the blocks here
– https://demo.tagdiv.com/newspaper/block-1/
That is a background image indeed
– https://www.screencast.com/t/Fnw4gy4tzRaP
Each demo contains custom design, the theme by default does not have a setting to set a background image for block headers. There are however many block header styles you can choose
– https://demo.tagdiv.com/newspaper/block-header-1/
If you want to change that image you could replace the default image set in the demo stylesheet
– https://www.screencast.com/t/9W20j63Hl6vw
Thanks
Hello,
The option located here
Header > Logo & Favicon > Text Logo > *.*
I suppose is the H1 tag for the homepage, in case you’re using headers 9,10 or 11.
But i’m not sure it’s working. Same goes for Text Logo Tagline. They both don’t seem to work.
If it’s not the case here, how can i specify the H1 for the homepage only? I don’t want it to be visible (page builder + page title).
Any ideas? Thank you in advance
Hi all,
I want to use Mega main menu as plugin. I have selected header Style 7 but the problem is: there are huge empty space over mega main menu. How can I remove Newspaper header in all pages?
Thanks.
Hello,
Here is a reference link to my site just so that you know what I am talking about: https://www.jotaku.net/
As you can see, by enabling the “Top Menu” in theme panel, it creates additional padding in order to display the social icons and date above my main header. Is it possible to display this menu as an overlay, in order to remove the additional white bar created by the top menu?
Simple TLDR: I want to remove the addition white bar (padding), but still have the social icons and date displayed.
Thank you,
Nigel