- 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
Hi there,
great theme. I use header 3 with it but I would like to reduce the space above the logo (no top bar) and between the logo and the main menu. Where can I change that? This is not possible within the Td Composer?
Thanks for your help.
Hi
When i scroll my website, the background-color of header is black. How put background color of header on red when i scroll ?
Hi i24gabon,
I’m not a pro in CSS, but I think the following code should work on your website.
/* Setting header to 100% */
.td-header-wrap.td-header-style-3 {
width: 100%;
}
/* Setting children size */
.td-header-top-menu-full.td-container-wrap,
.td-banner-wrap-full.td-container-wrap,
.td-header-menu-wrap-full.td-container-wrap {
width: inherit;
}
Add it in Newspaper>Theme panel>Custom code>Custom CSS
Please tell me if there is any problem with it !
Hi
I want to manage my advertising blocks based on language
For example – I want to have header ads available only for main language but no for all languages.
How can I do it?
tagdiv_theme.js taking over 2 seconds to load – effecting time – how do we solve
Request URL:http://ojewish.com/wp-content/themes/Newspaper/js/tagdiv_theme.js
Request Method:GET
Status Code:200 OK (from disk cache)
Remote Address:166.62.92.157:80
Referrer Policy:no-referrer-when-downgrade
Response Headers
Accept-Ranges:bytes
Cache-Control:max-age=604800
Content-Length:520914
Content-Type:application/javascript
Date:Tue, 18 Jul 2017 14:48:40 GMT
Expires:Tue, 25 Jul 2017 14:48:40 GMT
Last-Modified:Tue, 21 Mar 2017 12:27:24 GMT
Server:Apache
Request Headers
Provisional headers are shown
Referer:http://ojewish.com/
User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
Hello rguandalini,
Please notice that our theme has a lot of header styles which displays the logo in different sizes. If you want to display a bigger logo, try using the header style 10 which uses the logo in full width. For more information about our header templates, please check here -> https://forum.tagdiv.com/header-styles/
Thanks for your understanding!
Hi,
I don’t understand what exactly you are trying to do. You wanted the header ad to be of a specific size (600×90). If you want it to be bigger use a bigger image.
It would be helpful if you could provide a link to your website and more details, so I can see what is the problem, or understand better what you want to do.
Thanks
Thanks.
I tried to put code in htaccess:
<FilesMatch “\.(ttf|otf|eot|woff|woff2)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “http://skin.cdn.com”
</IfModule>
</FilesMatch>
Did not work.
Tried another htaccess code…
<FilesMatch “\.(ttf|otf|eot|woff|woff2)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “http://skin.cdn.com”
</IfModule>
</FilesMatch>
Internal Server Error
I also purged CDN. :/
Is there anything else i can try ?
I previewed and try options that are posted in link.. :/
Website is: tetoviran.si
Thanks.
Hello as,
I have tried to create a custom ad based on your image and link and it seems to work as expected. Please try using the following code and place it in your Header Ads area, like this -> https://www.screencast.com/t/a0Zb6PZHcJAC and the result you will see here -> https://www.screencast.com/t/RWgIjbfu
Hope this helps!
Thanks for your understanding!
Hi,
I could give you a code to center the header logo, in Header style 3. Or you could choose another header style that displays the logo centered from default. Like Header style 10 for example
– https://forum.tagdiv.com/header-styles/
Also worth mentioning is that for Header style 3 there is a limit for the logo size
– https://forum.tagdiv.com/logo-favicon/
While styles 9, 10 and 11 do not have a required logo size. You can upload any logo you want, and it will be displayed in full.
If you would like to keep using style 3, this code will center the logo
– https://www.screencast.com/t/R3UOo7YQRK
.td-header-style-3 .td-header-sp-recs {
display: none;
}
.td-header-style-3 .td-header-sp-logo {
float :none;
margin-left: auto;
margin-right: auto;
}
The code must be entered in Theme panel-Custom CSS, if you decide to use it
– https://www.screencast.com/t/20zf5kjHboXK
Thanks
Hello saucemonsters,
Unfortunately, I do not know what kind of Ad have you entered in header ad section, sorry!
Does not seem to be a Google AdSense code, sorry! Please keep in mind that our theme has been designed to use only the Google AdSense code and if you are using another ad code, it is possible that the theme does not recognize it and that’s why you do not bring any result, sorry! For more information about our Ads, please start reading our documentation from here -> https://forum.tagdiv.com/newsmag-header-ads/
Thanks for the message!
Hi,
I am using responsive site. I have implemented this code in theme panel-> custom code but still unable to get top menu bar on mobile.
.td-header-style-12 .top-header-menu > li, .td-header-style-12 .td-header-sp-top-menu, .td-header-style-12 .td-header-sp-top-widget {
line-height: 37px; !important;
}
@media (max-width: 767px) {
.td-header-style-6 .td-top-menu-full {
display: block;
height: auto;
padding: 0 16px;
}
.td-header-style-6 .td-top-menu-full .td-header-sp-top-menu {
height: auto;
}
.td-header-sp-top-menu .top-header-menu {
text-align: center;
}
.single_template_6 .td-header-wrap {
height: 450px;
}
.td-post-template-6 .td-post-header {
bottom: -50px;
}
.td-full-screen-header-image-wrap {
top: 50px !important;
}
}
@media (max-width: 497px) {
.td-post-template-6 .td-post-header {
bottom: -100px !important;
}
.td-full-screen-header-image-wrap {
top: 100px !important;
}
}
Hi,
You could try a code like this one, and it will make the top menu visible on mobile as well
– https://www.screencast.com/t/vLxErQSO6d
.td-header-top-menu-full,
.top-bar-style-2 .td-header-sp-top-menu {
display: block!important;
float:none;
text-align:center;
}
The code must be entered in Theme panel->Custom Css, if you decide to use it.
Unfortunately I cannot test this on your website at the moment, it seems to require login information
– https://www.screencast.com/t/jIKHfwgl5lf9
The top menu will be displayed at the top, it is not part of the main menu container and it cannot be displayed along inside it. Normally the top menu is not displayed on mobile, there is a possibility that this solution may not work properly.
Thanks
Hello,
I am uploading my logo but in the header it appears very very small
At the footer, the same logo was uploaded and the size is allright.
Do you have any hint why this is happening?
Regards
thanks for help. Now i need other help.
http://prntscr.com/fzcqdh
I want full height header ad like this. Can you write me codes?
You can try the ‘scripts to footer’ plugin which moves all .js to footer. It’s what I use in place of Speedbooster; but you have to try it and see if it breaks anything. With certain js elements they have to load in header; but MOST can be loaded at footer. Easy to try, as it only moves things when it’s turned on — so, you can turn it off, and nothing changes. 🙂
I have followed the directions from this thread / tagdiv staff but it doesn’t work.
When I hover over my banner ad I can see the URL come up in my web browser and it shows “www.agentinsider.com.au/www.agentsocial.com.au”
“wwww.agentsocial.com.au” is the website I am trying to make the banner ad link to but for some reason Newspaper theme thinks that URL is a category or something within the wwww.agentINSIDER.com.au website.
How do I make it stop going down that path and actually open the intended hyperlink.
Current:
<div class=”td-all-devices”>
</div>
This goes to:
http://www.agentinsider.com.au/www.agentsocial.com.au
I want it to open a new window with just “www.agentsocial.com.au”
PS I always tick the “Notify me of follow-up replies via email in these forums and it never sends me an email.
Problem solved!
In case anyone has the same issue, the problem was a line of code, in this case I had put this Facebook code in header.php:
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js”></script><script src=”http://connect.facebook.net/es_ES/all.js”></script>
This code was generating conflict not only with the toggle menu, but also with de search button and the pagination in the blocks (when I pressed the arrows nothing happened).
Sorry for interrupt your time but i need help with the mobile theme because dont show the look like show on doc and also the header category dont update.
Any help is gonna be very appreciate.
Thank you!
I choosed header style 5 but it is not work, it is not like i want !
Hello! Just working through switching to Newspaper from another theme. Have one question up front:
I would like to remove the header ad, and have the logo be full width between the top bar and the menu bar. Basically, use Style 3 with no ad. I set the header ad to not display under Ads, but of course the hole is still there and the logo is still shrunk.
I’m fine with editing CSS and such; just need to know where and how. Thanks!
Hi,
I’ve seen the new demos that comes with Newsmag and i really like the “Voice” (https://demo.tagdiv.com/newsmag_voice/) and i would like to grab some elements from it such as the header menu and even the “homepage style”, how can i do that without losing all my customization ?
Thanks in advance
The style should go in your header.php or end of style.css — NOT in the box portion of article template.
You can use the CSS property: margin-bottom:24px;
I need to verify my site for google search console, adding a metatag on homepage. Where do i put? I think in “header.php”, head section, but didn’t work 🙁 Someone can help this newbie? Thank you!
Hello i24gabon,
Change your header style to another one, as I saw above, like this -> https://www.screencast.com/t/Fo2umwct (header style 5, for example)
Thanks.