- 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,
Thank you for your appreciation of the theme, there are many more new features to come in future updates.
So you want to remove the mobile menu icon and search icon. If that is the case, then this could be done with some CSS. Try a code like this
– https://www.screencast.com/t/WPADQpj9
This code can be entered in Theme panel->Custom code->Advanced CSS in the phones section
#td-top-mobile-toggle,
.header-search-wrap {
display: none!important;
}
If this is not what you wanted, some additional details would be helpful.
Thanks
Hi folks,
I need some guidance with regards to how I can place the auto amp code in body tag please. I am using a plugin called Insert header and footer so inserting the head tag is resolved however need help with body tag.
If someone can recommend a plugin for the body tag or provide a better step step guide on how to insert the body tag, that would be much appreciated.
Am not using any minification. I only observed that the auto minification of the theme also minified the javascript code for adsens and mgid codes on the website, and the minify javascript codes of adsense brings very income. Thus how do I exclude adsense and mgid from being minified. If you have a look at the website https://eteje.com you can better advice me. The minified javascript of mgid in the header do no allow proper display of the ads, while the income from adsense is terrible low, quite unlike what I used to have
Hello,
This is the default implementation of our theme for this particular header style. The logo is always in the left side if the header container is stretched: https://www.screencast.com/t/QAfMdFptbub
You have a boxed layout so you can try disabling the header stretch option from the “force full width” setting. https://www.screencast.com/t/sVZqM1mHvw
P.s. the official support forum language is English. If you want to speak Romanian with us, please contact us via email at contact@tagdiv.com
Thank you!
That link directs to an nonexistent page
– https://www.screencast.com/t/v5BuknDk
The code should work, it will apply to posts using templates 7 and 8, I believe that is what you wanted. It will reduce the height of the post header image space. It could be caching if it does not work for you. Try clearing it after entering the code and check again.
Hello,
Can anyone please help me,
i was change my background image on header, but nothing changed. It become white, not image at all.
Thanks,
I was wondering how to switch the default “header menu” to the “top menu” when on mobile (non-plugin). I see I can add the top menu via CSS to the current header in addition to the hamburger but I’d rather have the top menu in place when the hamburger icon is selected.
Hello. Anyone can have an answer for the following?: 1) I am using Header Style 8 but my logo looks small in mobile devices. How can I make the Header larger in mobile? 2) I am not using any sidebars in Single Posts and my content takes too much space, how can I adjust the content’s width in single posts so I can make it smaller? Thanks!
Hello,
In the latest version of Newspaper (8.7.4) we noticed the header background is not stretching on the Homepage.
We have enabled the option in Template settings. Template settings ⇢ Header ⇢ Background stretch container.
Could you please look into it?
Kind regards
Hi,
1. The most recommended method would be by FTP
– https://forum.tagdiv.com/install-via-ftp/
There could be a number of reasons why WordPress displays that message, even insufficient max upload size
– https://forum.tagdiv.com/requirements-for-newspaper/
2. Please check the theme requirements mentioned in the guide provided above. Those are the number one cause for this to happen, insufficient resources. If needed ask your hosting provider to increase those parameters.
3. There will be 3 columns with the widgets, but below the Instagram section
– https://www.screencast.com/t/PBLMQPbQ
If you use footer template 1 this should have predefined widgets to display
– https://forum.tagdiv.com/footer-templates/
In your case it seems those default widgets are not displayed. Try changing the footer template and check if it displays properly. Make sure the footer is enabled
– https://www.screencast.com/t/o1GfZHbMdfBG
4. That could be related to a plugin conflict or code entered in the theme panel. Those are the most common causes for image problems.
If you check on the bottom of the post the related articles/more from author section is also not working properly, the header search function is also not working.
Try to temporarily deactivate all non-theme plugins, check if this solves the problem. Let us know.
5. The admin bar is not controlled by the theme. Maybe you removed it by code previously or it is not enabled in your WordPress user profile settings
– https://www.screencast.com/t/smzaNr1InM
Thanks
Hello TrashTalk,
I have inspected your website and I saw that you have a flash on the main menu for the first loading. -> https://www.screencast.com/t/2N9GwYEl Is black and then beige color. Make sure that you are using the latest version of the theme, plugins which come bundled with the theme packet, clear all the caches and check the results. If you are using some untested plugins, you should remove all of them to avoid any conflicting plugins. Also, you can take a look at the following topic from here -> https://forum.tagdiv.com/topic/header-style-8/ because there you will find some things explained about this behavior.
Thanks for your understanding!
Additional question — if it’s not a leftover of the speed booster, where in the theme files is defined what CSS/JS files etc are loaded in the header or in the footer, so that I can modify it manually?
Hi,
That could be done only with CSS code at the moment. I could try and give you a solution, for example this code will work for post template 8 you mention
– https://www.screencast.com/t/QQFfuivSS (default value is 570px)
Modify it if necessary, then enter it in Theme panel->Custom CSS
.td-post-template-8 .td-post-header {
height: 370px;
}
For post template 7 – https://www.screencast.com/t/DUvixU4E (default is 700px)
.td-post-template-7 .td-post-header {
height: 500px;
}
Thanks
Hi,
There is only one header ad spot, it may be displayed differently depending on the header style
– https://forum.tagdiv.com/header-styles/
In pages you can place ad boxes, with the composer. With these ad boxes you can display ads in the location you want within the page.
If you would like two ads to be displayed on very page, post, category, etc that is not possible by a theme option. There is only one header ad spot. Maybe that would be possible with an ad inserting plugin that would work with the theme and also have positioning capabilities.
Hello,
please could you please let me know how I could literally push down the theme so that a background I’ve developed in Double-click for publisher can show the top part?
You can view the site here: http://www.bicidastrada.it
As you can see, only the sides are visible while I need to show also the top part so I need like some kind of top margin to be added to the header. Thanks for your support!
Hello AhoraRoma,
Try to use the code below and place it in Theme panel -> Custom CSS area.
.page-id-1169 .td-header-wrap, .page-id-1169 .td-footer-container, .page-id-1169 .td-sub-footer-container, .page-id-1169 .sd-sharing-enabled, .page-id-1168{
display:none;
}
The result is here -> https://www.screencast.com/t/RDAeHS6RqH The bottom section comes from such a plugin with this functionality like Jetpack or something like this and if you want to remove that section we recommend to disable that plugin and all of untested plugins.
Thanks for your understanding!
I added a new header background image…. but now it loads slowly over the grey base color. How can I speed it up?
http://blockchaintrailblazers.com/
Thx.
Hi,
I accidentally deleted the header background image that came with the Crypto theme. (menu-bg.png)
I’m wondering where I can find it in the Theme download files so I can replace it.
Thanks!
Hello AhoraRoma,
I can give you a hint in this case. For example, for this page, you should hide the header, footer, and sub-footer section and add the element you want in the content of the page using the page builder. You should use the default page template. -> https://www.screencast.com/t/at3wDNIIEqJb
The code is ->
.page-id-855 .td-header-wrap, .page-id-855 .td-footer-container, .page-id-855 .td-sub-footer-container{
display:none;
}
Hope this helps!
Thanks.
Hi,
The head tags are found in the theme header.php file (main theme folder)
– https://www.screencast.com/t/2noeCTl9Z
In the same file below the head tags is the opening body tag
– http://www.screencast.com/t/FpNkgaj8q
The body tag closes in the footer.php file
– http://www.screencast.com/t/ErFWd0OLO
Thanks
That code increases the size of the logo by 10px, like this
– https://www.screencast.com/t/DBEBHiI966V
I thought you want to increase it’s size, don’t use it if that is not the case. I also thought you wanted to center it horizontally, but it seems I misunderstood.
You could try a code like this one to make it appear centered vertically
– https://www.screencast.com/t/CmsTjS6Fm
.tdm-header-style-2 .td-header-top-menu-full {
z-index: 9998;
}
.tdm-header-style-2 .td-logo-in-menu {
top: -10px;
}
Hey
I had installed Sound Bar demo on my website, I have edited all theme color according to my brand color, I am using Black as the header background color.
My main issue is whenever I or anyone visits my website then for the first 1 sec it shows another color,
For example
If i have seted up my header color as black then for the first 1 second it shows white and then after one second it finally converts to black.
I don’t want this to happen. I just want my color before and after.
So please tell me how to fix this issue.
Hi Simion,
Sorry but I don’t get your anwser.
The screencast that you sended me doesn’t seem to solve the problem. And the code doesn’t seem to work either. I placed the code in advanced css section and have multi-purpose header style 2.
This is the result that I am trying to achieve : http://www.screencast.com/t/A4XwAOeH
It seems there is a header ad that is not displaying for some reason. That space could be created by it. Try checking the header ad spot in the theme panel and remove the ad there or verify if it is set properly.
Increasing it’s height will require to increase the height of the whole header
– https://www.screencast.com/t/acijSzOC
.tdm-header-style-2 .td-main-menu-logo img {
max-height: 90px;
}
.tdm-header-style-2 .td-header-menu-wrap-full {
height: 90px!important;
}
Be sure to enter that code in the desktop section of the Advanced CSS section.
The header style seems to display as intended in your website when stretched and using multi-purpose style 2. The logo is positioned on the left, not centered. The container structure does not allow it to be centered.
Maybe with a margin left or position, but that will most likely cause problems on smaller devices.