- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewspaperFont Customization
- NewspaperTheme Colors Introduction
- NewspaperBackground Introduction
- NewspaperHeader ads
- NewspaperPost template ads
- NewspaperCustom ad spots
- NewspaperMain Menu
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hi,
The best way would be to replace and/or add it in your css style sheet this way your css will be loaded with the main css, note though that the style.css file can be modified within an theme update so you would have to make this changes again after an update.
Hope this helps!
Thanks
If you look at the v 4.4 ‘changelog’ that comes with the theme, you will see that the 980px layout has been deprecated (retired) in order to make a better grid system more compatible with wider range of mobile devices, and for those who want more options for columnar layouts, likely based on how Bootstrap 3 is setup.
For now, you would need to stick with 4.22 or 4.3 in order to keep that style you’re looking at using.
Put another way, there is no longer a 980px grid in the theme.
Hi,
Is there any way to make the mobile menu appear on ipad portrait and landscape instead of the usual menu?
Sorry for all the questions but trying to get the site live today
Thanks
Yes, it was in my theme panel. I moved all the code from theme panel an added it to css file and with iphone it’s ok now..the same with Opera, but i don’t know what else to do, maybe it won’t be a big problem for users i hope.
I’ll try one more thing, to move all this code to main theme..
Btw, when i add or change something in theme panel all this code appears pretty much on the top of my source. So maybe for speed it’s better to add it to css file? What would you suggest about it?
Hi,
Unfortunately that can’t be done, the menu you are using on desktop it’s the same as the one used on mobile but only with a different design.
You can try using this methods, but it wont be easy: https://forum.tagdiv.com/topic/changing-the-mobile-menu/
Thanks
Hi, I have a requirement to use a different menu for the mobile than the desktop.
I have created a new wordpress menu but need to know how I can apply it so it appears on mobile instead of the usual desktop main menu.
Thanks
This is not about the Pagespeed test.
I’m using the Google Pagespeed service and there is something that is causing the mobile version of my website to have formatting issue.
Hi Lucian,
I forgot to enable the mobile menu – now everything is working!
Thank you so much!
I will rate 5 stars 🙂
Carolin
Yes, very bizarre. Must be an issue with Italian sites and Google in Europe, perhaps due to some odd translation issue, or just an idiot at Google who doesn’t actually know what he/she is talking about. A “class name” can’t impact an image loading in Google News. Google cannot specify what classes are used by websites, and “thumb” is a common term used for any image. Since Google “scrapes” the actual image ON THE PAGE, it only looks for an image, and the style “class” used for responsive design to set percentage widths for mobile resize, would not make any sense whatsoever.
However, if Google News is TELLING you that, then you should do what they say apparently.
Truly bizarre!
Sorry I wasn’t able to give better help previously on that, as it made no sense in context of the past decade we’ve been in Google news since it launched in BETA. Our sites were among the first in the world to have images loaded into Google News. SO, I’m not just guessing on anything … this note from them on the “class” name really doesn’t make sense from our own experience. Weird.
Hi,
I have tested your site and found no issue’s with the top menu, looks and also responds well to all screen widths.
You can use this custom css to display it on mobile also: http://screencast.com/t/NFOuvSvSWQ7i
Thanks
Hi Lucian,
first, thank you so much for your support! Your provided code works – and it doesn’t work. The menu is floating right and it reacts responsive. But for mobile it is still not visible. (By the way, the logo is “jumping” around when the browser is shrinked.
Do you have one more advice?
Thank you,
Carolin
Hi,
Could be make sure you empty cache, purge files if you use any CDN or cache plugins.
Also inspected your site for this custom css and I found all but this:
.post header h1 {
margin-top: 17px !important;
}
This is why you still have this issues. Please make sure this css it’a added right into theme panel.
Use it like this:
@media (max-width: 768px) {
.single .post header h1 {
margin-top: 17px !important;
}
}
You could also try to edit the style.css file and add it there if still dose not work.
Thanks
Hi Lucian,
thanks for your help. I tried your css and it works. But when I move the top header menu items to the right (using this css):
header menu
*/
.td-full-layout .td-header-menu-wrap,
.td-boxed-layout .td-header-menu-wrap .container {
background-color: #2b2b2b;
padding: 2px 0 4px 890px !important;
}
The top header menu is not visible on mobile. Do you have any idea how to show the top header menu items on the right AND showing them on mobile?
Thanks a lot,
Carolin
Hi,
I’m not sure what do you want to do, the top menu it’s already responsive. If you need to enable it on mobiles you will have to do it via css because the top menu it’s hidden on mobiles by default: http://screencast.com/t/ck4PFM7JvM
@media (max-width: 767px){
.td-header-menu-wrap {
display: block !important;
}
}
Hope this helps!
Thanks
Ook, i don’t know, maybe it’s cache or something…
I use this, right?
@media (max-width: 767px){
.header-logo-wrap .header-logo-wrap img {
display: inline !important ;
}
.td-header-bg .header-logo-wrap {
width: 295px !important;
}
.entry-crumbs {
display: block;
}
.post header h1 {
margin-top: 17px !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.td-header-bg .header-logo-wrap {
width: 295px !important;
}
}
Since last update I can’t click on the articles in the slide. How can I fix it?
And another problem: How can I change Font Size in Headlines of Sliders Mobile? It’s much too big.
>> viel-unterwegs.de
(I’m still not a programmer ;-))
Thanks for helping me out
Hi,
@mehedi
Please check your site, the mobile logo dose appear on smart snap menu and also on mobile version of your site: http://screencast.com/t/zdJSHZ08whhg
http://screencast.com/t/ik2xBeKBqdT
Thanks
Play around by adding different logos to the Retina section. For example – assign on logo for 1x and a completely different logo to 2x (retina). Then view your site on mobile, and see which logo appears. You can then know what to put where.
Hi,
1. Yes, use the css for those borders like this to only show it in on tablets and desktop screens:
@media (min-width: 768px) {
.td-menu-placeholder .td-menu-header {
border-bottom: 2px solid black !important;
border-top: 2px solid black;
border-right: 0px solid black;
border-left: 0px solid black;
}
}
Or you can use it like this to hide it on mobiles: http://screencast.com/t/XMOsFYY2
@media (max-width: 768px) {
.td-menu-placeholder .td-menu-header {
border-bottom: 0px solid black !important;
border-top: 0px solid black;
}
}
2. Unfortunately that happens, and it’s because of the font being large and if you use many menu items, to fix that you can use smaller font (like you did) or modify the menu items width.
3. That is possible but you will need custom work for that as the same classes are used to make the others elements responsive and setting a fixed width for those would apply to all, you would have to find a way to target just the elements you want and change the css, if you want to do it you can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thanks for reporting this issues, we will test this.
Thnaks
You would likely need to remove the CSS from the theme for the responsive @media viewports.
Responsive design is better for SEO, and Google actually dings you for not having mobile friendly site now, and with more and more people doing their web surfing on mobile devices, it isn’t advisable to “turn it all off….”
But you can hack the style.css sheet to remove the @media points for other sizes, and see if that works for you.
Since the theme is sold as designed for responsive design, you could also look for a fixed layout theme, perhaps; but I’d try hacking the style.css sheet first 🙂
Hey guys, I want the site to fully show like it is in the browser. So basically no longer mobile compatible. I went to Theme Panel > Responsive Settings thinking that would help but that only makes the site thinner in widget on the desktop. Nothing changes in the mobile view. Am I overlooking something?
@Lucian: That’s the problem! I have already uploaded a mobile logo but it isn’t still showing the mobile logo on the smart snap menu. Please take a look at it perfectly. There might a bug
Hi,
@mehendi
I noticed you are using header style 8 so you can upload a mobile logo and that logo will show on smart snap video.
Thanks
Hi,
The browser compatibility is stated on the theme presentation page: http://screencast.com/t/QnSwz9WKq
Thanks