- NewsmagTheme colors introduction
- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
Hi,
The top menu is not displayed on mobile by default. It can be made to appear with a custom code, but only if you are not using the mobile theme plugin. If that is the case please provide a link to your website and we will try to give you a solution.
Thanks
Hi,
Try removing and installing the mobile theme plugin again, while deactivating all your other plugins except the ones bundled with the theme (very important) to rule out any interference.
The mobile theme is sensible to caching plugins, we have only tested with WP Super cache, with that plugin there is no problem.
Thanks
It seems there is a code which also hides the related articles on mobile, without using the mobile theme
– https://www.screencast.com/t/2Yyn6MjhlbC
I couldn’t say exactly where that code is coming from, check again the custom CSS code sections, and advanced CSS section in the phones field.
Dear friends,
I’ve found two bugs in the mobile theme.
1. The search functionality doesn’t work at all on iPhone 3GS (iOS 5.0.1, Safari Mobile 5.1). After touch the search icon the screen begins to move away preparing to output the search window but it never appears.
2. Like button of Facebook doesn’t want to translate in current language.
Hello developers,
I would like to increase the thumbs size in mobile theme top grid. Because many of thumbs are cropped such method that image content is out of view.
I’ve done it with code:
.td_module_mob_2 .td-module-thumb {
height: 200px; }
.td_block_big_grid_mob_1 .td_module_mob_2 img {
top: -50px;
position: relative; }
And I’ve changed the cropping method in td_741x486 from array( 'center', 'top' ) to array( 'center', ‘center’ ) for the more appropriate visuality.
Everything is OK but on small devices (e. g. iPhone 5 with 320×568 screen) under the thumb images appears the gray field.
How can I slide, move or zoom thumb images with correct way? For example, scale from the center to fill out the whole space of the thumb.
Thanks.
Dear team,
Why in the category top style the posts are always the same and don’t change when paging?
Another words, how to avoid duplication the posts on top in the page 2, 3, 4 etc.?
It’s very annoying to view the same posts on top when paging.
You know, it would be great to have the functionality to select the behavior of the category top post style:
1. always stick posts;
2. stick posts but change them when paginated;
3. don’t stick any posts at all on pages after the first one.
Is it too complicated task to make alternative number 2 or 3?
For example, number 3 is realized within homepage in mobile theme and it’s great.
I have this problem in mobile cache;
The mobile theme path couldn’t be set. Please check if you already have another mobile theme plugin active and disable it (ex. Jetpack Mobile Theme or similar). If you use a cache plugin clear it before checking the results
From what I can see the mobile theme version is displayed for me as well. That could only happen if the mobile plugin is installed. Or if the website is served from cache. Try again, check if the plugin is deactivated, clear all caches and CDN if used.
Hello,
This is because you use the mobile theme plugin. Please use this guide: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello,
Where are you placing your ads? Please note AMP is for mobile only so td visible desktop will not work.
You have to place the ad code in the amp section of the theme panel
Thank you!
Hi,
If you activated the mobile theme plugin, a latest articles section will always be displayed on the homepage. It cannot be disabled, all the templates the mobile theme uses are predefined. More about then mobile theme here
– https://forum.tagdiv.com/the-mobile-theme/
Note that the mobile plugin is optional, you can choose not use it. Then the same content from desktop will be displayed on all devices.
Thanks
You are using Visual composer on posts, that is why the post content is displaying like that. The composer is removing that default padding set for default post content created normally. I could give you a code to fix this
– https://www.screencast.com/t/vE5H2gXVR
Enter the code in Theme panel->Mobile theme->Custom CSS section
.td-post-content .vc_row {
margin-left: 0;
margin-right: 0;
}
Thanks
Maybe you removed it previously with custom code or modification in the child theme. Check the mobile theme custom code section, check the mobile theme files
– https://www.screencast.com/t/R7N3rwfGL
This is interesting, I also found some of my page directed to AMP and some not.. But, I don’t care about that. In my prespective AMP just to improve blog search rank (Google should love more blog with AMP) and leave visitor with article in ad, so it will increase my ads click.
That why I prefer to uninstall TD mobile and use TD AMP instead, bacause Newspaper mobile responsive theme.
For me, whatever it will be show on google page with AMP or not, it doesn’t matter.. Just my opinion.
Thanks
When a user clicks “Join” on mobile in the mobile menu, I want to redirect them to a registration page of my choosing.
Upon inspect element, this is what I found to be the registration link. https://www.screencast.com/t/SFGqk6v8
So I go to themes/newspaper/mobile/parts/login.php to edit this file at this location
https://www.screencast.com/t/oElykXzS)
And I make this change: https://www.screencast.com/t/xelABrxodc
But it does not work after I upload it to my website. Am I making the wrong change?
—
Do I make the change in the /menu-mobile.php file here?
https://www.screencast.com/t/N52rkf3WOymf
If so, how would I insert my href there properly?
Thanks.
Hi!
Our site is not updating a mobile version correctly. By the visual of the theme in TD Composer the whole site should be running well, but when we access by mobile, the pages HOME, ABOUT and CONTACT do not open correctly. No content is displayed on the Contact and About pages. We already cleaned cache and tested on several devices, but it is not working.
casaldemochilao.com.br
Tks!
i updated the theme via them forest plug in but site is real slow with dash board is too slow and while adding to google adscence code to theam header its not saving ! this is the header.php file’s code: <!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 */
?>
</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
Hello, I have a little problem with the buttons for sharing my extensions. After installing several to test, on the mobile version and not PC, I always have sharing buttons that appear in duplicate. Do you know why ? Is there a setting to make in the theme? Here is my site: http://www.2pac-legacy.fr In advance thank you for your help
I don’t know why the same option is not appearing when I activate the mobile theme. I had to deactivate it and go back to the responsive theme. I am using the crypto news demo. See this screenshot http://prntscr.com/ihbcm3 (I selected related posts to show by category in Theme Panel)
Hi Please try checking any of the articles like this one – http://makingbig.in/girls-participating-swacch-bharat-abhiyaan/
On homepage it looks fine, but not on individual posts.
I’m not using mobile theme, just the normal theme which is responsive. So don’t feel the need to use a mobile theme.
Regards.
Hello dpk,
I have inspected your website and I did not see any big white space like in your image, as you can see here -> https://www.screencast.com/t/E3KzpyQ6JFwr I saw that you are using the Mobile Theme now. If is not what you mean, provide more details.
Thanks for the message!
Hello,
The header color can be changed from the theme panel depending if you use the mobile theme plugin or not. If not, then you will find the color in the ‘theme colors’ section: https://www.screencast.com/t/7kd4Poj3
If you do use the mobile theme plugin, then the colors will be changed from the mobile theme settings at the bottom of the theme panel.
Thank you!
Hi,
There already is a related articles section displayed in the post page when using the mobile theme plugin
– https://www.screencast.com/t/bd6hg2DjW
The settings from theme panel will apply to this section on mobile as well
– https://www.screencast.com/t/XHIrAmk24
Indeed the mobile theme files cannot be customized in a child theme, at the moment. If you want to customize files from it, you will have to modify the main files.
Thanks
I have Adsense installed in the theme. It works perfectly on the desktop and the mobile homepage. However it is not serving on the article pages. The site is mainstrock.com. I do NOT have any plugins that would interfere with this, and the only thing on my site is Newspaper theme related. As mentioned the mobile ads are working on the homepage, they are just not being served on the article pages – You can see the word Advertising from the widget, but the ad itself is not appearing.
Thank you.
I recently applied the mobile theme plugin to my website and notice that the text of my posts goes from screen edge to screen edge, without any padding, which looks really weird. How do I fix this?