No search results were found in Documentation!
Thank you Bogdan. That code provided the exact fix.
But I see two more issues with full logo on top option (Menu)
i) while scrolling in desktop, the logo is getting left-aligned. Ideally it should be in middle.
ii) Full logo on top option is to display only logo I believe. But I still see mobile menu icons with empty options nothing other than CLOSE link. It should be hidden completely.
Kindly advice.
Hello,
I’m not sure exactly what white space you mean to remove but i assume it’s the one under the logo
You can use this custom css to remove some of the space:
.page-id-38 .td-header-style-9 .td-logo-wrap-full {
min-height: 70px!important;
}
.page-id-38 .td-header-menu-wrap-full{
height:0!important;
}
Thanks.
Hi there,
Please could you help remove big spaces in menu ( full logo on top)
URL: http://www.viralbae.com/home
Thanks!
Hi rsdhull,
Our theme has 12 footer templates with various styles, like this: http://screencast.com/t/3WeGOA1xlCL .
As i can see in your website, you are using the footer style 4. For this Footer Template you can use a full width container logo that will be centered and this style has only one section and it uses the predefined content from the info content. This style use only Footer 1 as widget because it has only one section. If you want to allow the other widgets (Footer 2 and Footer 3), please use other footer styles – as like: 1,2,3,5,9 .
Hope this helps and let us how it goes!
Thanks!
Hi
The current version of the theme V2.3 have the new G+ logo: http://screencast.com/t/6h2kXs5ONdr – http://screencast.com/t/HL1yQXlra
Thanks for the message!
Thank you Bogdan – It helped a lot.
I need a small css help to complete logo alignment in menu bar.
Screenshot:-
http://www.screencast.com/t/j7qUaoEAfErL
steps to reproduce:-
i) Login to http://www.viralbae.com
ii) After login it will be redirecting to homepage
iii) Site Logo is seen in top left corner.
Note: The logo misalignment issue happens in mobile only.
Kindly advice.
Thanks!
Solved, thanks!
By the way, G+ still has same old logo.
Hi,
I just updated my site to the latest NewsMag theme update. Had been running NewsMag since the last 6 months.
But after the update, NO images (including my sites logo!) are displaying on the site. They’re only showing up on the theme’s featured images on the homepage.
URL: http://www.rcdronearena.com
PLEASE help me out!
Hi,
Thanks for your help with this. It has fixed the distance between the top logo and the menu. Unfortunately in some cases it seems to create padding between the nav menu and the page content though (see screenshot).
I don’t think this has anything to do with the slider below it or anything like that. Any input as to why that space is there would be great. Need to remove it!
Thanks in advance
Hi,
I’m trying to restyle newspaper wordpress admin bar like below:-
Full Site Logo… Search (a medium size search bar).. Home option.. Write Option.. My Avatar… My Name(drop down menu) i) Account settings ii) Logout
Though I see this is not possible within newspaper wordpress theme, please could you advise a plugin to tweak admin bar to do the same.
Thanks!
Hello,
I have tried to recreate this on my end but could not recreate your issue.
http://screencast.com/t/5fUIOQmZ9rkF
I used a 1200×180 test logo and it fills the header container (1164px) on all 3 styles with full logo.
Please check if you have any modifications to the header container. You can also try this without any plugins active (except visual composer) to rule out a plugin conflict.
If the problem is still there provide a link to your website so we can take a look and come up with a solution.
Thank you!
Hi,
Thanks Ing Geek!
@djsdrive
You can add alt test in Theme Panel > Header – http://screencast.com/t/ODYAOsq3TmQC
For footer logo you can try to make this change until we fix it – http://screencast.com/t/aOrqXU9JQ so it will take the alt text from header logo that you can set it in Theme Panel.
$td_logo_alt = td_util::get_option('tds_logo_alt');
alt="' . $td_logo_alt . '"/></a>';
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
-
This reply was modified 10 years by
Alin [tagDiv].
Hello,
In order to make your logo stay on the left side you can use this custom CSS:
.td-header-style-9 .td-header-sp-logo{
float:left;
}
And then assign a background color to your website (white counts as well) Just change to anything but the default value to make the container boxed: http://screencast.com/t/OUu7hBk1Nccg
You can also use a padding-left: value in your code to adjust the logo position.
result: http://screencast.com/t/tx6P5k5pNLAv
Thank you!
Hi:
Thank you for the quick reply. The problem seems to be that on the upload of the image as a logo within Newspaper what was once a 1200×160 pixel image is reduced to 1024×136. I have tried several sizes including the 1200×160 but for all those over 1024 they get reduced (reformatted) in the Logo and Favicon upload to 1024 width. Our operation site at http://lagoonpondassoc.org is based on the free WordPress theme TwentyFourteen. We would like to have something similar if possible. In addition, each time the header is loaded a random selection is made from a set of images. Perhaps we wont get there but that is how it is now.
So, can we defeat the reformatting in the upload and would that defeat a bunch of other css formatting rules? Or is there some other way to get the side to side image?
Regards.
@djsdrive go to Theme panel + header + logo & favicon + LOGO ALT ATTRIBUTE .
Regards
This has fixed the thumbnail alt but for logo it is not showing still what should do ?
Hi,
i’ve been trying to get my site logo to move from the center to the left hand side, using header Style 9.
I placed the following code in the custom css
.td-header-style-9 .td-header-sp-logo img{
margin: initial;
}
I took this code from the topic below (and changed the header style from 7 to 9), unfortunately it’s not worked. Do you have any suggestions please?
https://forum.tagdiv.com/topic/how-to-align-full-header-logo-on-left/
Hello,
You can try and use a different header style that supports full logo: https://forum.tagdiv.com/header-styles/
(9, 10, or 11) That way you can upload a full size logo as big as the site width.
Thank you!
Hi,
Please access your files via FTP and check to see if the image is actually there in wp-content/uploads/2015/09/ED-Logo-Header-White.png” because the same error is displayed. If it is, please try this without any plugins so we can exclude a plugin conflict.
Let us know how it goes!
Thank you!
Hello!
I would like the theme allows you to place a greater header. The maximum size of the logo is very small. Has some Captcha code to increase it?
Thanks in advance,
Adriana
Hello,
The logo was not meant to do that. The theme was not built with a full width logo in mind.
You can try to upload a bigger logo. The size of the current one you have set is 1024px and the container is 1164px wide.
Here is an example from another site using a full logo like yours: http://screencast.com/t/sLT9OIUnglc. That one fits without margins. Try 1200×180 size on your logo and see how it goes
Thank you!
Hi Bogdan, thanks for the info.
I just uploaded a new logo image through the Theme Panel > Header > Logo & Favicon menu and it’s still not being displayed. Does that mean that my images are being uploaded to an incorrect folder?
I’m able to upload images and display them correctly in blog posts and pages… so why is this a problem with the header logo?
Could you take a closer look? Thanks.
Yuri
Hi George,
Please try a bit of css in Theme panel->Custom css area like this: http://screencast.com/t/HIgpmROxf5
.td-header-style-7 .td-affix #td-header-menu {
margin-top:15px;
}
.td-header-style-7 .td-affix .td-header-sp-logo img {
margin-top:15px;
}
The result should see here: http://screencast.com/t/aUhRqsoQN
Thanks!
Hello,
The header style you use should display the full logo. I uploaded an image we use as an example ad: http://screencast.com/t/TcO0CDDiHKFS and it works fine.
I also checked your console and it seems to display an error about a certain logo: http://screencast.com/t/pxKKZlfwL3
Please try to disable all your plugins except visual composer and upload your full logo image.
Let us know how it goes.
Thank you!
Hello Yuri.
Please check your image folder because the logo cannot be found in that specific folder: http://screencast.com/t/cmgiK8DdIk8T
It is showing your ‘alt text’. This happens when the file is not present on the specified path.
Thank you!