- NewspaperHow to Add a Logo in Newspaper
- NewspaperShortcodes
- NewspaperHow to Set the Image Avatar
- NewspaperThe Mobile Theme
- NewspaperFavicon & iOS Bookmarklet
- NewspaperHeader styles
- NewspaperWhat’s Included in the Newspaper Theme Package
Hello,
We have added the h1 for the logo as users requested a h1 on the page for seo purposes. It can only be removed from the theme code. Please access this file and change the h1 tags to a div tag: https://www.screencast.com/t/5GaAwCL1qN
Thank you!
When you load any page on my site: https://smallcaps.com.au
The logo first loads in the center and then moves to the left.
It makes the site look sluggish.
How can it load left aligned straight away rather than in the center and then move to the left?
Hello,
The issue is solved now through removing the NM logo from retina logo.
Thanks,
Yusuf
In Header Style 9, 10 and 11 — when you do NOT upload a logo image — the website shows a text logo.
1. Can I change the font style of this text logo without CSS?
(I know how to use CSS. However, CSS require same time to upload. The logo shows in one font-style, then change to your CSS font-style. Not a nice result)
2. If I don’t upload any logo, what happens with the mobile website? Am I going to see a smaller text logo or no logo at all?
I solved the problem.
The cause was on the retina logo.
After changing the Retina logo, the header logo has been changed.
Thank you.
It can not be applied after changing the header logo.
The changed logo has been applied to the Explorer, but it will not work with Chrome.
I need to change the size of the logo in the header, the default sizes of the template do not cover my needs.
How can I increase or decrease the size of the logo without being limited to the visual options offered by the template?
I do not know codes, what alternatives can you give me, please?
Hello
I have searched the forums and found some threads on this subject already but couldn’t fix it.
I see the Logo on Header Style 9 (NewsMag) has a H1 tag for the home page and Pages, but doesn’t on Posts.
Is there an easy way to ether remove it completely or remove it from Pages also? My Pages are customised with VC.
Thanks!
One tip:
a) set explicit https path for website in your wp-config.php file (see codex on how to edit your wp-config.php)
b) using phpmyadmin do search/replace in your post meta tables for all inserted content in posts referencing loading images or links as http/your site to https/your site
c) in theme admin panel change any links inserted for logos, link to RSS feed, as https
That’s what I did. Lots of tutorials online for moving wordpress site from http to https thankfully. Back when i did it, not so much. Now, lots!
( I don’t work here; just post for scraps )
Hi,
You could try to add the class that modifies the header menu when sticky to the menu, but that would interfere with the top menu that you have on your website
– https://www.screencast.com/t/689rGLDon1
– https://www.screencast.com/t/hfqYYDcM3iI6
Modification will have to be made to the js of the theme as well. As I understand you want this to apply on a specific page so that would mean more work, if even possible.
You could possibly achieve this another way using Css, to modify the header to look similar to the sticky state
– https://www.screencast.com/t/mdGrr1Mk
And then have that code apply for a particular page, based on the page Id
– https://www.screencast.com/t/GREgtoZ9p
This is the code I used in the example if you should decide to use it, you just have to use the page Id that you want, and enter it in Theme panel->Custom Css
.td-header-menu-wrap-full,
.td-header-menu-wrap,
.td-header-sp-logo {
height: 48px!important;
}
.td-header-style-7 .sf-menu {
margin-top: 0!important;
}
.td-header-style-7 .sf-menu > li > a {
line-height: 48px;
}
.td-header-style-7 .td-header-sp-logo img {
max-height: 55px;
vertical-align: initial;
top: -5px;
}
.td-header-style-7 #td-top-search {
top: 0;
}
Thanks
Hello,
Please access your theme panel and remove the NM logo from the retina logo as well: https://www.screencast.com/t/PVaHaEPJvKD
If the issue is still there please provide a link to your site so we can inspect it.
Thank you!
Hi,
It would be best if you could provide more details about this and a link to your website so we can inspect it and see the issue with the logo. The logo should be visible on Chrome as well. I suggest you try to deactivate all your plugins except the ones provided in the theme package, clear any caching installed and the browser cache, then check to see if the problem is still there. I could not give you more advice based on the information you provided.
Thanks
Hi,
I have installed Newspaper 7, when I uploaded the header logo it shows on around 3 – 4 minutes and after that time it disappears and shows again the NM logo (origin logo). I have tried to other browsers incl. Chromo, Safari, and Firefox, still the issue is same.
How can I solve this problem please.
Thanks,
Abdiaziz Yusuf
I have header style 12 for my website, I have my logo on the left and have 2 menu titles next to it. I really want the 2 menu titles to be centered in the middle but I can’t find that option! Can someone help me to center the titles to the middle instead of the left! Thank you!
It can not be applied after changing the header logo.
The changed logo has been applied to the Explorer, but it will not work with Chrome.
Hello,
We have purchased and successfully installed and customised your theme. But when we try to add an slider at the top of the page: http://myintegralis.com/blog/ it doesn’t appear. We would like it to appear just like the screenshot(Gyazo): https://gyazo.com/8b56728f3bc4ddd8a592fece873743ff
We already have reinstalled the plugin and disabled all the others plugins but unsuccessful.
Also is it possible to have the images from the posts retangular and square? “Pinterest style” as you can see in the screenshot(Gyazo) above. And the logo as in the screenshot(Gyazo)?
Thanks in advance.
Hello,
I tried to hide the logo on the footer on mobile theme with different custom code:
.td-mobile-footer-wrap{
display:none;
}
and
@media (max-width: 767px) {
.td-footer-logo {
display: none;
}}
But with no success; I love the mobile theme by tagdiv, but I don’t want to display the logo on the footer…what’s the right code for do this?
Thanks
Please help me. My site is not visible properly on mobile devices.
It shows only short codes and logo is also not shown when page is refreshed.
Featured images are also not opened which I customized through child theme.
Let me mention here that I am using certain customization via child theme. Is it due to that reason?
Thanks.
Hello,
If you need a bigger logo, on the header style that you use (style 10) it;s as simple as uploading a bigger image. Headers styles 9, 10 and 11 show the full logo you upload without scaling them. Make sure though not to upload a thumbnail of your logo: https://www.screencast.com/t/2OVCUXBFq
Thank you!
Hi,
All you need to do is create the logo you want to use for your website, and upload it normally
– https://www.screencast.com/t/lie4hBGG2
There is no limit for the logo on the Header style you are using, you can have any logo size you want
– https://www.screencast.com/t/7YOLFdUI
Thanks
HI there,
at this demo development http://thematiks.com/devmef1/
we would like to make the logo bigger. Of course it is resized automatically by the container of your Template.
What can we do to render the logo bigger?
I have seen for instance the bigger logo are used at this demoes;
https://demo.tagdiv.com/newspaper_classic_blog/
https://demo.tagdiv.com/newspaper_blog_baby/
Could you guys help us
HI there,
at this demo development http://thematiks.com/devmef1/
we would like to make the logo bigger. Of course it is resized automatically by the container of your Template.
What can we do to render the logo bigger?
I have seen for instance the bigger logo are used at this demoes;
https://demo.tagdiv.com/newspaper_classic_blog/
https://demo.tagdiv.com/newspaper_blog_baby/
Could you guys help us
Hello,
Sorry but since no translation plugin is officially tested, I cannot offer any solutions to translate the text logo. Our theme does not offer any translation options for it.
Thanks.
Hello,
The text logo has nothing to do with the latest articles section. It is a simple logo. It does not have a tagline anywhere in the content.
Thank you!
Hello Jens H.,
The Header Style 4 uses the full width of your logo and should work as properly. I tried with a banner ad (930*180px) and it seems to work as expected, as you can see here -> https://www.screencast.com/t/jPtvNbMF8YLC
Thanks for the message!