- NewsmagLogo & Favicon
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
Except that screen shot that you show is too small! That’s the problem. It should look like this: https://www.dropbox.com/s/mawl59dhasd06u1/Screenshot%202017-07-07%2017.02.29.png?dl=0. The logo should be the width of the beginning of the “topics” menu item to the end of the “subscribe” menu item, as it does in that screenshot. How do we make it show up that big?
Hi,
You can choose from Header styles 9, 10 or 11 if you want to display bigger logos. These header styles do not have a limit for the header logo
– https://forum.tagdiv.com/logo-favicon/
Thanks
Hello,
I uploaded all the logos in newspaper theme panel / Header / iOS Bookmarklet
while checking on HTML Validator it’s giving some error only on these FIVE iOS bookmarklet icons.
Kindly check here: https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.happyblob.com%2Fnews%2Fuplifting%2Fact-of-kindness%2F
is there any option to solve these.
Kindly help
Thanks
Best Regards
Kapil
Hello,
We have tested the logo on our end but could not see any problems with it except for the bottom spacing on the image itself causing a bigger gap under the logo: https://www.screencast.com/t/Usz5BwMUVjjF You can see the positioning on the sticky menu as well. It is recommended you edit the logo image and reduce the bottom space on the image: https://www.screencast.com/t/OejO7ImH
Other than that, the logo loaded correctly on all our devices.
Thanks.
Hi,
I was playing with the header styles and now there is a problem.
I have style 4 (logo in menu).
* In Chrome everything works fine.
* In Safari there is this big white space now above the menu.
Can anybody please take a look at this.
* I had already style 4, with no problem. That’s the strange part.
* I flushed all cache
Kind regards,
Bernard
https://wwww.brazilie.rocks
I have elected to have pagination after 20 posts on https://gamechangers3.wpengine.com/game-changer-videos/
however this is not working, the lists are to long and I would like after 15 or 20 posts to see “Next”
Is there a way of doing the same on my page https://gamechangers3.wpengine.com/pod-casts/
Ideally it would be great if you offered tabs?
Also is there a way of changeing the font for the header logo text – I have uploaded a custom font called ADAM.CG PRO.
i know your theme didn’t have rtl support but you can just tell me the css ? of logo alignment into right ? there is no big customization i ask ?
this little thing will help all user in who want to rtl in this forums i already search every thing is good in theme just some little bit changes required will you do that plz
Dear Simion,
Thank you for your reply.
I uploaded a wider logo to my site. Now it looks perfect.
As for mobile, the custom css looks great! However, I was wondering if the hamburger menu and search button could switch places?
Also, when I press the hamburger menu, could it also sweep in from the right as the search option does?
Great many thanks!
Sincerely,
Miguel
Probably need to look up how to hack WordPress for that or Cloudflare support.
Proper URl would be img src="https://example.com/image.jpg"
You’d need to search/replace your content in PHPmyAdmin to replace old instances of http to https for your images placed inside of post meta (lots of tutorials online for moving to https from http in WordPress).
Once you change your base site URL to https in WP, the theme picks up from that for any new posts (you would need to manually change any logo head/footer/favicon stuff in theme panel, obviously).
I don’t work here; but we moved to https everywhere in 2014, 2015 and 2016 for all our sites, so went through the same thing.
Awesome, thank you so much!
Where should I upload the logo image? I uploaded it to logo and retina logo, but its not working.
https://gyazo.com/7071d4ffdba0d4d49ff67a612f0bc29a
Where should I upload the banner image to get it full screen?
hi please help me to solve this issue i want to display logo in right side and search bar in left side
and news ticker to right side with right side text i try to do it my self but didnt go well
im using newspaper 8 theme with default theme demo installed and header style 12 and news ticker style 2
here is screenshot http://www.screencast.com/t/smbYqTnHA
Hi,
If you would like the logo to stretch to the edges of the screen, you need to upload a bigger logo image. The current header style you are using does not have a limit for the image. You can use any size you want, and it will be displayed.
Also it is worth mentioning that when a background color or image is used, the website layout becomes boxed
– https://forum.tagdiv.com/background-introduction/
At the moment you have a white background color, so a full logo will be displayed like this example (boxed)
– https://www.screencast.com/t/6UPrVOC4pjVr
Removing the background color or stretching the header logo space with the options in the theme panel
– https://www.screencast.com/t/gHfCKSNkVjwM
Will display the logo in full width like this
– https://www.screencast.com/t/ouaeFnIWA
So you just need to create and use a bigger logo image, depending on your preferences.
There are dedicated custom code sections in the theme panel, that you can use to further customize the website. Or enter the code directly in the theme main stylesheet. A child theme can be used as well for this purpose.
You also need to create a homepage using the composer and set it
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks
Hi,
The header style you are using does not have a limit for the logo image. If you would like it to cover all the space, simply upload a bigger logo image. Your current logo is like this
– https://www.screencast.com/t/LHnIWzzEipl
And the logo container for me is bigger
– https://www.screencast.com/t/lfn4hZooD
The logo image will not get stretched to fit, you have to use a bigger one. On bigger devices there will be an empty space if the image is smaller.
On mobile you can try a code like the one below for what you want to achieve. It will remove the gap you mention, align the logo to the left and move the menu toggle to the right
– https://www.screencast.com/t/dx0y4Glys8zh
.td-main-menu-logo img {
max-height:54px;
margin-left:0;
}
#td-top-mobile-toggle {
float:right;
}
This code must be entered in the Theme panel->Advanced CSS in the phones section. Please let me know if I misunderstood something, and I will make adjustments.
Thanks
Awesome, thank you so much!
With the logo, I meant the banner at the top of the webpage: https://gyazo.com/049ac834629d28a6113050f782873a38
I’d like it to spread to the edges of the webpage. Is it possible to do this?
Thanks!
Hello benitouk,
You can achieve this style if you will use a bit of CSS code. Try to add the code below in Theme panel->Custom CSS area, like this ->
.td-header-menu-wrap-full{
height:44px!important;
}
.td-header-style-6 .td-main-menu-logo a {
line-height: 44px!important;
}
.td-header-style-6 .td-main-menu-logo img {
max-height: 44px!important;
}
.td-header-style-6 .sf-menu > li > a {
line-height: 44px!important;
}
.header-search-wrap .td-icon-search {
line-height: 22px!important;
}
The result is here -> https://www.screencast.com/t/Xb4JM6Zov
Hope this helps!
Thanks for your understanding!
Could your please head over to thegadgetsite.com
On desktop, I want the logo to stretch all the way on both sides, not leave a gap as on higher resolutions.
On mobile, I wish the logo would go edge to edge with the top and bottom of the header bar. Now it’s a tiny gap.
Also on mobile, would it be possible to have the logo dead to the left and hamburger menu to the right?
Thanks!
Hello,
@Sami, as a quick fix, you can try using a bit of CSS code to increase the height of your logo. Use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-main-logo img{
height: 218px;
}
Please notice that property has the height: auto and if you will use another logo with a big height than this one, the theme will display the logo with the real height of the image.
@ChaotiX66, provide your website URL and also, some details about your header logo so I can understand what and where is the problem.
Thanks for your understanding!
Hi,
Please provide more details about these Continue buttons or a link to your website where they are present, for a more accurate solution.
The header style that the demo is using does not have a limit for the header logo. You can set any logo size you want, and it will be displayed as it is. This is the case for header styles 9, 10 and 11
– https://forum.tagdiv.com/logo-favicon/
Thanks
Hi,
You can tr to use this custom css in your theme panel-> custom css box:
.td-logo-wrap-full{
margin-top:20px;
}
If the code does not work properly, please provide a link to your site so I can inspect it.
Thanks
Hi all
I’m using the Classic Blog demo, and I’ve customized it quite a bit. How can I change the color and text on the Continue buttons?
Also, how can I make the logo at the top of the page spread to fit the whole top, and not stay small?
The website is thenerdystudent.com
Thank you!
Why is the header logo not responsive?
Please help me increase the space between the top bar and the logo in the header. I have indicated the space in red in this screenshot: https://www.dropbox.com/s/kc6exd1l2cic6va/Screen%20Shot%202017-06-30%20at%201.02.32%20PM.png?dl=0
Hello,
1) Please clear all caching including a cdn server and contact your host and have them disable any hosting side cache.
2) Please provide a link to your site sop I can inspect the logo issue.
3) Unfortunately if you use the speedbooster plugin this can be an effect of it. Or any other tool that minifies css or moves the css load to the footer. There is no way around it. Either it loads first and you do not see the rewrites, or it loads last providing a faster loading speed for your site but you can see the rewrites happen. Css only provides a compromise for speed vs visuals. Unfortunately you cannot have both.
Thanks
