- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperNewspaper theme documentation
- NewsmagTheme colors introduction
- NewspaperTheme Colors Introduction
- NewspaperWhat’s Included in the Newspaper Theme Package
- ApiUsing the Theme API in plugins
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewsmagSmart list ads
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
Hi,
Content for pages when the mobile theme is active, is limited to the Mobile editor
– https://forum.tagdiv.com/the-mobile-theme/
However the website should function correctly without the mobile theme plugin, on mobile devices. Please try deactivating all plugins except theme plugins and clear any caching installed, temporarily remove custom code from theme panel, or theme files. Switch to the main theme if you use a child theme.
Then check if the issue is still happening. Let us know the results.
Thanks
Hello llucson,
Please notice that our theme has two ways for displaying the theme for mobile devices -> the first one is General Responsive Mobile and the second one is Mobile Theme with the plugin. So, the General Responsive Mobile Theme will render the same theme’s layout which is displayed on the desktop but in responsive mode. If you will check the CSS theme’s file you will see there that exists such a media queries which gave the theme a special design for mobile.
In the second case, the Mobile Theme using the Mobile plugin, notice that it’s totally different theme’s layout for mobile. Also, for more information about this, please check the next useful guide here -> https://forum.tagdiv.com/the-mobile-theme/
Hope this helps!
Thanks for your understanding!
Hi
Your theme has just too many features and for some reason my google pagespeed score for mobile remains at 70 or so. I have tried the measures suggested by you for improving that but nothing worked. Mine is a simple blog and I need a fast theme so that I can get some advantage at google rankings. If it is not too much to ask, will it be possible for you to issue a refund for this?
Thanks and regards
Narinder
Hi,
For a better understating please specify what exactly are you trying to do, and what is the problem. And provide a link to your website if possible so we can inspect it.
The mobile theme has an option that allows different menus to be displayed on mobile
– https://www.screencast.com/t/f4CxoVrLbN2f
More information about the mobile theme plugin here
– https://forum.tagdiv.com/the-mobile-theme/
Please note that content for mobile pages is limited to the Mobile editor
– https://www.screencast.com/t/HeyeaLwQ
If you want the same content form desktop to be displayed on mobile devices, deactivate the mobile theme. The plugin is optional.
Thanks
Hey Chris, thanks for your reply. Unfortunately, nothing worked.
I convinced the client to add the mobile theme, so I solved this part. But if you try to navigate the main menu, you will notice that pages working on desktop seem to be empty on mobile. E.g. https://positiveprescription.com/sessions/
Any suggestion?
Thanks again
Hi,
The theme is not installed at the moment on the website you provided, so we cannot inspect the issue
– https://www.screencast.com/t/U0zpejnjYo
The mobile menus should display the same menu that you have set on desktop, the socials and login/register
– https://www.screencast.com/t/EdCZN8bOy
Thanks
I have a problem. I have created custom code, with .class, for many modules at home. Some of these classes are to increase the title font size. The problem is that from the mobile with the plug-in Tag Div Mobile theme activated, it continues to load those classes and the font size come out disproportionate, for example.
Is there a way for mobile to ignore the custom code classes I have applied to the modules in the desktop/ normal version?
Or:
Is there any option for the mobile to load another alternative homepage that I would create expressly without applying custom code to the modules
The problem only affects the homepage
I need some guidance on what is/is not affected by updating. The help documentation and videos are ambiguous, imo good examples of information being provided by people who already know the answers and find it difficult to put themselves in the mindset of people who don’t. My points may seems obvious to tech people, but are not to me, and judging by the number of post-update-panic-posts in the forums, they are not to many other users too.
For me, upgrading to 8.0 went from the quick and easily hour set aside indicated by the video, to a weekend of my life I will never see again. I want to avoid the same again. By example in your docs it says “Once you activate a different theme, delete the Newspaper theme. Don’t worry, your content will not be lost.” The documentation also mentions code. But nowhere does it mention the effect on the hugely important and time consuming settings?
So i would appreciate it if you could clarify which of these headings will be affected by updating (and ideally any steps to be taken post update). I’ve started with the two I think I am clear on …
EFFECT OF UPDATING
Bespoke Code (including, but not necessarily limited to, anything entered into theme panel/custom code and theme panel/mobile theme/custom code): All will be overwritten. Must be copied out and re-applied.
Content (posts and pages): No effect, all will be retained.
Theme Panel Settings (all under header, footer, ads, layout and misc): ??? (if they are affected can the export/import settings tool be used – it states ‘to copy to another server’, and does not specify whether it would work between different theme versions. Is there anything not included in that settings export?
Mobile Theme: ???
Visual and TagDiv Pagebuilder elements used on posts & pages: ???
Demo Theme: ???
Licence key/activation: ???
METHOD OF UPDATING
in the documentation it gives alternative methods of updating, without any indication any are better than others. However i have noticed that in the forum when problems occur it is often stated that people should re-upgrade using the ftp method. does this indicate that the ftp method is more stable/reliable way of updating? I expect many of us will go for what appears the easiest method (wordpress) but if we knew ftp was a better way would jump through the extra hoops to do it that way.
I hope you can see that armed with that information I can see whether the benefits of an upgrade are worth the potential hassle, and also get a better idea of the realistic time it will take.
Thank you.
Hey,
Does anyone know how to ensure Google AMP shows our featured video? At the moment, the AMP version of our posts only shows the featured image.
eg. https://battabox.com/nigeria-more-commit-suicide-yoruba-lagos/?amp
We’re running Newspaper theme (obviously!) and AMP for WP – Accelerated Mobile Pages plugin.
Thanks,
Christian
That’s what I see when I click on the mobile menu and search icon on my test page. -> https://prnt.sc/gg7uyr
My test website is: http://version2.cepkolik.com/
How can i fix it?
Note: I try below
***
Tagdiv: This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Hi,
A code like this will remove the socials and login from the mobile menu
– https://www.screencast.com/t/mEvrihEd7g
Enter it in Theme panel->Custom CSS section
.td-menu-socials,
.td-menu-login-section {
display: none;
}
Thanks
Hi,
The mobile theme is sensitive when it comes to caching plugins. Issues can be present in combination with some caching plugins. Try using the WP Super Cache
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thanks
Hi,
@awoodhams, sorry for this but please notice that code which I gave you above it’s possible to need more adjustments for mobile devices. It was just a hint in this case. If you want to adjust your main menu for mobile with this code, you should do it yourself because we cannot provide custom work at the moment, sorry!
@Jair Prandi, I have inspected your website and I saw that you are using some untested plugins which can interact with the theme core files and cause a lot of unknown issues. Try to disable all of the untested plugins, use only the bundled plugins, clear all the caches and check the results. Should work as expected.
Thanks for your understanding!
Hi,
1. When the mobile theme plugin is active, content for pages has to be entered through the mobile editor. Please see this guide for more information about the mobile theme
– https://forum.tagdiv.com/the-mobile-theme/
If you want to display the same content from desktop, deactivate the mobile theme plugin. The theme is fully responsive and will adapt for each device.
2. The footer will be displayed when the mobile theme plugin is active, regardless of the settings from desktop. There is no setting to remove the footer in this case. Only through custom code or theme modifications.
3. The hamburger menu icon should be displayed at all times. Maybe there is a combination of colors and background that could make it seem that it is not present. Please check the settings here
– https://www.screencast.com/t/Auns7Z7m
4. The mobile theme does not have an option to display the social icons displayed in the mobile menu. That can only be done with custom code or theme modifications.
5. Please provide a link to a post with this problem, so we can inspect it.
The mobile theme plugin is optional, the settings and options are kept to a minimum for better performance on mobile devices.
Thanks
Hi Amit,
Thank you for the response.
Well, I am not really very good with technical stuff and hence didn’t understand what you mean by creating a plugin for function.php but I have successfully created a child theme with proper implementation of styles.css and function.php but still, couldn’t find any way to keep mobile style.css and function.php update proof.
May be someday, you will create a detailed blog post on this and then I will be able to actually implement it on my site. 🙂
Thank you.
Hi,
Sorry but please notice that the mobile mode has not been designed to display the Top Bar at the top of the page on mobile devices, sorry! The top bar menu has been added to the hamburger menu when this will be open, sorry! This is the theme’s behaviour and if you want to change it you should do it through the code and if you are not aware of the steps which are needed to take, in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
Thanks for your understanding!
Hi,
That would require you to modify the theme files. This is the file where you could remove the socials and login displayed in the mobile menu
– https://www.screencast.com/t/mUg8rhrQ
Comment or remove the code responsible and check the results.
Thanks
My site installed tagDiv Mobile Theme and WP Fastest Cache plugins.
After Edit homepage and update.
If the first open homepage by PC Chrome Brower, the second time open homepage by iPhone, iPhone Safari display PC home page.
If the first open homepage by iPhone Safari, the second time open homepage by PC Chrome Brower, iPhone Safari display Mobile homepage.
Hi Simion C., and many thanks for the help…
I tried updating the theme fom 6.7.2 to 8.1… (I have it purchased and download from envato-themeforest site) and got the same issue:
The post pages are too wide for the screen, the text goes out of the screen in desktop and also in tablet, mobile…
The pages are displaying ok, but the posts are not readable…. so I had to go back to my old version with a backup.
I tried importing the settings from the newspaper panel, but didn´t help.
With this version I have some problems, so I would need to update the theme version…
Hello! After the last update of the theme, the main menu of my site stopped working in the mobile version.
The site is http://www.viagensecaminhos.com/
hwo to insert code after body tag
Example <body> code Here </body>
Attachment header.php
——————–
<!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
<meta name=”yandex-verification” content=”c004147e8b49b00a” />
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: “ca-pub-6798257544718804″,
enable_page_level_ads: true
});
</script>
</head>
<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>
<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>
<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>
<div id=”td-outer-wrap” class=”td-theme-wrap”>
<?php //this is closing in the footer.php file ?>
<?php
/*
* loads the header template set in Theme Panel -> Header area
* the template files are located in ../parts/header
*/
td_api_header_style::_helper_show_header();
do_action(‘td_wp_booster_after_header’); //used by unique articles
Thanks. If I edit the css on my child theme to decrease the theme width, then is changing td-container enough or more is necessary? Will this not impact size in mobile screens?
Hello hungryng,
Please notice that our theme has two ways of using the theme in mobile mode. The first one is the normal responsive mobile theme which has the same functionality as on desktop version and the second one is with using the Mobile Plugin which gives another mobile status more ground, much faster. Please check the useful guide here -> https://forum.tagdiv.com/the-mobile-theme/
Thanks for your understanding!
Hi,
I believe for the moment there are no plans to implement this in the theme. This might change in future updates, but I could not say for sure when this will happen.
There is a mobile theme plugin provided in the package that is optimized of performance on mobile devices
– https://forum.tagdiv.com/the-mobile-theme/
Please note that every theme update is meant to add more functionality and features to the theme, and it is hard for the developer team to decide what gets implemented as soon as possible, and what gets delayed.
Thanks
Hi,
I have inspected your website and the loading time for opening the hamburger menu on mobile is so short and it seems to work as expected. Also, if you are using some untested plugins, try to disable all of these and use only the plugins that come bundled with the theme core files and rule out any conflicting plugins.
Thanks for your understanding!