Tawfiqur Rahman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: fix faster wp site for mobile versionHello,
WP theme is not the issue in this case. I saw that you are using Elementor and Elementor Pro on the website, that’s the reason for the low PSI score.
“Eliminate render-blocking resources” taking most of website load time. So I guess you are not using any caching plugin to defer javascript file load.
Some popular Caching plugins,
- WP Rocket (Paid)
- WP Super Cache
- W3 Total Cache
- Cache Enabler
- Swift Performance Lite
You will found a very good article on the Elementor website here https://elementor.com/blog/how-to-speed-up-wordpress-website/
Thanks,
TawfiqHello Ariful,
Thank you for the quick solution. It’s fixed my issue and labels are visible on Mobile devices. Nice work ??
Hello Ariful,
Thanks for your quick response.
Thank you for your quick support.
Forum: Fixing WordPress
In reply to: Transferring a web siteHello, begadoc
You can do it both way, create the whole website in a local server and upload it into the webserver when it’s done. There are plenty of WordPress plugins to help you migrate your website from local server to webserver. like Duplicator – WordPress Migration PluginDuplicator All-in-One WP Migration etc
There are lot’s of webserver support WordPress staging/development site also. You can change your development domain name very easily when you are satisfied with your development site.
Thanks, hope it’s helpful for you.
Forum: Themes and Templates
In reply to: change background colorPlease check the screenshot
https://www.dropbox.com/s/nltkd9uocqx0vud/2014-04-19_1004.pngif you want the similar result just add/change following style in your style.css
#featured {
background-color: #FFFFFF;
}.home .widget-wrapper {
background: none repeat scroll 0 0 #FFFFFF;
}