Search Results for 'mobile theme'

Results from the Forum
7grammi
tagDiv Member

i’m not with mobile theme on for some pages, i want to see the page as it is on desktop

Calin
tagDiv Staff

Hi,

I do not quite understand, the header mobile do not appear on mobile ? do you see another mobile header, because this can be possible if you have activate the mobile theme plugin.
Also if the mobile theme version appear on tablet, this can be a cache problem, please deactivate all cache plugins and try again.

If this is not what you mean, please provide some more details.

Thank you!

Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also we do recommend using the Mobile Theme plugin. Follow our tutorial here: https://forum.tagdiv.com/the-mobile-theme/

Thank you !

Vlad S
tagDiv Staff

Hello !

1. Please make sure you clear your cache.
2. That can be achieved by editing Theme Panel – Background – Mobile Background as you can see here: https://www.screencast.com/t/m9vDWpxu

Thank you !

Vlad S
tagDiv Staff

Hello !

You can achieve the responsive mode by disabling the mobile theme plugin.

Thank you !

chicky365
Participant
#0

Hi
I am using the mobile theme and have chosen to use the category area at the top. On certain devices where the category/post image is squashed, it seems to align the image at the top, so half the lower image is cut off.

Is it possible for the them to “centre align” the images, so the image is cut at the top and bottom (but less from each)?

By top aligning the image, the cut is happening in the middle of the image, so for instance you can only see the top of someones head?

thantai40
Participant
#0

Hello,

I installed Life News PRO demo and it’s quite slow compared to other demos (Gadgets demo).

I don’t have a lot on the front page but it still loads slow, especially on mobile.
I asked friends to test it out and they said it’s slow.
I use GoGeek plan from Siteground.
The website is vietdongtay.com

I hope someone can take a look and give me advice or recommendations.

Thanks!

Calin
tagDiv Staff

Hi,

If you have a single post template from tagdiv Cloud Library then you can adjust the content on mobile theme like this -> https://i.imgur.com/8WAdw9X.png

Thank you!

Calin
tagDiv Staff

Hi Sumit,

Please make sure that you are using the amp plugin with mobile theme plugin with one of these options -> https://i.imgur.com/qZE0eZq.png

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thank you!

Vlad S
tagDiv Staff

Hello !

Sorry for misunderstanding !

In order to reproduce this layout on mobile version you will have to edit the mobile viewport as you can see it here: https://www.screencast.com/t/Zwcyh0nDOl

Please note that if you’re using the MOBILE Theme plugin this option is not available.

Thank you !

Calin
tagDiv Staff

Hi,

Unfortunately for the moment this can be cover only with custom work, sorry!
The mobile theme files can be fount here -> wp-content/plugins/td-composer/mobile unfortunately I do not know a query that can remove a specific category on mobile theme.

Thank you for your understanding!

Vlad S
tagDiv Staff

Hello !

If you are using the Mobile Theme plugin you can insert the code here: https://www.screencast.com/t/DXTODFc6It

Thank you !

Calin
tagDiv Staff

Hi,

There is no need to use any plugins for this, all you’ll need to do is to go in Appearance > Widgets, extend the element that you want to hide on mobile -> https://i.imgur.com/CpBD0tR.png after that set a class, for example -> https://i.imgur.com/8tmfi6L.png after that go in Theme panel> Custom code> Advance css and set the css to remove the block/element on mobile -> https://i.imgur.com/qe1Yzwh.png now, all elements that have set this class will be remove/hide on mobile.

Thank you!

Calin
tagDiv Staff

Hi,

If you are using the mobile theme plugin with amp, then all the settings that you made for mobile theme will apply on amp too -> https://i.imgur.com/xehzmon.png -> https://i.imgur.com/nQHE7w1.png -> https://i.imgur.com/dJJg2P1.png

If you want to delete a row, you can delete it like in the previous version, using the right click on the row icon -> http://prntscr.com/owlyuw -> http://prntscr.com/owlynq or using the drag and drop -> http://prntscr.com/owlz2r or you can simply click on the row and pres the delete button from your keyboard -> https://www.screencast.com/t/Mai7iyEG

I do not quite understand “change the full size column to not full size” the newsmag theme is not full size, is boxed, if this is not what you mean, please provide some more details.

Thank you!

ipaulgeek
Participant
#0

After thorough checking of the theme documentation and applying all the necessary site speed requirements including the cache, the mobile speed is still poor in loading. Google Page Insight is 27% with Mobile

migracionculinaria
tagDiv Member

Thanks, Vlad
Ok this is what I am going to do let me know if is feasible or recommended

1. I will add Newspaper 10 under my Appearance/Themes
2. Will then activate it leaving my old newspaper 9.8 deactivated

Is this feasible / recommended? All my newspaper/theme panel preferences will be preserved? (color scheme, setting, google analytic, custom CSS)? Should I do anything else? I understand Newspaper 10 comes with enhanced mobile features that I will love to have for my audience otherwise I will not even bother.

Thanks
Fabian

vulhoang
Participant
#0

I have update all theme and plugin by download latest file. But it show error

This version of the tagDiv Mobile Theme plugin is not supported by the current activated theme!
Please make sure you’ve updated the theme properly! Follow this guide.

gumball44
tagDiv Member

Yep I need it.. If I deactivate mobile cache, it’s mobile them wich are deployed..not amp.. I face a huge problem.. Could you check my .htaccess and functions.php Child theme, I added some codes..maybe one of them is the problem ? no ?

  • This reply was modified 6 years by gumball44.
Calin
tagDiv Staff

The mobile version is look like that because you have the mobile theme plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se

If you want, you can show the responsive version on mobile theme -> http://prntscr.com/oh6r2s you can check more details about mobile theme in our documentation -> https://tagdiv.com/mobile-theme-get-mobile-ready-with-newsmag-theme/

chip303
tagDiv Member

The filter-function i’ve found. i wan’t to hide two categorys, but show all other. I’m new on css, i found a css-filter for wordpress only, not for this mobile theme.


function exclude_category( $query ) {
if ( $query->is_home() && $query->is_main_query() ) {
$query->set( ‘cat’, ‘-6’ );
}
}
add_action( ‘pre_get_posts’, ‘exclude_category’ );

but it doesn’t work for me. Ideas?

THX

Calin
tagDiv Staff

Hi,

If you disable that the Varnish caching the it should work correctly.
Is look that the plugin that you are using minify the css from mobile theme and it do not know which css to deliver for desktop.

Thank you!

Calin
tagDiv Staff

Hi,

1. If you are using the mobile theme plugin, and you have the latest version 10.2 , then you can filter the categories from the grid like this -> https://i.imgur.com/wUmuyrN.png
2. Yes, you can use normal ads, I think the Adrotate shortcodes should work too.
-> https://i.imgur.com/e6dIaOr.png

Thank you!

Calin
tagDiv Staff

Hi,

Unfortunately I can not access your website -> https://i.imgur.com/rs249Ol.png
But I think that you are using the mobile theme plugin, and you can not see the content as on desktop. The mobile version is look like that because you have the mobile theme plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se

If you want, you can show the responsive version on mobile theme -> http://prntscr.com/oh6r2s you can check more details about mobile theme in our documentation -> https://tagdiv.com/mobile-theme-get-mobile-ready-with-newsmag-theme/

Thank you!

muhammad.waqas
Participant
#0

Hi,

I installed the tagDiv Mobile Theme on my WordPress website when I try to activate I am getting Fetal Error. I don’t know what happened with that. Kindly check the snapshot of the error mentioned below. Let me know if you can help me to solve this issue. Thanks

tagDiv Mobile Theme- Fetal Error : https://ibb.co/9r7ZVcZ

Calin
tagDiv Staff

Hi,

In order to set the logo on mobile theme plugin you’ll need to activate the standard pack plugin, and set in Theme panel> footer the logo -> https://i.imgur.com/mSBWXYQ.png -> https://i.imgur.com/bcb30bO.png after that if you want you can disable the standard pack.

Hope this will help you!
Thank you!

Viewing 25 results - 10,901 through 10,925 (of 22,177 total)