iShouvik
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Images won't loadIf you can’t upload images, Jak, I think it might has something to do with your directory permissions and ownership. Have you checked them?
Forum: Installing WordPress
In reply to: How do i stop two themes from merging?Hey Tony,
I think this has to do with your site cache. If you are using any plugin like WP Total Cache then purge page cache.Also, if you are using CloudFlare then purge the cache for your site as well.
Try a different browser and if the site loads perfectly on that, clear cache of your previous browser.
~ Hope it helps!
Forum: Installing WordPress
In reply to: Can't Load WP 4.0Seems like a permission issue to me. For some reason your web server is unable to write inside your wp-content/themes directory.
If you have access to ssh, change the permission of the directory
chown -R www-data:www-data /path/of/wordpress/wp-content/themes
If you are on a shared server then you need to contact your hosting provider regarding the issue.
~ Cheers!
Forum: Installing WordPress
In reply to: Installation in CPanel, wp-configHey damiendb294,
If you are using CPanel, mostly likely it already has some automated script installer like Softaculous installed on it. All you have to do is select WordPress as your choice of CMS, choose the directory path and database credentials, if you don’t wish go for the default ones, and it will automatically create the database and its users and install WordPress on your server.You will either need to point your domain name to the name servers provided by your host or create an A record and point it to the dedicated IP address of your new server. Either way works.
If you haven’t already, export your existing wordpress.com site using the Export tool and import it on your new self hosted WordPress site.
I hope it helps.
~ Cheers!