Search Results for 'mobile theme'

Results from the Forum
Calin
tagDiv Staff

Hi,

I’m not very sure, that I think that the code need to be set in fuctions.php and if you want to use it in mobile theme plugin, then the file path is -> wp-content/plugins/td-composer/mobile/functions.php the code can be set at the bottom of file.

Hope this will help you!
Thank you!

lioron23
Participant
#0

Hey there, is there a way for me to trigger mobile navigation in tablet? i.e, trigger the mobile menu at a higher breakpoint. (not using the mobile theme).

Thanks!

ausxhm
Participant
#0

Hi Team

I’ve recently configured the theme with Mobile Theme for AMP.
I currently use Mobile+AMP option in Mobile Theme setup and experience following issues:

1. The post is by default shown as NONE-amp page. I can only open the page in AMP format with suffix. “&amp”
For example:
https://www.huaren.net.au/?p=864&amp
vs
https://www.huaren.net.au/?p=864
Can this be done automatically so all posts and pages can be AMPed?

2. The home page is shown as AMP but scan result from search engineer reported a lot of issue. and error like this
https://search.google.com/test/amp?id=aSIZxA-JWAX2w79F1z8cuw

3. The post on mobile by default is not AMP format. and all mobile ads (adsense) cannot be displayed..

Can you help provide some assistance?

turma99
Participant
#0

Hi! How do I proceed to insert an ad script (Teads) only for posts? Also, how to add the script for the posts in mobile theme?

sambo71
Participant
#0

hello,
the contents of my page are seen at the personal computer but they are not seen at the mobile theme . however, this situation is not the same for posts. posts are seen at both of them.

ipen.mn
Participant
#0

Hello,
How to add this code add_filter(‘run_wptexturize’, ‘__return_false’); on mobile theme.
Thanks.

rnbjunk
tagDiv Member

When i load on chrome the mobile theme there is a lot of these errors

evTools failed to load SourceMap: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/include.preload.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
4DevTools failed to load SourceMap: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/include.postload.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/include.preload.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/include.postload.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEM

rnbjunk
tagDiv Member

May I fix a dimension for mobile theme homepage thumbs?

Because i see on my mobile the images are different one from another, i’ve already installed Imagify and also regenerate thumb on the whole site.

Calin
tagDiv Staff

Hi,

To remove the page title use the page template default -> https://forum.tagdiv.com/page-templates-2/

Unfortunately the background category from blocks can be change only with custom css, only on flex blocks can be change using tagDiv Composer.
example of css -> https://i.imgur.com/yXxD1P3.png
.td_block_11 .td-post-category{
background-color: gray;
}

The code need to be set in theme panel> custom code> custom css.
Also we recommend to use a flex bloc -> https://forum.tagdiv.com/flex-block-settings-guide/ this can be customize how you want.

To adjust the mobile view please try this custom css
-> https://i.imgur.com/X7vnWru.png
.td_block_11.td-column-1 .td_module_10 .item-details {
padding-left: 0;
}

the code need to be set in theme panel> custom code> advance> phone

Thank you!

Vlad S
tagDiv Staff

Hello !

As you can see here this works: https://www.screencast.com/t/nbTQH0Bh As mentioned above, you have some kind of cache because the mobile theme is still being displayed on your homepage. You could contact your host and let them know about this if they have caching options.

Thank you !

ndungu.kr
Participant
Site speed - topic
#0

Hello,
I would like to know how I would be able to improve my website loading speed, the site scores 19 and 60 (mobile and desktop) on Page Insights. I checked out the mobile theme plugin and it improved the site speed significantly to like 50 but prefer not to use it cause of the single template.

Also, how could I get rid of the white background before the background image loads?

the site is http://www.noirgaming.com

Thanks in advance

David
tagDiv Member

Hello all,

Newspaper Version 10.3.3 has now a smart list toggle in the mobile theme options from where you can switch to Smart List Version 2 (displays all list items on one post).

This helps you to generally select the mobile smart list version that your website uses.

That’s great. How it could be improved upon:

Implementing the option at post level

David
tagDiv Member

Hello all,

This issue has been fixed with Newspaper Version: 10.3.3
There is now a smart list toggle in the mobile theme options from where you can switch to Smart List Version 2 (displays all list items on one post)


@Tagdiv
team, thanks for the implementation!

Arnaud
tagDiv Member

So, the good news is that we figure out which was the origin of this break of our posts with a featured video: the use of Autoptimize and specifically one option for inline CSS. Mea culpa on our side. We simply disabled for now. However, I assume that we could still overcome this problem by excluding the specific cloud template from being CSS-optimized by Autoptimize, right?

In the meantime, we have another problem (not new): the featured video (again). The static image of the video (before clicking on it to load the video) has a large top border, and the bottom of the video is hidden. It only happens on mobile (although we do not use the mobile theme nor AMP). This phenomenon does not appear on a desktop while simply reducing the screen size (I mean, it happens but the website quickly readapts in 1/10th of second). See the photo here to understand the problem.

However, we tried modifying all parameters regarding CSS for the phone version but it did not change anything. Moreover, we tried by using a PRO cloud template dedicated to video, and the phenomenon is still present, so the problem is not to find on the COMPOSER side. Any solution? We tried playing with the THEME panel, and specifically in video settings, but still no solution.

Thank you

  • This reply was modified 6 years by Arnaud.
Neoguy396
Participant
#0

Hello, I’ve installed a social floating icon plugin for my blog posts as the theme doesn’t have such feature and noticed the social sharing is overlapping with the top to bottom icon. How do I move it a bit up on the mobile version?

Anurag_123
Participant
#0

today i use w3 total cache pluging then in the system status it shows this plugin not comfortable with mobile theme.can i use wp rocket premium cache plugin to fix comfortable with mobile theme.

smile099
tagDiv Member

Ok, I’ve created a new theme. I’ve added some ads in the content and now this adsense ads looks very weird on mobile and tablet. How to change that? I’ve set up 728×90 ad on desktop, how to make now different ad sizes for mobile and tablet? https://prnt.sc/sfesn2

Calin
tagDiv Staff

Hi,

The file responsible from mobile theme plugin and amp posts is this one > wp-content/plugins/td-composer/mobile/single.php -> https://i.imgur.com/sgdgEmt.png

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

1. You need to edit the page with tagDiv Composer, click on the first block and check the css tab -> https://i.imgur.com/QX7RCky.jpg set the margin bottom 0 -> https://i.imgur.com/kH3bbaU.jpg aftr that click on row -> https://i.imgur.com/hTehlOu.jpg and set the margin bottom you want, for example 4 -> https://i.imgur.com/KKxN2Pp.jpg
2. If you are using the social counter of Instagram, make sure that you set in theme panel the api key -> https://forum.tagdiv.com/instagram-widget/ also for YouTube you need to use an api key too -> https://forum.tagdiv.com/youtube-api-key/ after that the social counter should work -> https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Also if you are using cache plugin, you need to clear all cache.
3. If you are using the mobile theme plugin, hen you need to set the mobile logo here -> https://i.imgur.com/Kg5l5uL.png if you are using the responsive version, you need to set the logo with tagDiv Composer -> https://www.youtube.com/watch?v=HXQQygkCCJo
4. You can change the background image from here -> https://i.imgur.com/013hPu8.png also if you are using the mobile theme plugin you need to change it for mobile from here -> https://i.imgur.com/lwZs1hu.png
5. The page speed of your website depends on how well your site is optimized, if you follow the steps which are presented in this tutorial here -> https://tagdiv.com/how-to-increase-page-loading-speed/ you’ll be able to increase the speed of your website.
Also you can check this similar topic for more solutions: -> https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/ -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
https://tagdiv.com/how-to-increase-page-loading-speed/

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

Yes, this option is only for pages and only if you have the mobile theme plugin enable.
I’ve made a video for how is working, maybe this will help you better -> http://www.filedropper.com/2020-05-121449 also to see the mobile version, you need to refresh the page in inspector after you set it on mobile.

Thank you!

NMI
tagDiv Member

Dear Calin!

Thank you again for your help and sorry for the late response. Corona has brought everything down. But we are back in business and I have now tried your Solution No.1:

I have managed to add our “language selector” instead of your “search icon” in the mobile version (for test purposes I only changed it in the “header-menu.php”, the others I would change once it works).

So far so good: https://fm.lujong.org/
If you resize it to mobile, you will see the language selector and it works! The only thing I can’t get rid off is, if you click on the selector it still opens the “search background”!

I have found the jQuery for “#td-header-search-button-mob” in “tagdiv-theme.js” and “tagdiv-theme.min.js”! I commented everything within the functions out but its still not working, it still shows the “search background” on click!

Please help, am I thinking too complicated here??

Calin
tagDiv Staff

Hi,

The placeholder thumb for posts that do not have a featured image is working on mobile theme -> https://i.imgur.com/RDRx48N.png, just make sure that you have the thumbs for mobile theme enable in theme panel -> https://i.imgur.com/CWTKvoM.png -> https://i.imgur.com/Tepm2Fd.png -> https://forum.tagdiv.com/the-mobile-theme/

Thank you!

SolidGolf
Participant
#0

When viewing the mobile version of my website, I noticed what appears to be the header menu available as a drop-down menu on the left-hand side. If someone could direct me to where I would find how to change this transparent default picture seen in only the mobile/tablet versions of the site that would be greatly appreciated.

Foto Zumstein
Participant
#0

I go crazy with this theme.
I have done the theme update to 10.3.3 and then it said update theme plugin.
And now the website is broken, and I can not update the plugins….
I have tried it several time manually! always an error message through the theme plugin page.
Now it asks in red to update standard pack and mobile theme. but in plugins, there is not update information.

WHAT CAN I DO?

https://ichwillinput.ch
As I can not upload screen shots here….

Josan
tagDiv Member

Oh thanks. Didn’t notice that option of AMP only for mobile theme.

I have one More question. Is it possible to hide some of the block from tag div composer on mobile? I am using tag div cloud library and don’t want to show sidebar blocks on mobile.

Viewing 25 results - 9,651 through 9,675 (of 22,177 total)