- 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,
5)a) The color will only show up in the per category setting. There are no colors for the general category tab. Please open the specific categories from below the general options
2) Different header styles provide different hover effects. You can see different header styles here: https://forum.tagdiv.com/header-styles/
3) Our theme has no such option to make an image scroll as a background. This will have to be made custom and we cannot offer any customization services at the moment. sorry.
Thanks.
Hi,
As i would like to have a field on the theme to upload an image as a header background, (just like you’ve done for footer background).
so i edited the file in under newspaper/includes/wp_booster/wp-admin/panel/views/tp_panel_header.php
It’s only visible when i edit it directly in the main theme and not when i copy the same file directory on the child theme.
Is there anyway around this? because it wouldn’t be good practice to just edit it on the main theme.
Hi
Basically you have to edit header-style-8.php file and add two new containers in it: http://screencast.com/t/vQ4wX4Dcz then adjust theirs position using css code.
Unfortunately we can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
Try this css in theme panel > custom code > custom css:
.td-footer-info .tunein-icon img{
width: 25px;
height: 25px;
position: relative;
top: 5px;
}
.td-footer-info .tunein-icon{
border: 1px solid rgba(255, 255, 255, 0.1);
padding: 11px 8px 10px 8px;
}
.td-header-top-menu .td-social-icon-wrap .tunein-icon img{
width: 20px;
height: 12px;
}
.td-social-icon-wrap .tunein-icon img:hover{
background-color: red;
}
Thanks!
Yes @schindyguy, the link you posted is correct and the one you should follow.
Basically, as some other user have reported, the theme handles perfectly AdSense banners with responsive layouts as you can specify the size of the ad units for the different devices in the admin panel.
The same thing does not happen with DFP code. Therefore, if you want to have responsive/smart DFP banners in your site, you do not have to work with the admin panel settings but you need to hard code the instructions directly in the header of your website.
Hope this helps.
Hi again!
I choose the header style 12 with a black tone of THEME ACCENT COLOR, the problem comes when I write a post and my links are invisibles because when you point with your mouse over it the link doesn’t change its color so it is very hard to realise that there is a link there.
How I can change the color link without change the black for my main menu?
The links of megamenu posts are red when you point them like other blocks, that’s what I want to my post links 🙂
Thanks!
How can I make the logos in the header and footer go to a different URL? I’m only using this template for my blog located at http://motorlando.com/news . But I would like for visitors to be directed to my main homepage located at http://motorlando.com when they click on the logo.
@schindyguy, I suggest you to
a) simply paste the code of DFP ad units in the ad section of the theme (header, sidebar, custom slots, etc.);
b) add the javascript of DFP in the header of the theme. You should change and customize this part of the code if you want to make ads responsive (see Catalin’s link for the complete tutorial).
Hi!
I realized only today I have a problem with the number of pages.
If I am at the home page, I can see to have 4 pages (at the bottom) but when I click on the arrows to see the next ones I have really only three pages.
Then in the home page I have the correct header ads but at page 2 and 3 I can see the older banner I changed with the new one that it is now in the home page.
Can you please tell me what’s happening? What I did wrongly?
Thanks in advance
Hello, I need to customize my header. I was wondering if you can help me how to get the style 8 customized. I need the design of this image: http://m24digital.com/wp-content/uploads/HEADER-CUSTOMIZE-2.jpg
Hello howtoisolve,
I have checked your website URL and I saw the color switching in your header. Please notice that the CSS working in cascade and the first time take the code from style.css that is set ti by default and then take the color that you have changed from Theme panel and practically this flash is generated by this cause. As a workaround, you have to check your style.css and try to add directly in this file your desired value of color.
Hope this helps!
Thanks.
Hi,
Please try this code:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
Add it in the theme panel->custom css box.
Thanks.
Hi,
You can remove the gradient using this css code:
.td-header-gradient:before{
display:none!important;
}
Thank you!
Hi,
Unfortunately you cannot get the top menu to display inside the main menu. You can however use this css code to activate the top menu at the top of the site:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display: block !important;
}}
Thank you!
Hi
If you move theme’s css file to footer your page speed will be increased but there will be a layout misalignment for a few seconds until the css it’s loaded and it its style it’s applied. That’s why we decide to keep the css in header.
Also if you decide to move all css in footer you have to keep the same order so make sure you added the code like here: http://screencast.com/t/jnZQRyqy0KoU
$this->move_style_to_footer_queue('google_font_open_sans');
$this->move_style_to_footer_queue('google_font_roboto_cond');
$this->move_style_to_footer_queue('js_composer_front');
$this->move_style_to_footer_queue('td-theme');
In indicated thread my colleague referred at Speed Booster behavior when it’s used with Newspaper theme. In that case the main css mile it’s moved to footer but VC’s css it’s left in header.
Thanks!
Hello Herwig,
Unfortunately sub-domanins are the only option at the moment (except plugins) as the theme has no options to change colors/headers/menus based on category. You can set up a multi-site and set it up with redirect links between one another.
Thank you!
Thank you, it worked!
Unfortunately, due to responsive adaptations, this content created to the top of the site doesn’t appear for the smartphones.
This happens because, for the smartphone version, the top header is disabled, but I want that content (the one that you called “<div class=”test”>” into your example) to be shown for smartphones too.
Hello MysticalSilence,
Please check this topic here -> https://forum.tagdiv.com/topic/no-comments-header/ and try to fix it according to the steps from this topic.
Thank you for the message!
Thanks.
I got the header style but still it is not like I want it to be.
How to add the small icons before the category name and how to make a mega menu consisting of multiple categories like in the example website?
For example – themeforest.net/item/newspaper/full_screen_preview/5489609
How to create a mega menu like in the “LifeStyle” category?
Hi,
Well, you can’t. If you want to add code, you have to edit code. We do have a few code boxes in the theme for CSS ,JS and HTML but this will not help in adding the HTML in the desired locations. You will have to edit the header.php file to have access to the header and body tags. http://screencast.com/t/eQcoYXpH
Thank you!
Hello all,
I’m pretty new to WP and N6, so maybe the question is a little stupid – sorry for this…
What I want to do, is to make a few subdomains, with content (e.g. some posts) connected to the main site, with a different header logo and different colors. Just like http://www.ggg.at as the main site and http://homoehe.GGG.at as subdomain. Some of the newsposts are shown on both sites.
Can I realize that with Newspaper 6? I thought about setting up Multisite but I guess then the two sites would be too independent (e.g. if I do a global change on the main site it will not happen at the subdomain).
So can anybody please help me with some advice or links to some answers?
Kind regards from Vienna,
Herwig
Go to theme panel + Header + style and choise style 8 header Hybrid menuy 2
Hi
Indeed there are some resources which are still loaded in header. Among these resources it’s WordPress jQuery file which seems that can’t be moved in footer using our Speed Booster. I will make some additional investigations on this and get back to you as soon as possible.
Meanwhile try to improve your page-speed by optimizing the images from your site.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Our theme load the css in header as you can see here: http://screencast.com/t/RZqlmhXuHRqh However when it comes to page-speed there are many factors which can influence it. First is not recommended to have many resources in page’s header because the page load it’s slowed down. Also you can’t move all resources in footer because some of them are required in header. Our theme is very complex and we decided to keep the css in header for a nice layout on page’s first load. However this may slow your page speed as the css it’s pretty big and its loading may take some time.
Other sites which use other themes may have a high page-speed keeping lots of resources in header, if these resources have small sizes or are loaded using a deffer system.
Thanks!
I want To change my header ads when i Save THE load iccon is in the screen but nothing chances.
Is this A bug in 6.7.1 ?
My site http://www.hoekschnieuws.nl