Dear sir,
i update the theme and make the setting as i can, but home pages setting, where i change its my site and home page is still not showing properly. please help me.
Hello !
Please try this custom css for mobile arrows
.td-mobile-content .td-icon-menu-right {
display: block;
}
-> https://www.screencast.com/t/mZ00jNoM0
2. Here you will find some usefull tips and tricks on how to increase your page loading speed: https://tagdiv.com/how-to-increase-page-loading-speed/
Thank you !
sir sometimes my site pages showing error and the error you can see in this screenshot url.
https://snag.gy/0kGZxq.jpg
and these are due to categories.
sir if i send your wp username and password than you make the correction.
you can see my mobile speed is so low:
https://developers.google.com/speed/pagespeed/insights/?url=www.learningall.com&tab=mobile
sir i add following codes to my .htaccess file
<IfModule mod_deflate.c>
<filesMatch “\.(js|css|html|php)$”>
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 604800 seconds”
ExpiresByType image/jpeg “access plus 604800 seconds”
ExpiresByType image/png “access plus 604800 seconds”
ExpiresByType image/gif “access plus 604800 seconds”
ExpiresByType application/x-shockwave-flash “access plus 604800 seconds”
ExpiresByType text/css “access plus 604800 seconds”
ExpiresByType text/javascript “access plus 604800 seconds”
ExpiresByType application/javascript “access plus 604800 seconds”
ExpiresByType application/x-javascript “access plus 604800 seconds”
ExpiresByType application/x-font-woff “access plus 604800 seconds”
ExpiresByType application/x-font-svg “access plus 604800 seconds”
ExpiresByType image/svg+xml “access plus 604800 seconds”
</ifModule>
# END Expire headers
Hello !
1.We get that often, googles measurement is not very accurate. Sometime it doesn’t load the style.css so that’s why you will receive that error.
2.To increase your mobile page speed we recommend using the Mobile Theme. The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme: https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
3.You have to add that code here: https://www.screencast.com/t/LD1QfMGq3
Thank you !
ok thanks for help. i activate mobile theme with AMP.
i face another issue when i visit my site from mobile device and click on categories like this https://www.learningall.com/category/business/ (if we see this category url in mobile than all categories are showing on up.i would not want this.
kindly check in mobile.
Hello !
In order to remove that you wil have to edit the: TD_CATEGORY_TEMPLATE_MOB_1.PHP wich can be found in the theme folder: mobile/includes/category_templates/td_category_template_mob_1.php and remove the line 12: https://www.screencast.com/t/AsYm3T5L. After the modifications please make sure that you have cleared your cache.
Also please note that support team is answering the topics from latest to newest. So if you keep replying to your topic you only make the waiting time longer.
Thank you !
thanks sir,
sir i have another issue in AMP Mobile theme.
in my amp pages the categories are showing like this check this screen shot:
https://ibb.co/tPNrPqk (it’s not good)
in mobile theme the categories are showing fine below the screen shot:
https://ibb.co/3FLFrc6 (in this mobile without AMP pages the Categories are showing like this i want that AMP pages will also showing same like this.
kindly tell me what i do for this
Thanks for help.
Hi,
The menu in AMP is look like this https://ibb.co/tPNrPqk because in AMP is not allow JavaScript, so the arrows from mobile that are auctioned by JavaScript will not work on amp, as a result the menu is listed.
Thank you for your understanding!
