- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperNewspaper theme documentation
- NewspaperTheme Colors Introduction
- NewspaperWhat’s Included in the Newspaper Theme Package
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewspaperFont Customization
- NewspaperBackground Introduction
- NewspaperHeader ads
- NewspaperPost template ads
- NewspaperCustom ad spots
- NewspaperMain Menu
- NewspaperHow to Install Newspaper via FTP
Hi,
The mobile theme does not use visual composer. It converts your page to a predefined one using only a grid and latest articles. These cannot be changed as they are not added in visual composer, but coded in directly.
You can read more about the mobile theme here: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
if i deactivated the mobile theme plugin i can access the menus menu.
Hi,
i was updated the theme to version 7. And i install mobile theme. But if i activated the mobile theme plugin i can not access this menu ( http://piixel.id/wp-admin/nav-menus.php). And the menu not show if i access my site with my phone.
Thanks,
The language strings for the mobile theme are NOT editable. Could you point me there those stings are located so I can at least change them to my website language?
It really looks odd to have English language on a non-English website.
Kind regards
I decide to disable Mobile theme until we have solution for this problem.
Hello,
The mobile theme is much faster because it does not use visual composer. That is why you see the shortcodes there. Unfortunately there is no way to add VC elements to the mobile theme. Sorry.
Thank you!
Hi there,
am i wrong? Mobile-Theme-Plugin comes in english (as you see on http://www.puffbohne.de) – where do i change the Phrases?
greetings, frank
Hi
V 2.3.6 is tested and mobile menu and search button works fine. You said that is a new install but after I looked on your test website where you have V 2.3.6 instilled I’ve seen a custom page structure which is not generated by the theme. This container breaks theme’s layout: http://screencast.com/t/svERL3plO so you have to adjust it’s style or remove it from page source.
Try to install the theme again and make sure you do a clean update. By this I mean that you have to delete previous install and upload new themes files via WordPress or vis ftp. Also deactivate all others plugins except Visual Composer and test the theme again, without making any changes in its code, or whiteout any additional plugins.
Thanks!
Sorry to hijack this thread but I also noticed that the language strings for the mobile theme are NOT editable. Could you point me there those stings are located so I can at least change them to my website language. It really looks odd to have English language on a non-English website.
-
This reply was modified 10 years by
mrmad.
Hi Bogdan,
Thanks for following up. We’ve done the whole remove & reset all plugins thing – all working now in the back end so long as we activate and then deactivate the mobile theme, then the VC works as expected, but the order of elements on the admin page/post editor is all strange (ie the VC is pushed down the page, moving items like ‘page layout options’ and ‘homepage latest articles’ to the top of the page.
On the front end, we have the social counter at zero still (http://naturallyzimbabwean.com/) and we no longer have a unit without the cache refreshed to test/check whether the mobile menu is still showing on chrome. We haven’t had any comments from users yet today.
Thanks, Tim
Hi,
Unfortunately the mobile theme is still in it;s 1.0 version and options for it are still limited. Sizes for ads were not added at the moment. If you have the proper coding skills you could add sizes directly in the theme file where the ad box is being rendered: http://screencast.com/t/tRunIW9jN
Thank you!
Hello,
Thank you for your kind words and appreciation. The mobile theme is just the 1.0 version at this time. We will add improvements to it with coming updates, but at the moment, there is no setting for fonts customization for it. Fonts in the mobile theme are added with CSS inside the mobile folder and the style css file: http://screencast.com/t/emhA2RJ55Ry
Thank you!
Hello aktifje,
I have checked your website and I saw that you are using some untested plugins which could interfere with the theme and create a lot of unknown issues. To be sure, 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, please ensure that you have set it your mobile theme according to our documentation here -> https://forum.tagdiv.com/the-mobile-theme/
Hope this helps and let us know how it goes!
Thank you for your understanding!
The mobile theme is great, but the page builder is not working.
I am trying td_block_15, td_block_11, but it is showing only the code.
Same here guys. Disabling the mobile theme till we get a solution.
Thanks for the help, I see that. The problem is that my site is made up mostly by lists and I added the ads with visual composer as an adblock, This work for me very good. Now when i activate the thing it just shows the visual composer code. I wish three was a solution for this as the mobile theme is much faster. Also I would like to know how to add adsense footer ads as they are also not showing. (code is in the head)
Thanks!
I think we should add configure ads for mobile theme, you can found the option here http://screencast.com/t/UtWRuX9CA . Our old ad block will not working on mobile since mobile theme has their own options on theme panel.
I hope this can help solved your problem.
Thanks
I have the same issues. I was looking at their code and they have placed a mobile content box on each page. This would work if you are adding relatively simple content. However, for our purposes, we want to use the built in functions of the theme on pages. I’ve gotten the plugin to display the original content, but have not gotten it to execute the shortcodes of the theme itself.
Hello, just updated 7.0 and I’m getting some issues:
1 – The new FB counter now shows 0 fans ( I made all the steps: update 4.0, app ID, secret key etc… )
2 – Exchange Widget is not working;
3 – When I try to activate the mobile theme, I get the following message:
Fatal error: Cannot redeclare class Mobile_Detect in /var/www/html/agentesdeviagens.com/web/wp-content/plugins/td-mobile-plugin/Mobile_Detect.php on line 29
I hope you guys can help me as soon as possible.
Best Regards,
I had the exact same issue this morning when I updated to v7.0. I couldn’t for the life of me figure out what the heck this gradient bar was on the left side of the screen. I hid it via CSS, and then figured out about an hour later that this was the background for the new mobile menu. I ended up just adjusting my CSS as I couldn’t figure out as to why this was showing on the Desktop version. Here is what I used in the CSS of my Child theme:
/* -==========================- DESKTOP -==========================- */
@media only screen and (min-width:1024px) {
.td-menu-background:before { display: none; }
}
/* -==========================- TABLET -==========================- */
@media only screen and (min-width:640px) and (max-width:1023px) {
.td-menu-background:before { display: none; }
}
This hid the menu from showing up on the Desktop and Tablet versions of the site, but still showed up on the Mobile Phone version. If you don’t want it hid on the tablet version, then just leave that out and just use the top section for Desktops. This was the only way that I could figure out how to remove it as I couldn’t find any info on it.
hi guys,
So I been doing some testing in newspaper 7. It is just amazing. I discovered one problem. Custom ads don’t show for mobile when the mobile app is turned on. In my site this is for lists where i placed custom ads with the adblock. They show perfectly in desktop and mobile but when the mobile new theme is activated it shows the code instead of the ads.
Please help.
Upon activating mobile theme, at the end of page, just below pagination links, site logo with “About US” and “Follow US” text is being shown. How do i remove those? I have not added any just widgets on footer content. Any pointer from where this information is being picked?
I also checked Footer info content, and its blank, and if make any changes in it, it reflects along with it.
Hello,
Since it’s the first version launch of mobile theme, it doesn’t have the option to select different ad sizes on mobile ads location. And responsive ads appears very small. I want to enforce theme to show square ads on mobile. Hence, how can i change the ad size on mobile theme if i am using a responsive adsense code.
Hello,
I was really impressed with the new Mobile theme which increased the page load time dramatically and the user experience by a lot. And, the Newspaper 7 update is what we call perfection!
However, there is one major downside to Mobile Theme which is important in my opinion:
Just one: Font customizability (Overall lack of customizability is understood cuz the page speed matters, but change of fonts on web and mobile version is odd. There could be an option to change font styles of post titles and such for mobile theme separately. So, that the web and mobile version would look almost similar.
A little customizability power for mobile theme would be appreciated as well (Even-if that comes as a paid add-on).
Most of the serious developers have integrated 2-Factor authentication on their blog (including me). So, the Sign In facility from the theme becomes useless at that point of time because users with 2FA have to login by the login url of WordPress. If something could be done about it. It would be great!
Hello,
To add custom javascript code, theme says “Please do not include the <script> </script>”
However being a noob in coding, i have no idea, how to do that. The JavaScripts I want to use are following:
1:
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: “ca-pub-xxxxxxxxxxxxx”,
enable_page_level_ads: true
});
2:
<script src=”https://letreach.com/scripts/scriptjs/xxxxxxxxxxxxxxxx”></script>
3:
<!– Facebook Pixel Code –>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version=’2.0′;n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,’script’,’https://connect.facebook.net/en_US/fbevents.js’);
fbq(‘init’, ‘xxxxxxxxxxxxxxxxx’);
fbq(‘track’, “PageView”);</script>
<noscript><img height=”1″ width=”1″ style=”display:none”
src=”https://www.facebook.com/tr?id=xxxxxxxxxx&ev=PageView&noscript=1″
/></noscript>
<!– End Facebook Pixel Code –>
Kindly tell me how do i add these without <script> as these are inline codes. If I use them as it is, they don’t work correctly, especially on mobile. Please share converted code if possible.