- 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
Hello,
I’ve noticed there are some discrepancy on the dimensions of the mobile logo:
-
<li style=”text-align: left;”>Official documentation:
- Newspaper – Theme panel -> Header -> Logo for Mobile:
- LOGO MOBILE – Note: For best results logo mobile size: 140 x 48px
- RETINA LOGO MOBILE – Note: For best results logo mobile size: 280 x 96px
-
<li style=”text-align: left;”>Logo Mobile: 132 x 42px
<li style=”text-align: left;”>Retina Logo Mobile: 264 x 84px
Which one is correct?
Thanks
Hello,
The logo on the sticky menu seems to be a little bit too low in the vertical alignment, rather than being centred. This doesn’t affect the main menu. It’s on menu style 5.
Is there any fix for this, even if it’s just custom CSS as a stop gap? It doesn’t seem to be affected by the logo dimensions I use.
Where can I change the font-type for text-logo in header style 10?
Hi,
I have checked your site and the logo is changed even the favicon is changed to yours – http://screencast.com/t/o8Wa1xGcX
If you refer to the logo on sticky menu and also on mobile devices please check – http://screencast.com/t/NaljsISw
Thanks!
Hi,
We recommend jpg or png for logos, but it seems that also svg image works – https://forum.tagdiv.com/topic/logo-size-7/
You can try it but we haven’t made any tests.
Thanks!
Sorry for this question: Svg logos are supported?
Any advice about it?
Really thanks.
Well if the style 8 is not to your liking, choose a different one with the logo on the left: https://forum.tagdiv.com/header-styles/ I; not sure how you want it DO none of the 12 header styles show the logo as you want it?
But the logo not in the left, see my pic please
Thanks. Tried it but logo doesn’t move. You’re right about header style 1 – but what I actually want is the logo left like style 1 – but the banner above the logo, and the banner was easier to move in style 9. Hae a look here: https://www.standby.dk/
Hi,
You should not modify the themes style.css file because it could lead to problems in the theme. Add all your css modifications in Theme Panel->Custom Css. You can float the logo left by adding this code in Custom Css
.td-header-style-9 .td-main-logo img {
float: left;
}
This is the result with no background set – http://screencast.com/t/iwbikZcG and with background – http://screencast.com/t/5fli1Nadu
However, you should take a look at Header Style 1 – https://forum.tagdiv.com/header-styles/ which looks like what you are trying to achieve.
Thanks
It has to be something within the theme preventing Rev Slider to go full width, also I noticed that the top menu and main menu are boxed as well. I tried every single header and they all look boxed, the one I will use for my website is Style 10: Full Logo on top + Centered Menu.
If you look at your politics demo, you will see full width menu backgrounds and full width Rev Slider. I must assume you added custom CSS, because I seriously tried every single thing…
I want make the logo on left but the menu tab on middle ( center )
which one from the option?
Thank you
Hi
I just want to float the logo left in header style 9. I found a solution in the forum but using float: left; in style.css just makes the logo disappear. Could you help me out?
I can’t get in to change theme colours from the menu, it is just showing a constant loading wheel – also I can’t select or upload an image for a logo for some reason, it just gives me an error.
Hi,
Thanks for your response, and while the code you sent fixed the issue (thank you), I have to say my sevlievo.com custom CSS was identical to that of velikotarnovo.com (until I added your code to the former), so the problem must be somewhere else. Could the reason be that the theme for sevlievo.com was purchased a few days ago, and that for velikotarnovo.com a couple of months ago?
In addition, that same line of the Top menu is a bit too far to the left, compared again to velikotarnovo.com. How can I fix that?
The original custom CSS I have for velikotarnovo.com is below:
@media(min-width:1021px){.td-header-style-1 .td-header-row {
width: 1023px;
margin-left: auto;
margin-right: auto;
}
}
@media(max-width:1021px){.td-header-style-1 .td-header-row {
width: 1023px;
margin-left: auto;
margin-right: auto;
}
}
.td-header-menu-wrap {
background-color: #000;
min-height: 48px;
}
.td-header-style-1 .td-header-row {
width: 1030px;
margin-left: auto;
margin-right: auto;
}
.td-header-sp-logo {
width: 272px;
float: left;
position: relative;
margin-left: 0;
margin-bottom: 8px;
margin-top: 8px;
}
.td-header-sp-rec {
float: right;
margin-bottom: 8px;
margin-top: 8px;
width: 728px;
position: relative;
}
@media (min-width: 768px) {
#td-top-search {
position: absolute!important;
top: 10%;
}
}
.td-header-container {
width: 100%;
}
@media(min-width: 768px) {
#td-top-search {
margin-top: 0!important;
position: inherit;
display: inline-block}
}
.td-header-menu-wrap:before {
background-color: #c00000;
content: “”;
display: block;
height: 4px;
}
.td-header-border:before {
height: 0;
}
.td-trending-now-wrapper {
background-color: #FFFF00;
height: auto!important;
}
.td-container-border > .td-pb-row:first-child .wpb_wrapper .td_block_wrap:nth-of-type(1) {
background-color: #FFFFFF;
}
@media(max-width: 768px){
.td-header-sp-rec,
.td-header-style-1 .td-header-row {
width: 100%!important;
}
.td-main-menu-logo img{
width: 75%;
}
}
@media (max-width: 768px){
.td-main-menu-logo img {
width: initial!important;
}
}
Hi,
If you use the mobile theme the footer will be a predefined one and it can only be altered with css. If you want to remove the footer logo and about us section you can use this css in the mobile theme custom code section:
.td-mobile-footer-wrap .td-footer-logo, .td-mobile-footer-wrap .td-footer-description{
display:none!important;
}
Thank you!
Hello,
I am using the mobile theme you provided. Why this theme is displaying my website logo and “ABOUT US” in the footer (
)? I just want a clean footer with a bar at the bottom.
Hello,
1. The colors of the main menu (the one with the logo) and the top bar (the white one on your site) can be changed from the theme panel’s color section.
2. A photo can onl;y be inserted with css like this topic suggests: https://forum.tagdiv.com/topic/header-image-7/
3. You cannot edit the main menu width. Sorry . The widths in our theme are fixed and changing them will break the layout. Our theme was built with a fixed width in mind.
Thank you!
Thanks for your reply,
Is it possible through css editing to keep the big (full) logo on top or bottom like on styles 10 or 11 but also keep a background highlight on hover instead of underline like on styles 1,3,4,5 etc?
Every style with background highlight on hover has small logo on the side.
Thanks in advance!
Hi there, I’m founding difficult of changing top bar color background. My site is http://www.vervemagg.com and I want: 1. To edit the color background of top bar. I want to edit the color not only in the part where are the buttons:home. money business… but also in the part where is the logo of my site. 2. Edit the color background of the top bar by inserting a photo. 3. Edit the width of top bar where there is the button :home”
Mixed Content: The page at ‘https://gbhackers.com/’ was loaded over HTTPS, but requested an insecure image ‘http://gbhackers.com/wp-content/uploads/2016/12/gbfinal1.gif’. This content should also be served over HTTPS.
I have tried changing http url of the file into https with two different ways, but unable to fix the issue and site breaks.
1. Tried changing the URL from http to https in Databse and it fails.
2. Tried changing the URL to https in the section for logo upload also fails.
3. Tried some plugins and that too failed.
Please revert back to us with a solution..
I am attempting to display a header logo that is wider than the specified 272px using Header Style 10. I have uploaded the image file that is larger than 272px wide (544×190) and it cuts off the image such that only 250px (not sure why 250px). Here is how it looks on my staging site (all plugins except Visual Composer disabled and all custom css removed: https://www.screencast.com/t/RkkAmpvafmZk I am also running version 7.6 of Newspaper theme.
Am I missing something?
Thanks in advanced for your assistance.
EJ
Hello JDF and Bogdan,
I hope you don’t mind me joining your conversation. I would like to know how you solved JDF’s issue #3 (setting mobile header height with CSS).
I have searched for how to solve this but cannot find the solution. This screenshot at this link will show you that I need to increase the height of the white-space header behind my logo and menu button: https://www.screencast.com/t/mi6La8Di
(I was not happy with the smaller size of my mobile logo with menu so I changed the CSS a little, fyi.) Thank you for any guidance you can give me on where you located this in CSS!
Nick
Hi Bogdan!
1. I forgot to mention that “Perfiles” is a subcategory under “Sociologos/as”, so lets say “formally” the post ins classified under “Sociologos/as” although that category is not selected for that post. Anyway, I thank it’s no so much of a problem that the tag appears there; lets leave it like that.
2. Awesome! Thanks a lot again for the support! Worked perfectly. 🙂
Cheers,
Fidel
I bought the theme last night and got installed via Themeforest. The problem is that I cant upload anyting in the theme panel, not even my logo. Can someone help me?