- NewspaperHow to Add a Logo in Newspaper
- NewsmagLogo & Favicon
- NewspaperShortcodes
- NewspaperHow to Set the Image Avatar
- NewspaperThe Mobile Theme
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
- NewspaperFavicon & iOS Bookmarklet
- NewspaperHeader styles
- NewspaperWhat’s Included in the Newspaper Theme Package
Thank you for your reply I have got most of it done but there is a string of js I can’t find that keeps appending 80px to the menu…. Here is the result I have got so far https://www.wpmultiverse.com/… However on touch devices, for example, an iPad, when I scroll down and then scroll back up it, displays the default 80px height.
Here is the code i used:
/*menu*/
.td-main-logo img{ width: 58%!important; }
.td-header-style-6 .td-main-menu-logo a { line-height: 0px!important; }
#td-top-search { margin-top: -27px!important; }
.header-search-wrap .td-drop-down-search {
top: 43px;
right: -2px;
}
jQuery( window).load(function() {
jQuery('.td-header-menu-wrap-full').removeAttr('style');
jQuery('.td-header-menu-wrap-full').css('height','40px');
});
jQuery( document ).ready(function() {
jQuery('.td-header-menu-wrap-full').removeAttr('style');
jQuery('.td-header-menu-wrap-full').css('height','40px');
});
Any suggestion?
Hi
You can create a image by 1920x100px for example and set it as logo then use header style 10 which display a full width logo, the result should be like here: http://screencast.com/t/c1UbqDoLoBCs
Hope this helps!
Thanks!
Hi
Header’s layout relay on a fixed width generated by js which can’t be overwritten with css, sorry. To change the header’s height you will need a different approach for all elements displayed there, logo, menu, search box.
This task involve some customizations and also many tests in order to be achieved. We can’t offer customization services at the moment so if you really this and 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 for your understanding!
Hello Bogdan,
As I can see here, under your setting – http://screencast.com/t/I2zJ1ylaaRG,the author image thatappears on the front end is the default image you set for the avatar. My website is a multi-author website and all of them showing the default image ( in my case default image is the tomatoheart square logo), not their own image and that’s the issue.
And this is why under both kind of settings, you are able to get the same image. If you really want to understand my issue. Make a different author, upload a different ( different than default image) for the new author and see if you are getting the same result on the front end.
For example- Here is my defualt author image setting setting: https://snag.gy/E0khcp.jpg , this is the setting of a different author Nit: https://snag.gy/sZeJIf.jpg and still this is how I still see the default image on the front end , not her own picture: https://snag.gy/lbhFKQ.jpg
and yes, I will try to implement the code as you said here http://screencast.com/t/CqT6BPe0nJ using Adobe Edge Code CC, which I use. I hope it will work as fine as notepad++
Hi Team,
How to make full width header logo?
Thanks!
Hello Catalin,
Here is the video of the issue, you can see the URL is wrong: http://screencast.com/t/J79Qjabhx1
In my previous message, I sent you the code I used, I guess that’s correct right ? I replaced it in the right folder, and I purged the cache. Not sure why it gives me the wrong URL ?
Here again is the URL I placed at 2 locations:
$buffy = ”;
// column 1 logo
$buffy .= ‘<div class=”td-pb-span3″><aside class=”footer-logo-wrap”>’;
if (!empty($td_footer_logo)) { // if have footer logo
if (empty($td_footer_retina_logo)) { // if don’t have a retina footer logo load the normal logo
$buffy .= ‘‘;
} else {
$buffy .= ‘‘;
}
Am I doing anything wrong ?
Thanks
Hey,
I would like to change the header a bit.
Move the logo to the right of the menu and make it smaller, so it would in line perfectly with the category menu, and make the header ad bigger (970X250).
https://postimg.org/image/6ent1v77n/
Is there an easy way to achieve this?
Thanks
Thank you Catalin for your answer. Everything is ok, about visual composer.
Now I have 3 problems.
1st. Title under logo
2nd. double search icon
3nd. gap under image
You can see them here.
Hello,
The text logo font can be changed with this css code:
.td-logo-text, .td-tagline-text{
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
}
Thank you!
can you tell me , by uploading a png logo on the site it’s creating a new logo url and page of a separate logo , that is indexing in google, which annoying – http://curiosityhuman.com/bb-1-1-300×153/ and by deleting the page and url it also deletes my home page logo
Hi Bogdan,
Recently I disabled default Gravatar option from Dashboard setting and started using recommended plugin “WP User Avatar” with option to display locally uploaded Avatars.
Though it’s working fine for Author card but now I am unable to see the same author image for the “author image” that we have created below post title based on codes written above. It’s showing the Default author image ( my logo ) I set under WP User Avatar.
Shouldn’t WP User Avtar support this author image too? Do we need to do any modification in code to make it grab author image from WP user avatar?
Kindly help.
Thank you.
Hi Catalin,
Did you receive my email with login details? I’ve tried flushing caches and deactivating plugins but the logo crop issue remains.
Many thanks
( oh, and you do want caching/TTL running for your site, so that the directives to cache stuff work using the server’s opcache/memcache; but do all the optimizations without using any caching plugins, in order to see changes, make changes, etc. — what these do is tell the browser not to keep re-loading things like your logo every time the page loads, or the style sheet, etc., and if they come back tomorrow, page loads quicker as the ‘time to live’ is longer than 24 hours or whatever — this speeds up pages, separate from the gzip/deflate stuff … )
Put another way:
server caching helps the server serve up re-used files quickly without reloading the single files over and over and over.
Caching plugins create a “static” copy of your page for short period of time, so that the whole page can be downloaded as a much quicker element as there are not dbase queries waiting on php processes for 20 things on the page.
Not sure that helps, just anecdotal.
How do I change the Text Logo Font to the arial font?
OK,
If you want to hide the menu completely, you must realize the logo is also part of the main menu container. The content will not move up if you only remove the menu: http://screencast.com/t/yOuyMmboz
if you want the content to move up, you need to remove the whole header content including the search button and logo like so:
http://screencast.com/t/RhVLLVsVDRO
Here is the code needed:
.td-header-menu-wrap-full{
display:none!important
}
if you want to keep the logo, I suggest selecting a different header style where the logo is not part of the menu container: https://forum.tagdiv.com/header-styles/
Thank you!
For the messages, i received three messages from Andrei L. and i sent the link three times, (2nd septembe,4th september and yesterday) if i am replying to a message from Andrei L he will receive all the precedent messages, as I can see them in my gmail.
It didn´t happen when you took the “donate botton” issue.smooth at the first time and perfect.
The logo was resized from the people who made it to the specific size for that template, twice.
Even if i put a 2000pixels logo ( thing that i already did) it appears small.
Hello gilli,
For your mobile mode, if you want to get rid of the header, please try the code below.
The code is ->
@media (max-width:767px){
.td-menu-background{
display:none
}
.td-grid-wrap{
padding:0;
}
.td-menu-placeholder{
display:none;
}
.td-header-bg{
display:none;
}
}
The result -> http://screencast.com/t/kQLB7VkXFOqO
and if you want to replace the placements for your logo and header ad, please try the code below and place it in Theme panel.
The code is ->
.header-logo-wrap{
float:left!important;
}
The result -> http://screencast.com/t/cm6Hlaeu
Please notice that places were reversed due your RTL mode.
Thanks for your understanding!
What i want is to remove the entire header on mobile (logo, search, menu).
I tried everything you suggested in other threads, but nothing worked.
Also, i’d like to move the logo to the left, and the header ad to the right (on desktop). Wasn’t able to do that either.
Thanks
Hello,
Please be more understanding. We get lots of messages and it’s hard to keep track of everybody. You say you already sent us the url via email but how can we recognize which one is you? You username here on the forum does not match any email address we received mails from and we have not received any email from strategic.cyberintelligence@gmail.com which is the email used to create the forum username…The site you provided is not found in any emails we received either so how can we know which one is you? I assume you are referring to the screenshot email from the other topic but we have not received any screens at all via email. Please make sure the address you sent the emails to is contact@tagdiv.com
Now for the matter at hand: You use header style 10 that shows exactly the size you upload the logo in: http://screencast.com/t/Pn5hGM5c please make sure you select the right size when uploading a logo and not a thumb of the logo from this WP setting here: http://screencast.com/t/I5Yy9R1303
Thank you!
You can see there is no logo. In the bottom of the website, about us and follow us disappeared. and also about us in the footer doesnt work. In mobile, there is sign in appeared.
Hello. My website bizarreturkey.com seemed to add top menu by itself and logos for both desktop and mobile are deleted. This happened today. Any idea?
Hey Chris,
Thanks for the reply.
I tried everything, in the style.css file and in the Custom CSS. Nothing works.
For example: As you can see the logo floats to the right >> https://postimg.org/image/fad9sbelz/
But in my css.style file the float:right!important line doesn’t exist. I deleted it. so why is it still there?
And this happens with every line. i delete/edit it, but nothing cahnges.
Hey,
For some reason no matter what i do to change CSS, nothing happens.
I need to hide the entire header on mobile (logo, search, menu).
I read all the threads about it, but nothing happens when i use CSS.
Why is that?
thanks
Hi,
I am creating a new site and initially in the Header I would like to simply use our logo to the left and then the site title centred – ideally similar to Hybrid Menu 2.
However despite having Menu set to No Menu in the Theme panel, I am seeing a message to Click here to create or select a menu.
Any help much appreciated
tks
A
Hi, I would like to upload the logo at the footer and link it to another website. Can you tell me how if possible ? Thanks