- NewsmagLogo & Favicon
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
Thank you for the answer. But I want use header style 1, what code I can use?
Oh ya, for information, I have put code in Costum CSS for change the logo view counter.
Hi,
In that case you need some modifications to the code with the same result, the only difference being that if you set a background color, it does not surround the header. This is the new code, remove the previous one
@media (min-width: 768px) {
.td-header-style-8 {
padding-top: 48px;
padding-bottom: 48px;
background-color: white;
}
.td-header-style-8 .td-header-sp-logo {
top: auto;
}
}
Result – https://www.screencast.com/t/H9bCFdGK
Please let me know if this works for you
Thanks
Thanks you but it does not work.
My image is not small. Look at here :
http://www.unjourmonprinceviagra.fr/wp-content/uploads/2017/01/prince-logo-large.jpg
But in my header it’s too small
i don’t understand !
Hi,
You do not have to change the demo. What I am saying is that header style 10 does not have a limit for the logo size. The logo will show as big as you upload it, also make sure you use the full size and not a thumbnail of your logo – https://www.screencast.com/t/xnScsdBx
Your site using the car logo – https://www.screencast.com/t/MOEverOxdg6
Hi,
You must create an image logo with the size you want in mind and upload it as shown, in the logo section. The logo size in the car demo is originally 1920x580px – https://www.screencast.com/t/3ACC4b5GMW and is displayed in it’s native size.
If you use that css code you are just stretching the 300x91px current logo to 1920px – https://www.screencast.com/t/WRyFiIJH hence the blur on the image.
Thanks
When i try to pace in custom css :
.td-header-style-10 .td-header-sp-logo img {
width: 1920px;
}
My photo appears but it is blurred
While it is good quality at the beginning 1920x580px)
like this :
http://www.unjourmonprinceviagra.fr/wp-content/uploads/2017/01/Capture3.png
Hi,
You can upload the logo image you want to use in Theme panel->Header->Logo – https://www.screencast.com/t/UQh93W8pj0
Result – https://www.screencast.com/t/klr1hL2YS4
Also if you use a background color or image the site will switch to the boxed version and look like this – https://www.screencast.com/t/mCKDEK1ME0bD
Thanks
Hello,
There are no logo restrictions in header style 10./ The logo will show as big as you upload it in. Just make sure you use the full size and not a thumbnail of your logo from the wordpress media section (bottom right of the screen). As for the white speace you can add this code in the theme panel-> custom css box:
.td-header-style-10 .td-logo-wrap-full{
padding-bottom:20px;
padding-top:20px;
}
Thank you!
hello,
i have intalled the demo “fashion” but i want the same header thna the demo “car” with a big image. i dont’t found the possibility of this. The image of logo “car” is largest tha 500 préconised for head styl 9,10,11.
Escuse my poor english !
please help !arge
After I enter the code in costum css, the result is ok, but the counter is not working as well before, it is stuck.
Please Help, how to make the numbers of counter is work well.
And how to remove the eye logo.
Thank you very much
-
This reply was modified 9 years by
emirza.
I am currently using Style 10 Template for my header and I wish to further increased the white space available above and below my logo. How would I go about doing that?
Is it possible to also increase the dimension restrictions of the size of the logo?
Appreciate your help.
Please how do i add Ads to the Header beside the logo ( incrediblelagos.com )
1- I opened a couple of pages, but I realised that none is showing on mobile site but on desktop. Is the problem from the theme? How can it be fixed?
2- I uploaded a logo following documentation, but the logo not showing if I click on the link from Facebook. How can that be corrected?
Thank you
Could you advise how to add banner right from logo for this template? screenshot – https://www.screencast.com/t/gVdt95Qu
Unfortunatly, can’t find how to do it in the online manual – https://forum.tagdiv.com/header-styles/
Hello,
Well in this case you will not have very much luck on google as the theme code is custom. Only if a user posted the exact same issue somewhere. The logo url can be changed from these 2 files:
This is for pages: https://www.screencast.com/t/QNSuvCS7Oz
This is for the rest of the site: https://www.screencast.com/t/CSnri3Ih
Thank you!
Hello David Henry,
Please notice that our theme has a lot of header templates which are used in different styles. For example, if you want to use a bigger logo for your header template you should choose the Header Template Style 10 which display the logo in full width and in this case you can use any size you wany for it. For more information about our header templates, please consult here -> https://forum.tagdiv.com/newsmag-header-styles/
I hope that you will found your desired style in this regard.
Thanks for your understanding!
Hello guys,
I spent hours of googling, but nothing helped. I want to change header url from default to different page. When visitor clicks on header image (or logo) now is automatically redirected to homepage. How do I customize the link?
As far as I know, I have to edit header.php, but have no idea where should I place desired link.
All the best
<!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
</head>
<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>
<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>
<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>
<div id=”td-outer-wrap”>
<?php //this is closing in the footer.php file ?>
<?php
/*
* loads the header template set in Theme Panel -> Header area
* the template files are located in ../parts/header
*/
td_api_header_style::_helper_show_header();
do_action(‘td_wp_booster_after_header’); //used by unique articles
I need to use a logo at over 400px wide, this means I need to put the Header Ad somewhere else.
How is this done?
Hi,
Remove the previous code and enter this one, it should work always now
.td-header-style-10 .td-logo-wrap-full {
line-height: 0;
}
.td-header-style-10 .td-logo-wrap-full {
min-height: 0;
}
As for the logo on sticky menu, you can disable it in Theme panel->Header->Main menu – https://www.screencast.com/t/Z8Bwknl8
Thanks
And by the way, I also noticed another unwanted issue…. when scrolling down a page the main menu disappear (as it should). But when scrolling back up again the main menu appears with the full width logo image beside the menu items… This makes the menu look strange. Only the menu should be seen at this point… Any suggestions for this also?
Regards,
Audun
Hello guys,
I have problem with the appereance of my ads on home page, resolution of image ads is not good (not HD as well as the original image). Please help. Also resolution of the logo.
You can check the site: matajambi.com
Sorry if my english is not good.
Thank you
Hi,
You could achieve something like that withoud modifying the theme files using css code, enter it in Theme panel-Custom Css, this will move the top menu under the logo and above the main menu
.td-header-style-7 .td-header-top-menu-full {
top: 150px;
}
.td-header-style-7 .td-logo img {
margin-top: 0;
}
@media (max-width: 1018px) {
.td-header-style-7 .sf-menu {
margin-top: 100px;
}
}
This is the result – http://screencast.com/t/xpYfGwwdBnI
Please tell me if this is ok for you or I completely misunderstood
Thanks
Hi,
If you want to use your current logo image try this code, enter it in Theme panel->Custom Css (it will remove the white space)
.td-header-style-10 .td-logo-wrap-full .td-logo {
line-height:0;
}
.td-header-style-10 .td-logo-wrap-full {
min-height: 0;
}
Result – http://screencast.com/t/S1bnibRbU
Another way is that you could make another logo of a bigger size (in your case a minimum 130px height) – http://screencast.com/t/ooIWOtOFS
Thanks
Hello,
The h1 tag is active for all pages. Unfortunately you cannot organize any heading tag as a ‘category’
What you can do however is use a different page template. The templates that do not have a heading tag (page buolder + latest and the default tempalte) will get the logo h1. The page builder + page title will not have a h1 on the logo: https://forum.tagdiv.com/page-templates-2/
Unfortunately the theme doesn’t have option to display only specific subcategories in the megamenu, all of them will be loaded and displayed. Also you can change the sort order if you alter the code or try a plugin, please check this topic – https://forum.tagdiv.com/topic/order-of-sub-categories-in-mega-menu/
Thank you!
Hi,
Building a full width header logo and using header style 10 I end up with the following result at http://frosta.frostaporten.no/
However, I don’t want the white section below and above the logo to be visible. How can the height of this “row” be adjusted fitting the height of the logo image? If that’s not possible, which width and height of the logo image should be used to fit totally into this row, not getting a white border around?
Regards,
Audun Kvamme