Suren Dias
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: new to making sites and so lostHere is an article to find your root directory.
Forum: Fixing WordPress
In reply to: new to making sites and so losthey just open notepad and create an html file and save it as index.html
in that add the following code,
<html> <body> <img src="imagefilename.jpg" /> </body> </html>then upload that file to the root of your web server.
That plugin was suggested assuming your going to use WordPress, if your not use the html method above.
Forum: Fixing WordPress
In reply to: Visitors Cannot Comment on my PostsAwesome
Forum: Fixing WordPress
In reply to: Custom User Sort OrderIf your trying to sort the users on the theme it can be done by adding the sort key to WP_Query where your displaying them.
Is this a custom post type we are talking about or the default user list on WordPress?
Forum: Fixing WordPress
In reply to: Unable to edit Image Gallery after 4.2.2 UpdateMaybe something went wrong while updating. So if you have a backup you can try installing it on your local host and then try to update it and see, this might help to identify if its a server issue, Maybe your server php version or upload limits might not be enough for the new WP version. Also you might be able to get an idea of the problem by checking logs on your server.
Forum: Fixing WordPress
In reply to: Change Background color to solid blackYou can open the style.css file on your theme folder and add this code and check.
body.custom-background { background-image: none !important; }This will basically overriding the image that is being set by the theme.
Forum: Fixing WordPress
In reply to: Visitors Cannot Comment on my PostsThere might be something wrong with your .htaccess file. You can try going to Settings > Permalinks and select Post name option, Save and then reload the web page and check.
Forum: Fixing WordPress
In reply to: new to making sites and so lostYou dont actually need WordPress to do that actually. You can just create an html file with your coming soon image and upload the result to the root of your hosting server for each domain.
Or if your adamant on installing WordPress, you can probably do that through your hosting login. There are many one click installers available within the hosting environment it self. And then you can install a WordPress plugin that provides a ready made coming soon page.
Forum: Fixing WordPress
In reply to: Unknown storage engine 'InnoDB'Our websites are back to normal. I didnt do anything, guess what ever the fix hostgator implemented seems to have fixed the databases. Only few servers are effected now and they are working to resolve according to the forum thread. http://forums.hostgator.com/oct-29-02-00-emergency-maintenance-t328219.html
Hopefully everyone’s websites will be fixed soon. Good Luck guys.
Forum: Fixing WordPress
In reply to: Unknown storage engine 'InnoDB'Im having the same issue across multiple websites and accounts on our reseller hosting account. Thanks for the update Russ. Will wait for an update.