- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
- NewsmagTheme colors introduction
There is an issue where on “some” mobile devices the “#ttop” link doesn’t work — and I think that was the thinking on hiding that the first time around.
Our 468×60 header ad is not fitting properly on mobile (specifically on vertical iPhone). Any tips to get this to display properly?
Our site is http://southwalton.com
Thanks!
Hi,
We have it on our list but i cannot provide a release date for this, we didn’t decided yet how the mobile section will be improved, we may add some option to enable/disable widgets or the possibility to set a lighter theme for mobiles, or maybe something else. We’re still looking for the best solution.
Thank you, Emil G.
Thanks Alin!
So, “standard practice” is to not have the “to top” arrow on mobile? I didn’t know.
Fz
Hi,
The theme is responsive, designed different for mobiles and the content is the same for mobiles as it is for desktop screens so when using post template 3 the 1074px wide thumbnail is used which on mobile is set to fit to the whole width of the viewport therefore the image thumb is compressed on mobiles.
Unfortunately that’s how this works when using post template 3. Sorry for the inconvenience!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Sorry that I did not understand you first. Please use this custom css if you want this icon also on mobile: http://screencast.com/t/cvM4RBtQH
@media (max-width: 767px) {
.td-scroll-up-visible {
display: block;
}
}
Thanks!
Hi,
td-post-sidebar class is used on posts so if your post’s sidebar is hidden on mobile then adding this class in your page template will also hide the latest articles sidebar. So feel free to use it like that, it is a good solution.
I also checked you site again and I see that you have added this class in page template homepagesidebar, this also can be used if you want this. Just paste this custom css in Theme Panel > Custom css:
@media (max-width: 767px) {
.homepagesidebar {
display: none !important;
}
}
Thanks!
Hi,
I’m not sure what you mean, I have checked your site and you have the logo image for mobile – http://screencast.com/t/DSUSxgOZ
Please provide more details about your issue.
Thanks!
This all worked fine, until I installed and activated the tag-div speedbooster plugin.
After activating this plugin, the fix doesn’t appear.
Note: I applied the above fix on the ADVANCED CSS part for all the orientations except of mobile. That is desktop, tablet portrait, tablet landscape
If I disable the speedbooster plugin, the fix for the extra height goes back to normal and appears as it should.
Any advice please?

Hi,
The top menu was not designed for mobile screens that’s why is hidden so displaying it you may need some other modification.
Please use this custom css in Theme Panel > Custom Css to display top menu – http://screencast.com/t/BpCkgRzGa
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
}
Thanks!
Hey,
I did what you wrote, But sidebar is still showing above the post on mobile
Could you please take a look?
Thanks
I don’t have the “to top” icon on mobiles. How can I add it?
Live site
Regards,
Fz
I’m using post style 3 and that featured image size is 1074 x 483, which is fine for desktop. But when I debug my site on mobile I see that the featured image size used on the posts is still the 1074 x 483 size. Shouldn’t the theme be using a smaller image size, since mobile screen aren’t bigger than 767px? I’ve regenerated all thumbnails and image crop on post settings is on. Is the mobile featured image supposed to be that big? The featured image on mobile could easily be one of the smaller sizes generated by the theme! Loading those big images on mobile has a negative impact on page speed and uses more bandwith over time!!
I’d really like to have the top menu items appear in the mobile version of the main menu. Is this possible?
If not, how can I display the top menu in the mobile view? At 767, it disappears.
I need those menu items.
Thanks
hi i been installed the theme, i need hel with this i saw file call patch_1.7_1.7.1 what the mean we need over write?
i was trying getting good score google speed but i got 44/100 and both mobile and desktop, i have dedicate server and installed APC i been follow all instruction but i would like get support if ami doing some wrong
Hi,
I wanted to submit my considerations to thema Newsmag, which works very well and you also have a great service,
I was wondering, since google from April 21, 2015 launched the new indexing of mobile devices, since the mobile is the future of the web.
Why not give the option to exclude or include widgets for different devices: Mobile tablet and desk, as you wisely made for the banner, so as to lower the devices with less widget.
I hope I have explained well my idea …
What do you think of this proposal ???
good work
Hi,
Please clear cache, as I have checked your site and the text logo is displayed on mobiles: http://screencast.com/t/F8JvMj7vaZB
Thanks!
I added the code in and it still does not work.
I originally had the following in the css in the theme panel in order to create the bold and font size.
.header-logo-wrap .td-logo-text {font-weight: bold;}
.header-logo-wrap .td-tagline-text { font-size: 20px; margin: 6px 0 0 30px; color: #222; }
I have tried it with and without your code and it still does not work on my Vodaphone Smart 3 mobile phone.
Vic
How did you make yours mobile app?
Hi,
The text logo was not designed to be displayed on mobile. You can use a logo image to be displayed on mobile or use this custom css if you don’t want that: http://screencast.com/t/fLmtqcKZ
@media (max-width: 767px){
.header-logo-wrap .td-logo-wrap-align {
height: auto !important;
}
.td-logo-text {
text-align: center
}
.td-logo-rec-wrap .header-logo-wrap {
display: block;
margin:10px auto 15px;
}
}
Thanks!
Hi,
I have checked your site and it look like this on mobile screen: http://screencast.com/t/M5BHAtJ4
Unfortunately there is not an option to set excerpt only for tablets, but you can set it for all devices – http://screencast.com/t/8MyhGqP7RN
Thanks!
I’m didn’t manage to get work.
Sidebar in still showing on the post page on mobile.
I want the latest article sidebar not to appear on mobile devices (because it’s shows before the actual post),
And i want lateset artciles to show on the homepage.
Thanks
Hi,
You can use media queries and hide them via custom css or you can change font-size on mobile screens.
For example hide Big Grid(if you want to do this only for homepage use .home .td_block_big_grid ):
@media (max-width: 767px){
.td_block_big_grid {
display: none;
}
}
Big Grid – font size: http://screencast.com/t/f4JusFAe5e
@media (max-width: 767px){
.td-big-grid-post .entry-title a {
font-size: 10px;
}
}
Hope this helps!
Hello,
Text Logo is not working at all on my mobile phone.
The website is:
Is there a fix for this?
Regards,
Vic
Hello
I use newspaper theme. I have some problem on tablet and mobile.
First,on mobile phone, the images size on slide have problem.
You can see fromthe screen shot. http://screencast.com/t/5QulFl26
I would it to be like your demo. like this http://screencast.com/t/gZY41yImD
Second,on tablet,I would like to fix about the title.
I would like to show the whole title. http://screencast.com/t/3fEwjUaq4BwG
thank you