- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
- NewsmagTheme colors introduction
I completely support this question. Unfortunately this does not only affect mobile, but also the growing number of high definition screens like Macbooks etc.
The thumbnail images in the block look really blurred on my Macbook and this is a pity, because the overall look and feel of the site is suffering from it.
Is it planned to adapt the blocks to the new responsive image support provided by WordPress since the latest version (i.e. include different image versions via srcset)? Because otherwise I would have to rewrite all blocks, which makes the theme practically not maintainable anymore in case of updates.
I checked the theme and cleared the cahe and load a page first on Mobile and then desktop
see this pic https://dl.dropboxusercontent.com/u/55681588/1.JPG ((( on desktop )))
mobile theme on desktop
if i load first on desktop and then later on mobile
see this pic https://dl.dropboxusercontent.com/u/55681588/tw/2.png (((on mobile it’s just coming responsive)
Desktop = Mobile
Desktop First = Responsive Theme on Mobile
Mobile First = Mobile Theme on Desktop & Mobile
Thanks Catalin to take care!
This is the mobile picture
.
As you can see the text in the grey pre-formatted box is larger in the web: http://www.acquaplast.it/resa-di-un-impianto-geotermico/ while in the mobile the text is cut
-
This reply was modified 10 years by
claus.
Hello zumaxb,
I suppose that you are referring to our Big Grid which displays all the featured posts in mobile theme, right? Please notice that our theme does not have such an option that offers you a way to change this functionality from the pane, sorry! Well, if you want to change this for the Big Grid and if you want to add some filtering, you will have to alter the code from the front-page.php core file, like this -> http://screencast.com/t/zoGRNhsRaSm
For your second request, please notice that our new mobile theme has been designed to have very basic structure just to be very easy to use and fast. Regarding on AMP, please notice that we have added this request to our list of improvements and in a future update it is possible to implement it but we cannot say for sure if it will get done in the next update because we have a big list of fixes, improvements, and suggestions to implement. It’s hard to filter them and select which one gets implemented now and which one gets postponed. The developers decide if it gets done or not, though.
Thanks for your understanding!
yes bro iseen it but uur Main Problem was not completed Alin V. Mobile theme appearing on desktop
If a page/post load first on Mobile/Tablet it is showing Mobile/Tablet Theme on Desktop also chek it once please why it is unable to find Desktop
See this image on desktop https://dl.dropboxusercontent.com/u/55681588/mobile%20theme%20on%20desktop.JPG
Hi
The theme is tested and works fine on mobile. The situation indicated appears when you re-size browse’s window but that is not the correct way to test the mobile version. You have to use either browser’s emulator or a mobile device to get the accurate result.
Thanks!
Hello,
Our theme has a responsive design so any size of device is tested and working properly. Please also test our official demo at http://demo.tagdiv.com/newspaper/ There should not be any mobile menu or mobile device detected as mobiles are 767px and under. Please test our demo on such devices and see the result. If your site serves the mobile menu instead of the main menu that is a caching issue and is resolved by clearing the browser cache, plugin cache, hosting cache or cdn cache or all together if you use all.
Thank you!
Hello claus,
Until now, we do not have any bad reports in this regard and the mobile theme is fully tested and is working as properly. Please notice that the font style for the mobile version it come by default and you do not have any option to change it.
So, please try to disable all the active plugins, leave just Visual composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Also, if your problem is still there, please provide more details about your issue, provide some useful screenshots with this issue and also, you can provide your website URL so I can inspect it closer the theme behaviour.
Thanks for your understanding!
Great new feature your mobile theme!
1) Select one category?
But the one thing that keeps me from using it is that I cannot select one (mobile featured) category to be the only content shown on mobile.
I found: includes > wp_booster > td_block.php > line 49 > 'category_ids' => ''
Is that a place where I could manually define my mobile-featured category? (I know that this would mean the I have to re-adjust that after each theme update.)
2) AMP?
You mention somewhere in this forum that you are still thinking about how to proceed with the mobile theme. In connection with that my question: Is your mobile theme anywhere close to Googles AMP? Or where you taken by surprise at the beginning of 2016 by Googles introduction of Accelerated Mobile Pages and may now have to completely rethink your code?
This is also a question about if I should now buy-in to your current mobile theme, or wait for V3 that is AMP-based.
Thank you and as always, keep up the great work!
Hello,
The top menu was not added to the mobile version of the site by default. It can be activated with css though. Please add this code in the advanced css box under mobile phones: http://screencast.com/t/etRIgCKf
.td-header-top-menu-full{
display:block!important;
}
.td-header-sp-top-menu {
display: block!important;
}
Thank you!
Dear,
Yesterday, I accidentally saw your site on desktop computers, monitors 4: 3 size (square), and the same happens everywhere. One can not search or use the site. He tries to automatically adapt to the mobile device. Only displayed menu.
My website:http://www.koznazna.com/
If you are able to try and see what the problem is. Thank you.
On computers 16:9, tablet, mobile is all right.
Hello mayankaircel,
I have checked your website on mobile mode and the advertisings are displaying well. Please try to add your Ads code in Theme panel->Mobile theme, like this -> http://screencast.com/t/rlVSgq0N
Thanks for your understanding!
Hello, I am writing because the custom made lightbox not working me and theme plugin mobile home can not get that image is as problem1.
/>
Hi @Diorama
We’re sorry for this inconveniences you had encountered after the update.
I am not sure why this happened on your sited as checking your site I’ve noticed that it works fine on both mobile and desktop devices. As can be seen from this screen the captcha it is displayed fine on the site: http://screencast.com/t/FJwPo8FlF if you still have this issue try to clear mobile devices cache memory then test the site again.
The whatsapp button it’s available only for mobile devices.
Let us know if you need further assistance on this.
Thanks!
I noticed the pre-formatted style is not responsive in the new mobile version of the theme. Are you aware of it? Is there any mistake I’m doing in the configuration to possibly fix it?
Thanks !
I’ve found another small bug with the new grid. You can check this screenshot: http://prntscr.com/be5xhy
This essentially makes the site wider than it should be on mobile browsers and if you scroll to the right it might mess up the top menu (logo will no longer be centered).
Quick fix: @media (max-width: 767px){
.td-post-template-3 .td-post-featured-image:after {
width: 100%;
max-width: 100%;
}
}
Hi,
Unfortunately the ad block does not have options to switch ads based on the device used. You can use css to hide the desktop ad on mobile and vice-versa but this will not work properly for adsense. On custom ads it has no impact. You can use a custom class on the row that contains the ad so you can target it with css. and then after you have classes for both ad blocks, you can use css like so:
.mycustomclass_1 .td-a-rec{
display: none!important;
}
add this code in the mobiles section of the advanced css box: http://screencast.com/t/ZSXr3qOUlKbh
and
.mycustomclass_2 .td-a-rec{
display: none!important;
}
and add this in the desktop section.
PS, you need you change the classes in the code to the ones you add to your rows.
I hope this helps.
Thank you!
Hi,
There is a problem with the top menu as it’s not visible in Mobile. Could you please check this and sort it
The url is “http://goo.gl/NNAZP7”
Thanks
Hi
I’ve checked your site and mobile menu does not work properly on mobile devices. Its layout has been changed in V 3 but on your site the layout is from V 2+
Please make sure that you update that theme according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ also try to deactivate all plugins except Visual Composer, clear all caches, purge cdn files if you’re suing then test again.
Let me know how it goes.
Thanks!
The same for me.
More details: some user see menu unfolded while page is loading then it looks normal after page loaded. Other users see unfolded menu constantly, even the page is loaded.
On mobile phones it’s even worse: the first screen is blank, then it comes menu unfolded fully and then comes the page.
My Google Adsense add not show uc browser in mobile. My Google Adsense add only show Google Chrome browser in mobile. how do show My Google Ad sense add in uc browser … open my website in mobile http://www.fastgyan.com
Hi,
I updated my newsmag theme via FTP, after that had doubled menu in desktop, and mobile version of my website

for now i returned old 2.3.6 version
whatApp icon work only on mobile and taplet devices
Thank Lewis for your reply.
Yes it is on with the last update (4.11.2)
I also forgot to mention that in my mobiles (in side the Post & NOT in the Menu or Footer)
I have an extra social icon (whatApp) which of course is NOT Active and not Seen on Desktop PC.
Dear TagDiv
Please proceed ….
Dinos.
Dear Sirs, I am really VERY Sorry that i am writing you…..
I did the last update (3.0)
I went via my FTP and removed the Theme. Then i uploaded the new one.
I think that everything is fine and probably i don’t have any problem.
BUT ….. LATER i went to see my site via mobile (iOS & Android) and
saw the crazy thing that : in my contact page – in a PC desktop are :
Your Name (required)
Your Email (required)
Subject
Your Message
RECAPTCHA
WHICH are CORRECT
BUT
at my mobiles are :
NAME
Email
Website ….. !!!!!
NO RECAPTHA.
Tell me now.
What i have to do.
Can I through myself from the window of my house ??????????????????????
I am very disappointed.
As you understand before the update everything was fine on Mobiles too.
Waiting for your Answer….SOON.
Sincerely.
Dinos.
http://www.diorama.com