- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
Hi,
Try inserting this code – https://www.screencast.com/t/qlgEQTvwfCz in the Advanced Css section in the theme panel
– https://www.screencast.com/t/iUZj3aZqWOy
Just move it from that section to the desktop section in advanced Css. This way the code will apply only on desktop where it looks properly. The mobile look will not be affected anymore by this padding.
Then enter the code provided below to remove the padding bottom on the category pages
– https://www.screencast.com/t/XmgWHSD7
You can enter the code normally, the padding appears only on mobile.
.category .td-category-grid .td_block_wrap {
padding-bottom: 0;
}
Thanks
Hi,
I have inspected your website, and I see that you have RTL installed. The theme does not support RTL direction at the moment, some elements will not work properly and problems like this will happen. If you want to customize the theme so it may work and display without problems in this situation, you will have to make changes to multiple elements and classes. The problem that happens with the menu is a direct result of RTL. Please try the code provided below and see if this works for you – https://www.screencast.com/t/11MiKvhTVbjJ
It must be entered in Theme panel->Custom Css section
#td-mobile-nav {
position: fixed;
}
Thanks
Hi,
I’ve installed mobile theme plugin.
1. Is there any other mobile menu format I can choose?
2. If not, how can I change the icon such as meun and magnifying glass and so on. How can I change the position of those icon. I want to move them both to right side.
my site is http://blog.newswire.co.kr/
Thank you for your support.
Hello
I have activated mobile theme on website http://www.pagalparrot.com and super cache with php serving , but its not loading mobile theme all the time on post pages , it shows the same responsive theme most of the times . What is the issue how can i debugg this issue
How can I change the color of the address bar to the same color as the menu in the mobile theme?
Thanks in advance
Hi,
If you are using the mobile theme plugin, this does not have the option to set a different font. This was meant to keep the mobile theme as light as possible, by loading predefined fonts. When the mobile theme is not activated the same font from desktop will be displayed.
However there is a solution provided in this topic if you would like to try it
– https://forum.tagdiv.com/topic/font-on-mobile-version/
Maybe additional options will be available in future theme updates, but I could not say for sure when this will happen.
Thanks
Hello @sortofrobot,
Try to refresh your page and check the results. Clear all your caches after this. Also, try to remove all the server caches and if you do not have any access to do this, you should consult the hosting provider and request this task.
Please notice that the mobile theme makes some troubles due to WP Super Cache plugin. Also, the WP Super Cache plugin is compatible with the mobile devices, but if you are using the Mobile Theme, please notice that you should make some changes for a better working. This could be a problem from wp super cache and not the browser. If you use the plugin, please use this method to fix the issue:
Use this link and add the customization as marked here: https://github.com/Automattic/wp-super-cache/pull/185/files
Edit wp-cache-phase1.php and add the green code from the right column as it shows there. Otherwise, if you do not want to make these changes you should simply disable the mobile theme until the WP Super Cache plugin will be updated.
Hi @eemskrant,
Please keep in mind that the Cache Enabler plugin is not tested with our theme and we have no idea about the theme behavior with this item, sorry!
Hope this helps!
Thanks for your understanding!
Hi,
If you have the mobile theme plugin activated then there will be no changes visible when you modify the respective files. The mobile theme uses it’s own files regarding the logo. Unfortunately the mobile theme does not have support for the child theme. Any modifications will have to be made directly to the file
– https://www.screencast.com/t/VBLey0yff1L6
If you want to modify the file you mention, please deactivate the mobile theme and the changes made to it through the child theme, will be visible.
Thanks
Hello Mayapur Voice,
I have inspected your website, especially this post page -> http://mayapurvoice.com/svagatam/mystical-mayapur/ and I have noticed that you are using the Visual Composer for posts, right? Please notice that the mobile theme does not recognize the Visual Composer shortcodes and that’s why the content of this post page are not displayed. You should edit it and leave the default post template behavior if you want to have results on mobile theme. For more information about this plugin, please consult our useful documentation here -> https://forum.tagdiv.com/the-mobile-theme/ I have checked your entire website and the other posts seem are going well.
Thanks for your understanding!
Hi,
The same shortcodes you are using on Newsmag should work properly on the Newspaper theme as well. The mobile theme has options to display ads in the theme panel, you just have to enter your code in the ad section that you want and they will be displayed on mobile – https://www.screencast.com/t/ji0qbMyrnO5h
Thanks
Hi,
The mobile theme plugin does not use lightbox feature that you mention. This decision was made to keep the loading speed as low as possible for mobile users. If you need a lighbox for the gallery on the mobile version of the site, then you should disable the mobile theme plugin and use the standard responsive version of the theme. The mobile theme is optional, and was designed to be a slight as possible. Some features are not meant to work when using it. You can simply deactivate it and the theme’s responsive design will adapt to every screen size, and the same content from desktop will be displayed on mobile.
More information about the mobile theme here – https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
You could hide the social icon you don’t want on mobile with some css, like this
– https://www.screencast.com/t/iQZesG6HT7B
Please try this code and see if it is working for you. Enter it in Theme panel->Custom Css
@media (max-width: 767px) {
.td-social-pinterest {
display: none!important;
}}
Thanks
Hello,
I want change the size and font of my mobile theme (I used plugin mobile).
My web is : https://goo.gl/h5JHND
My mobile text is: https://goo.gl/cjWNfE
Examble thats I want copy (text – Size and font for my mobile version): https://goo.gl/GvViIJ
Website that I want copy this info for my mobile version: https://goo.gl/2IPz0w
I thin they use Catamaran font, I got this font in my web but only at desktop.
I dont know how to put this font/size at my mobile version and at my home desktop.
Can u help me please?
Thanks
Hi there, we installed the mobile theme on our website (http://alefbaco.com). But it seems to have a problem. it automatically opens menu navigation on start and you have to scroll right to see the main content.
Hi Catalin,
Thanks for the advice. We’ve made a lot of progress.
1. We’ve updated the theme and are now using version 7.8.1
2. We’ve deactivated WP Supercache while we’re working on the site
3. We created a child theme. Here’s how it looks:
Newspaper-child
….parts
……..header
…………logo-mobile.php
….functions.php
….screenshot.png
….style.css
Contents of style.css:
/*
Theme Name: Newspaper 7 Child theme
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Child theme made by tagDiv
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Template: Newspaper
Version: 7.7c
Text Domain: Newspaper-child
*/
/* —————————————————————————-
This file will load automatically when the child theme is active. You can use it
for custom CSS.
*/
Contents of functions.php:
<?php
/* —————————————————————————-
Newspaper V6.3+ Child theme – Please do not use this child theme with older versions of Newspaper Theme
What can be overwritten via the child theme:
– everything from /parts folder
– all the loops (loop.php loop-single-1.php) etc
– please read the child theme documentation: https://forum.tagdiv.com/the-child-theme-support-tutorial/
– the rest of the theme has to be modified via the theme api:
https://forum.tagdiv.com/the-theme-api/
*/
/* —————————————————————————-
add the parent style + style.css from this folder
*/
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’, 1001);
function theme_enqueue_styles() {
wp_enqueue_style(‘td-theme’, get_template_directory_uri() . ‘/style.css’, ”, TD_THEME_VERSION, ‘all’ );
wp_enqueue_style(‘td-theme-child’, get_stylesheet_directory_uri() . ‘/style.css’, array(‘td-theme’), TD_THEME_VERSION . ‘c’, ‘all’ );
}
When I make changes to parts -> header -> mobile-logo.php those changes are not reflected on the site when I view them from a mobile device.
As an experiment I removed a semicolon from the end of a line in mobile-logo.php to generate a syntax error. Nothing happened on the site.
Digging deeper I went to the parent theme and deleted a semi-colon from the same file to see if it was being picked up there. No dice! After that I went crazy and created several syntax errors in different files to see if I could crash the site. None of my changes had any effect. After that I put everything back.
Is there caching going on somewhere else besides my plugin? What else could be going on to explain that none of my changes at the filesystem level are taking effect?
Dear Sir,
Mobile view is visible in chrome and internet explorer in my website newstrend.news. I have installed newspaper theme today. Please resolve the issue,
I am using default settings for mobile theme. Latest version of Newspaper, plugins and WordPress. On my home page I have a menu item which is linked to a category called Mystical Mayapur. Today I noted that when I click on the mobile menu while browsing using mobile phone, the page loads but it does not show any post from that category although there are many posts in that category.
See the image here It only shows the category name and footer but no posts.
What could be the reason? Do I need to design Pages for Mobile theme separately?
Hi Catalin,
Thanks for the advice. We’ve made a lot of progress.
1. We’ve updated the theme and are now using version 7.8.1
2. We’ve deactivated WP Supercache while we’re working on the site
3. We created a child theme. Here’s how it looks:
Newspaper-child
….parts
……..header
…………logo-mobile.php
….functions.php
….screenshot.png
….style.css
Contents of style.css:
/*
Theme Name: Newspaper 7 Child theme
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Child theme made by tagDiv
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Template: Newspaper
Version: 7.7c
Text Domain: Newspaper-child
*/
/* —————————————————————————-
This file will load automatically when the child theme is active. You can use it
for custom CSS.
*/
Contents of functions.php:
<?php
/* —————————————————————————-
Newspaper V6.3+ Child theme – Please do not use this child theme with older versions of Newspaper Theme
What can be overwritten via the child theme:
– everything from /parts folder
– all the loops (loop.php loop-single-1.php) etc
– please read the child theme documentation: https://forum.tagdiv.com/the-child-theme-support-tutorial/
– the rest of the theme has to be modified via the theme api:
https://forum.tagdiv.com/the-theme-api/
*/
/* —————————————————————————-
add the parent style + style.css from this folder
*/
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’, 1001);
function theme_enqueue_styles() {
wp_enqueue_style(‘td-theme’, get_template_directory_uri() . ‘/style.css’, ”, TD_THEME_VERSION, ‘all’ );
wp_enqueue_style(‘td-theme-child’, get_stylesheet_directory_uri() . ‘/style.css’, array(‘td-theme’), TD_THEME_VERSION . ‘c’, ‘all’ );
}
When I make changes to parts -> header -> mobile-logo.php those changes are not reflected on the site when I view them from a mobile device.
As an experiment I removed a semicolon from the end of a line in mobile-logo.php to generate a syntax error. Nothing happened on the site.
Digging deeper I went to the parent theme and deleted a semi-colon from the same file to see if it was being picked up there. No dice! After that I went crazy and created several syntax errors in different files to see if I could crash the site. None of my changes had any effect. After that I put everything back.
Is there caching going on somewhere else besides my plugin? What else could be going on to explain that none of my changes at the filesystem level are taking effect?
For Newspaper 7 theme, what’s the shortcode to call out adblocks? I know that in the Newsmag all I have to do is place: [td_block_ad_box spot_id="content_top"] in the article and it’ll show up the content_top ad. What’s the equivalent of this in Newspaper 7 theme? Also what’s the code for the the Mobile theme ads?
Hello
I have activated the mobile theme and now its giving error in google search that page is not mobile friendly, please help
Hi, related to the TagDiv Slider Gallery, I have a problem with the slider buttons in the mobile theme. It was working fine like this image: Buttons in Slider Gallery OK
But now when I go the post by a Mobile, I don’t have the sliders, what could be happening?
This is the post: https://www.singravedad.com/10-cosplay-de-marvel-increibles/
Hello Knockfoto,
Check our demo here -> https://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/ and the style for tag div Slider should look like in same way on mobile devices -> https://www.screencast.com/t/nC3objV0u2Xb I suggest you make a full backup to your database, and then you should install the theme via FTP only with bundled plugins and check the results. The TagDiv Gallery is fully tested and compatible with the theme and should work as expected, as you can see in our demo preview.
Thanks for your understanding!
Is tagDiv Mobile Theme compatible with WP Super Cache? Because I’m getting mixed results, apparently WP Super Cache is showing the same cached page for both mobile and desktop users, it’s like the tagDiv Mobile Theme is disabled by WP Super Cache…
Hi,
@arska The header menu hamburger is always the color white, it is predefined in the theme style
– https://www.screencast.com/t/eImZM2ffifpu
It’s color can be changed with a code like this for example
– https://www.screencast.com/t/FjAXnWfXB
#td-top-mobile-toggle i {
color: yellow;
}
The same for the search icon
– https://www.screencast.com/t/mLX7PFpx
.td-search-icon i {
color: yellow;
}
If this is not working for you or you have a different problem, please provide a link to your website so we can inspect it.
Thanks
Sorry, I made a mistake and check from computer. Still working from computer as with the other theme.
But in mobile version I don’t even can’t see the main page (with the 8 categories). I only see plain text.
What’s the next step?
Thanks