- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
Keep in mind also that many other themes load up to 20 files which also add up to a lot of css … However, when i tuned the crap out of v2 i did take out bbpress, woocommerce, translation support, and moved to mobile default font stack… Which wordpress is moving to also. Hoping tagdiv will consider adopting the new wp default font stack also as google fonts do load bunch of extra page size.
Trade off. But im used to bootstrap 2 ?
It happens sometime but my website shows in mobile view (mobile Newspaper Theme) even when we are accessing it on a Desktop. It might be due to W3 Total Cache plugin, but that plugin is necessary for fast loading of website. Can you tell me a way by which I can use the plugin but this mobile view problem can be solved?
Hi,
Sorry about that, the code was incorrect. The mobile theme uses a different css class. Use this code instead:
@media(max-width:767px){
.td-mobile-footer-wrap{
display:none!important;
}}
Thanks.
Hi
The theme use the same file to generate the footer on mobile and desktop. If the problem is still there try to deactivate all plugins excerpt Visual Composer and Jetpack, clear all caches then test again.
Thanks!
Hello Bogdan!
Please note that on desktop there is an option to hide footer so we are using that in theme panel…
I tried code provide by you at both places in desktop custom code and as well as mobile theme custom code but no help….footer is still there…
hi guys, I got a mail from google today…
Google has detected that your site has many pages that may benefit from being served as AMP pages. Accelerated Mobile Pages (AMP) are HTML pages that are optimized to load fast on mobile devices. Learn more about AMP benefits in the resources below. Valid AMP pages on your site will be eligible to be shown in search results and receive special badging in search results.
https://www.ampproject.org/docs/get_started/create/basic_markup.html
did you implemented or re you planing to implement this? it seems like a killer feature if google is asking for it.. if not any ideas on how to implement this?
Thanks in advance for the best theme ever!!
Salo
sir my website http://www.jagbharat.com is not working on opera mini mobile browser , i h installed newspaper theme !
and my friends website also have newspaper theme , http://www.insistpost.com , and its also not working on opera mini browser !
sir please check your self ! solve this problem !
sorry for bad english !
Hello,
I updated and tried the Mobile theme which is awesome. Only real problem I am having right now is my adsense is full page width.
I copied and pasted the exact same code I use on the regular theme, which has always been responsive.
Can you help please?
thegreatesttradition.com if you want to take a look
Hello,
The top area is destined for the mobile editor if you use the mobile theme
As for the latest articles, unfortunately this element was built to stay at the bottom and there is no setting to move it to the top. You can however use blocks to show the latest content. You can place blocks at the top of the content and change the page template to another that does not use the latest articles section: http://screencast.com/t/nQKql32sK
Thank you!
Hello,
Unfortunately there was a flawed update released that broke the mobile theme. We are sorry for the inconvenience. The correct theme version was re-uploaded so please update your theme again. The version of the theme is still 7.3 but the fix for the mobile theme is implemented.
The author will need a bit of a css fix so until the next theme version please use this CSS code in the mobile theme’s custom code box:
.td-post-author-name div { display:inline; }
Thank you and sorry for the inconvenience.
After it originally was working, now the mobile theme is not:
– displaying my author bylines
– recognizing that I have the featured image turned off
– displaying 265 x 198 images even though that is turned on in block settings
Anything I can do to fix
— http://www.edgemagazine.net
Hi,
You can read more about the mobile theme plugin here – https://forum.tagdiv.com/the-mobile-theme/ It comes with its own templates and it was not designed to work with Visual Composer so there are no blocks that could be used on mobile theme. Please note that it is an optional plugin and if you’d like the same content that you have on desktop, you can disable it.
If you load Swedish language from theme translation system, all the theme’s strings will be translated also on mobile devices, even if you use or not the Mobile Theme plugin – https://forum.tagdiv.com/loading-translations/ Or you can translate Latest Articles manually – https://forum.tagdiv.com/customize-a-translation/ – http://screencast.com/t/tkQytPCWlR3K I have checked this on my side an did not found any issues – http://screencast.com/t/VmsrmdXPLxy
I suggest to use the recommended size for mobile logo – http://screencast.com/t/amS1BHog4
However if you want to use it like it is know I will provide a css code to increase its size – http://screencast.com/t/l6Nj75et
@media(max-width: 767px) {
div.td-main-menu-logo img {
max-width: 186px;
}
}
Thanks!
Hi,
If you use mobile theme plugins, you can hide it using custom css in Theme Panel > Mobile Theme > Custom Code – http://screencast.com/t/aaB2VgeCZR – http://screencast.com/t/isSndOvc
.td-footer-wrap .td-footer-logo{
display: none;
}
Hope this helps!
1) Google analytics is a special case and will be grabbed from the desktop spot. You can simply place the code in the snalytics spot and the theme will grab it on both desktop and mobile.
2)If you require separate files added to the header and footer, then you have to add them manually in the header.php and footer.php. The mobile theme has separate files of course: http://screencast.com/t/Hm3rWFbG9T
Thanks
When I activate the Mobile Theme plugin I get the three last posts in a grid on top of the page, I also get lots of posts listed under the section Latest Articles. Meaning that the three last articles will be displayed two times; in the grid and under Latest Articles. Where do I change the look of the Mobile Theme? Are there different blocks to choose from also for that plugin? I have searched for where to find this, but have not succeeded yet. I also would like to have Latest Articles translated to Swedish. I have set the tranlation section to Swedish.
Also I have a problem with the size of mu logo shown on my iPhone, it is really small. Regardless if I have the Mobile Theme activated or not. I have tried to upload the recommended size logos under Header -> Logo for Mobile, but it is stills tiny. I have changed all logos uploaded to about 800 px, without any difference.
http://www.ladiesabroad.se/ Right now I have the plugin deavtivated, but you can see the small logo on iPhone (or not!).
Thanks.
Hi,
I cannot recreate this on my side. If I load a language from translation system or I translate it manually it is applied also on mobile theme.
Please try to translate it manually and see if it works. If you still have issues please send an email at contact@tagdiv.com and provide wp-admin access so we can take a look. Also paste a link to this topic.
Thanks!
All requirements are fine…
Now it works again. I think the problem was on server side. But why the mobile theme was running well? Also if we switched to another theme everything was ok.
Only the Newspaper7 Desktops Theme did not work…
Best,
Armin
Hello Bogdan
Please clarify?
1.) We added google analytical code for desktop but there is no option to add it in mobile theme so we have to manually add this code to header.php or there is some alternative.
2.) Please note that we are talking about adding code to particular header and footer…some codes need to be add in header and some code with are not so important needs to add in footer…..if we add code to custom them how do we know that which is going in header and footer…??? or we need to add in .php files???
Hey Catalin,
As mentioned, the problem only appears in the mobile theme. It has already been set in the translations panel for months. In the desktop theme is works fine, but it doesn’t translate in the mobile theme.
Hello,
The mobile theme is considered a different theme altogether so you need to set it up from scratch. Ads have mobile ad slots in the mobile theme settings: http://screencast.com/t/iQM7Mgpap
As for the custom code, again, you need to add it once for the desktop theme in the custom code section and then add it again in the mobile theme custom code section: http://screencast.com/t/AcvoCG6o6
You can read more about the mobile theme here: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
HI
Theme’s header styles have different layouts on mobile devices and on some of theme header ad is displayed above main menu. An example could be header style 1 which is also used on your site. If you want to change the default implementation you’ll need to edit the file corresponding with header style used: http://screencast.com/t/90ajkv4pcq Note that you will need some codeing skills n order to achieve the desired result.
Thanks!
We replied via email regarding the sticky menu.
As for the colors, you can change them from the mobile theme settings here: http://screencast.com/t/XpMxZUe5
Thank you!
Hello,
You can remove the footer on mobile using this css:
@media(max-width:767px){
.td-footer-wrapper{
display:none!important;
}}
The – code needs to be added in the mobile theme css spot as well, not just the desktop filed. The mobile theme requires it’s own css: http://screencast.com/t/QzdUJw8C
Thank you!
Hello!
Please see below few clarification?
1.) If we add adsense code to theme panel then it will automatically added to mobile theme..??? Or collect the data from mobile visitors also?
2.) Is there any place where can add the custom code in header and footer for both mobile and desktop?? or we have to add code manually to header and footer…??
Hi @bobbielind
Please check this links for more details abut mobile theme functionality: https://forum.tagdiv.com/the-mobile-theme/ Basically if you use mobile theme plugin on mobile devices will be displayed only the content from mobile editor: http://screencast.com/t/WJcmnRxc There is an exception for homepage which have it’s own layout.
Let us know how it goes and if you still need assistance eon this please provide more details about what you’retrying to do and we will get back to you as soon as possible.
Thanks!