- 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
Whenever a user uses website with Newspaper theme on UC WEB BROWSER header and navigation breaks.
I have checked demo on the same browser. it also breaks.
Open your newspaper theme in UC browser (android) once it loads scroll down and scrolls up you can see there’s no logo, no navigation option and search option in header.
Hi,
I assume you got the css from our documentation. In newspaper 7 we changed the css a bit and the logo received a h1 tag for seo purposes so the css will not apply properly anymore. You will have toi use this code instead:
.td-header-sp-logo img {
width:130px!important;
}
We will update the documentation for this change.
Thank you!
Hello kambyz,
So, please notice that this type of feature is useful when you are not using the page builder plus page title template. Before this, you will have to add it manually on the page, using some text blocks with H1 text. This request was from several users and we have found this solution and have implemented in our theme. Please notice that the SEO Yost using the same method to display the H1 tag for official site, like this -> http://screencast.com/t/4wYyNEDgNJmf
If you want to get rid of this H1 logo, you will have to follow the steps -> http://screencast.com/t/HkuuAayUyX4U ->> this is an example to the header style 1. So, if you are using the header style 3, you will have to make this change in header-style-3.php.
Thanks for your understanding!
Hello blogwire,
Please keep in mind that these types of requests involve custom modifications and we cannot provide these types of services at the moment, sorry! As a hint, you can use a bit of CSS to increase the height of your main menu. Try the code below ->
.td-header-menu-wrap-full{
height:40px!important;
}
.td-header-style-5 .td-main-menu-logo a {
line-height: 40px!important;
}
.td-header-style-5 .td-main-menu-logo img {
max-height: 40px!important;
}
.td-header-style-5 #td-header-menu {
min-height: 40px!important;
}
.td-header-style-5 .sf-menu > li > a {
line-height: 40px!important;
}
.header-search-wrap .td-icon-search {
line-height: 30px!important;
}
The result you should see here -> http://screencast.com/t/lduISaiTIF
If you want to display the social icons, you will have to activate them from the Theme panel, like this -> http://screencast.com/t/LIygEEtq94ju
If you need to customize your theme and you are not aware of the all steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
Hi Bodgan B,
thank you very much for your reply, that helped a lot! But Iâm asking myself now: Am I right to assume that I simply canât use
.td-logo { width: 130px; }
in custom css anymore? Actually, I used it in order to get a sharper & crispier Header Logo…
I was wondering if you guys knew how I could create something like this. Preferably on both the home-page in Visual Composer and the Widget Sidebar.
Here is an example (I know it isn’t NewsPaper theme, but I want to apply it to my Newspaper site): https://gyazo.com/156ad297830c7f1de0b6e64d78521f96
On the top right-hand side they have the small website logos left-aligned, and the buttons right-aligned. Is there any way to do this in Newspaper?
Thank you!
Hi, thanks for your quick response.
After 6 days we already have dozens of complaints. All users with a Samsung device đ
The problem occurs on all kind of Samsung devices. We tested it with real phones (see schreenshot: http://www.screencast.com/t/3RnfqtrO). Firefox and Chrome are doing well. But the default browser of Samsung not. During loading the page it seems to be going well. When the browser is finished loading, the blue background screen of the mobile menu appears without the menu-options. It also happened to the demo site http://www.screencast.com/t/n3by58BHN.
What have we done:
– Internet history removed
– CloudFlare disabled
– All cache disabled
– Theme reinstalled
– Server reboot
– Custom code removed
– Ads removed
– Mobile logo removed
All these actions had no effect. The blue screen again returns. Hopefully you can do anything with this information.
Hello! Just updated to the latest version (from 6 > 7). Most things seems to be working fine except from the Child Theme.
1. If i upload the child theme as it is (with only style.css and functions.php) the site gets an extra menu (just like in this post) and I get a double logo + some more small issues. Have tried disabeling my plugins to check if any of them is causing the issue, but it seems weird since no files are actually changed. Only thing happened is the child theme being loaded.
2. I was also wondering about the new mobile-menu. Is there any way to change the colors or anything with it? I also have an issue when using iOS that the X up in the right corner gets a thick white line behind it (imagine a .gif or .png image that is supposed to be transparent but isnt).
Hi,
Please follow this topic to see how you can fix this issue: https://forum.tagdiv.com/topic/update-from-6-5-to-7-0-classic-blog-theme-logo-not-centered-display-on-left/
Thank you!
Hi,
I have checked your site on mobile and the logo seems fine at the moment. Please let us know if you still have trouble with this.
Thanks.
Hi,
Our theme has no such option. The logo is added across the whole site. if you want different headers and logos, there are 2 ways to go about it. Either you create a multi-site and have different domains for every category with redirects between them (like our demo: http://demo.tagdiv.com/newspaper/ Each demo on the right side is a sub-domain) or you can create conditions in the code for the header to change based on category. This will require a bit of coding skills though. To load add logo images youâll need some adjustments in logo.php file: http://screencast.com/t/whmE3nRQxG
Basically you have to add some if/else conditions which will load a different logo departing by the page displayed.
Thank you!
Hello kambyz,
If you want to turn off the H1 tag for your logo, please notice that you will have to do it only from the code source. Please try to comment it out this snippet of the code from the logo-text.php core file lie this -> http://screencast.com/t/6jZxtG2aVVEN Please notice that this feature has been designed for the better result in SEO.
Thanks for your understanding!
Hello Tomka,
Please keep in mind that the Visual Composer affects only the content page, what is between main menu bar and footer section. So, if you want to add here some text (daily quote) with Visual Composer, please notice that you can use the Text Block or Text with Title, like this -> http://screencast.com/t/vYov8nII6
So, if you want to add some text under your Logo section, please notice that you will have to alter the code from the header style used by you. For instance, if you are using the header style 10 and if you want to add some text there, you will have to use the do_shortcode method to add this. Please notice that you should add the code in header-style-10.php, like this -> http://screencast.com/t/6NtnqrBRzhy -> http://screencast.com/t/n8JTFag9F
The code is -> <?php echo do_shortcode('[vc_row][vc_column][vc_column_text]YOUR DAILY QUOTE[/vc_column_text][/vc_column][/vc_row]'); ?>
Please notice that all of these processes are considered custom work and we cannot provide this type of service at the moment. So, if you need further customization in this regard and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you.
Thanks.
My Website Khurki.net has a weird new menu on top. And the LOGO also appears in TEXT format.
I am not liking this and I am unable to disable this.
What to do????
EDIT: Fixed issues with social widget (reinstalled the update, seems that the first activation went wrong).
Problems with the header logo are still there đ
Hi there,
I just updated to V7 – and now my header logo got stuck on the left no matter which header style is selected (I was going with style 10 before). Furthermore, the social widget doesn´t seem to work anymore.
HeaderLogo before update:
%20.png)
Headerlogo after update:
.png)
Widget before update:
.png)
Widget after update:
.png)
Furthermore, the mobile logo seems to be messed up, too :(. As the site isn´t online yet, I just deactivated most of my pages, so that you can have an eye on it.
Looking forward to your help!
Cheers
EDIT:
Oh, and I just saw that on pages other than the startpage (e.g. A/B Testing), the Header Logo scales totally wrong. Seems that Newspaper uses the standard Logo PNG on the startpage (left) and the retina one on all other pages (but way too big).
%20.png)
Hello,
im facing a problem with the logo on mobile: it doesnt appear, I see a empty square instead.
I tried to put the size suggested: 140 x 48px, I tried to leave it blank but nothing happened.
This is the website: http://www.praguemorning.cz
thanks
M.
Is there a way I can use different header image for category? I find that can put big logo image and it do what I want, but I cant have different logo for category. Or another way?
Hi,
I was wondering why there is a h1 tag within my logo? It contains my site’s title. It seems that this problem is with newest Newspaper theme, because with 6.7 everything is fine. It’s a bad feature, since I like to add all headings myself manually. And how can I remove it since having 2 H1 tags isn’t good.
Regards,
Arturs
Hi guys,
I’m sure it’s been asked before but I couldnd’t find it on the forum, so here is my question : how can I disable completely the main menu ? I just want to keep the top menu and my main logo.
See here http://genres.paris/ I’d like to get rid of the menu where “sommaire” appears.
In addition, is it possible to get rid of this menu but keep the sticky menu, so for example the “sommaire” menu still appears on top of the page when we scroll down ?
Thanks !
Hi,
I would like to add a daily quote somewhere.
1. Can I use visual composer to do this? I would prefer a new quote daily, taken from a list.
Preferably the quote should be on the top menu besides the logo. In the VC i can only edit certain parts of the page, the Logo, for instance, I can not “drag and drop”.
2. Can I put a quote (a static or daily) besides the Logo with VC?
Thanks in advance
Hello again,
I managed to fix the logo and ad issues, but cannot fix the position of the magnifying glass in the main menu row. It spills to a new row and should not.
Please advise.
Thanks,
Peter
Hi There, I want to remove the thumbnails. is it possible? I am using Block21, I had tried Block9 and 10 but post in them are appearing box like (in group) instead of straight line. I want the post to be displayed just like Block21 but without thumbnails as I didn’t have much images to display, just logos. Also, is it possible to set fa-home icon on main menu instead of simple “Home” text. I saw one pub: http://www.mondafrique.com/ using fa-home on his site. How to set it can you please guide. My site url:http://mbahunt.in/
Thanks in advance. Have a nice day!
Hello Seb,
Please notice that the Header Style 10 has no limit for logo because it has been designed to use the full logo, as you can see in our documentation here -> https://forum.tagdiv.com/header-styles/
Please try to load a bigger image for your logo and you will see that it will display on your header style without limits, like this -> http://screencast.com/t/INPzyHkMT
Thanks for your understanding!
Hi,
1) Please contact your hosting then and let ask if there is any caching set automatically and how to clear it. Make sure you also clear wp super cache.
2) The footer logo on the mobile theme can be removed with this code:
.footer-logo-wrap{
display:none!important
}
3) The minify option we use is this one: https://forum.tagdiv.com/cloudflare-cdn/
Hope this helps.
Thanks.