- NewsmagHeader styles
- NewsmagHeader ads
- NewsmagtagDiv Composer Tutorial
- NewsmagCategory templates
- NewsmagSmart list ads
- NewsmagWeather Widget
- NewsmagInstagram widget
- NewsmagPage Menu
- NewsmagMain menu
- NewsmagTop bar templates
- NewsmagLogin – how to enable the user registration
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagCategory grid styles
- NewsmagCategory top post styles
- NewsmagHow category settings work
- NewsmagTheme colors introduction
Hello,
I add my adsense code and nothing is displayed on the header. I emptied the cache and tried with another browser but nothing.
http://communaute.nc
Thank you
http://screencast.com/t/DZVnJjCoAb1
http://screencast.com/t/zL6hW5dWX
HI
I am not sure what you mean as on header style 6 the header ad it’s already displayed on right side: http://screencast.com/t/ousSlnXdZ
Please provide your site url and more details about what you’re trying to do so I can inspect this closer and get back to you with a more accurate answer.
Thanks!
Hey
Header banner ad; using header style 6; how could I get the banner ad to float right, so it is at same vertical line as the content below ?
Thank You
Hi,
I’ve read a few documents but didn’t understand some points. So I open this thread to ask:
1. If I want to custom header, just copy some files that belong to header and paste in the child theme folder and then active the child them, right?
2. If the question #1 is right, then in the future, there is a new update for these files, do I need to update the files on child theme? Basically, when I copy, they are the same, but after updating the new version, the files of the main theme are different with the child theme.
I’m sorry if my sentences aren’t clear. For example: I want to add a custom_ads in the header. According to what I have read from here: https://forum.tagdiv.com/the-child-theme-support-tutorial/, I need to create a new folder Newspaper-child and copy header.php into it. And then paste the customization code in here.
Right?
The question is, when any new update come and need to change header.php, do I need to update the header.php in the child theme too?
Is there any solution to customize the theme and don’t need to worry about update overwrite?
Thank you.
Hi,
The code does exactly that. I only raised the ad a little bit. If you want to align the logo too, please provide a link to your page so I can center them directly by inspecting your header.
This was a design choice for the header style. Different header styles position the ad and logo differently.
You can see this list here: https://forum.tagdiv.com/header-styles/
Thanks.
Hello there,
I would like to have my H2 as black and my H3 as blue. Where can I change this?
Also the ‘preformatted’ font – can I change this?
Many thanks
Farrah Gillani
Hello,
1) You can use this css to reduce the footer height:
.td-footer-wrapper{
padding-top: 20px!important;
padding-bottom: 0px!important;
}
.td-footer-bottom-full{
margin-top: 0px!important;
padding-top: 20px!important;
padding-bottom: 10px!important;
}
.td-footer-wrapper .block-title{
margin-bottom: 20px!important;
}
You can change these values to your preference.
2)The theme has a function in it’s code that grabs the header logo if no footer logo is specified. You cna hide the footer logo with css like so:
.footer-logo-wrap{
display:none!important
}
Thank you!
Hi,
The top menu should get the color from the theme panel except for your main menu which is a plugin option.
please change it in the theme panel and clear your cache afterwards.
If this still does not work it could be conflicting with your menu plugin so you can use css to change it also if you do not want to disable the plugin:
.td-header-wrap .td-header-top-menu-full{
background-color:transparent!important;
}
Thanks.
Hello,
The links are affected by the theme accent color: http://screencast.com/t/JWlBslIVJi but this setting does not affect only the links unfortunately. On blocks you can change the link colors from the block setting: http://screencast.com/t/aq1ZQJRSYpa but this will also change the title background color.
You have an optical ilusion going on with the modules/blocks links They do not seem to match the ones in the top menu or the footer (but they are the same color) so I assume that is what you wish to accomplish. In this case to make the modules and blocks hover color for the links match the links from the header and footer, you can use this css:
.td_module_wrap:hover h3 a{
color:#932222!important
}
(side-note: It’s best to provide as many details as possible with your requests. There are multiple links on a site and they come from different places. Simply ‘changing the colors of the links’ won’t do it. What links? where?)
If this is not what you mean, please provide more details.
Thanks.
That is exactly the code I added when I was chatting with the MaxCDN guy the other night, but we eventually got it working by doing something else. So now something really odd is happening: Everything is working fine when I’m on the desktop version of my site, but not only mobile version. When I pull my site up on my phone, there’s no menu icon to the left of the header, no search icon to the right of the header, and no social media icons in the footer. I can’t fathom why it would be working on the desktop version and not on the mobile as I would assume both the desktop and mobile are pulling the data from the same servers. And I’ve cleared/purged all my caches too.
This technology stuff is a pain is the rear sometimes a lot of the time.
Hi, I have been using Header Style 11 (Top Menu plus bottom full logo) and it was working fine. Yesterday I tried to change to a different logo jpg file and now it only displays a very small logo image no matter what file size I use. I am currently trying to use a jpg file that is 1074px x 151px, but it changes it to 150px x 21px. It changes everything to that file size. How do I fix this? This is my website home page: http://blacklensnews.com
Thanks, Catalin. The solution was as simple as adding Header add Access-Control-Allow-Origin "*" to my .htaccess file (like in the post you provided).
Hi,
1) Yes, that is what I was suggesting. Don’t remove the css color, just remove the color from the theme panel so the theme does not go into boxed mode.
2) For header style 9 you can use this code to add an image in the logo container:
.td-header-style-9 .td-logo-wrap-full{
background-image: url(‘http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg’);
}
result: http://screencast.com/t/qC03xDc7a
You simply have to edit the url and add a few positioning proprieties so your image will fit properly.
Thanks.
Hi, I have found in RevolutionSlider, that have to insert this code at the end of child theme / header.php:
<?php putRevSlider(‘slider_alias’); ?>
Using single side is the same than a static image (I have tried, it’s ok)
There is an insert code to insert slider into frontpage: <?php putRevSlider(‘slider_alias’, ‘homepage’); ?>
What do you think, is there a php code with insert slider into all pages, but no homepage?
thanks
cstibi
Hi,
This guide only applies to pages using visual composer. If you want to add an image across the whole site, you will have to edit the post files or category files. Inside the header.php the image will be displayed above all content including the main menu and top menu.
For posts: http://screencast.com/t/ccJYqabD1Un and for categories: http://screencast.com/t/n7LuohrYq
I hope this helps.
Thanks.
In the header you give me this code to past http://pastebin.com/KKdusNXM
but in the footer i don’t get no code i just follow the instruction screenshot http://screencast.com/t/9O3A21aRpve9 – http://screencast.com/t/QePMMbva7m i add only this code (line 1) <php if(page_(‘8999″)) and (line 30) { ?> <php } ?> in the (td_footer_template_1php) and the footer_php. like i saw in the screenshot
Hello mystudent,
If you want to add the vertical border for each item in your main menu and top menu, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.sf-menu li{
border-right: 1px solid black;
}
.top-header-menu li{
border-right: 1px solid white;
}
The result you should see here -> http://screencast.com/t/RtAcHoz0
Thanks.
Hello mystudent,
Please check your Theme panel->Genreal theme colors and from there you can set your header area color, like this -> http://screencast.com/t/ozkQ0ADZ0maZ
Thanks.
Hello,
You can create as many blog pages as you want. Simply create a page in visual composer and add elements to it. Then you can add it as a menu item in your header menu if you like. It is not necessary to use the predefined blog page from our theme.
Thank you!
Hallo Bogdan B.,
Thanks for your support.
As you have suggested, I have removed the background color from the Theme Panel. And it has helped me to get the required result of Full width Main Menu.
1. And you have asked me to use only the CSS Background. But I require this CSS Code to use a particular color as Background for the whole Page and Theme.
2. I use Headed Style 9 (Full Logo on Top). I require also the proper CSS code to add the Background image to the Header, so that I may be able to give Header as fullwidth Image- covering whole place above Main Menubar.
What shall be the image size of Header?
with thanks
Hi,
In order to have the main menu full with, you need to remove the background color or background image from the theme panel because the site will switch to a boxed version if any of these 2 options are added. (use only the css background)
You can use css to add the background image to the header but for this you need to specify which header style you use so I can provide the proper css code.
Thank you!
Hello,
These options are available in the theme panel:
http://screencast.com/t/8jBhNywBzCI
The code you tried via css does not apply because you use header style 7 not 9
The main menu does not get the color from the theme panel as it;s a plugin (mega menu) and it has a custom class different from the one our theme uses.
You can use this css if you want to change it’s color:
#mega-menu-wrap-header-menu{
background:transparent!important
}
Thank you!
Hello,
This is the default behavior of header style 1. If you access our live demo you will see that it displays the same. http://demo.tagdiv.com/newspaper/ – http://screencast.com/t/fuV9YVFy
If you want to reduce this space, you can do it with css:
.td-header-style-1 .td-header-sp-recs{
margin: 18px 0 9px 0!important;
}
Thank you!
Hi Bogdan, thank you for this great tutorial!
How can I do that the all site has a header banner similar like this?
(simple picture or defined revolution slider)
Have to edit my child theme / header.php file?
thanks,
cstibi
-
This reply was modified 10 years by
cstibi.
I see this message when i install automatically from git hub. The plugin does not have a valid header.