Mobile Theme Appearing Randomly (only)

Posted in: Newspaper
Post count: 5

Hello,

There are a couple of issues I am facing with respect to mobile theme.

1. I have go through the documentation and setup WP Super Cache as specified. However, there seems to be irregularities in terms of viewing mobile theme. I see mobile theme and the usual desktop theme at random intervals on a mobile device. Not sure why the usual desktop theme pops when when in-fact only the mobile theme should load.

2. On mobile theme, I am seeing the website logo and About Us written in footer. This is appearing even after disabling footer for mobile theme.

Post count: 22421

Hello,

1. Please make sure you clear all caches and make clear cdn files also. If you have caching on your server, make sure you set it properly by contacting your hosting. Also very important, if you also use a cdn server, make sure you purge files.

2. The mobile theme uses the same footer set-up as the one on desktop. There is no extra settings for the footer on the mobile theme. It will get converted to the default footer style, but the content is the same as the desktop version. The about us section and the follow us are predefined for the mobile theme so if you want to remove them, you must use css to do so.
You can use this code:

.td-footer-description{
display:none!important;
}

Add the code in the mobile theme settings under custom css:
http://screencast.com/t/4LBcVoS4

Thank you!

Post count: 5

Hello,

1. There’s no cdn and I am on a budget server so no control over server caching as well. I use wp super cache and that has been setup as mentioned in your documentation.

2. Thank you for sharing the code. It removed the About section but I can still see the logo in footer :/

Also, can you share the name of plugin you guys use to further improve page speed i.e. minifying files?

Post count: 22421

Hi,
1) Please contact your hosting then and let ask if there is any caching set automatically and how to clear it. Make sure you also clear wp super cache.
2) The footer logo on the mobile theme can be removed with this code:
.footer-logo-wrap{
display:none!important
}
3) The minify option we use is this one: https://forum.tagdiv.com/cloudflare-cdn/
Hope this helps.
Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.