vidanov
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot login to my wp-adminYou should turn on Show Hidden Files option in your ftp client
Forum: Fixing WordPress
In reply to: I cannot delete Multilingual Press pluginDelete or rename the plugin folder
/home/shiyad1/shivalikschools.org/wp-content/plugins/multilingual-press/
using ftp clientForum: Fixing WordPress
In reply to: WordPress site hacked into, DID NOT BACK UP. PLEASE HELPAsk your hosting provider about the backup
Forum: Fixing WordPress
In reply to: Cannot login to my wp-adminCheck what you have in .htaccess file in your WordPress folder
Forum: Fixing WordPress
In reply to: Cannot login to my wp-adminDid you take a look in
wp_options table in your DB ?Forum: Fixing WordPress
In reply to: Maximum execution time of 300 seconds exceededI found the similar topic
http://wordpress.org/support/topic/fatal-error-maximum-execution-time-of-60-seconds-exceeded-1?replies=15As the timeout is happening at wp-includes\class-http.php on line edit is and add at the start of it:
set_time_limit (300000);
Forum: Fixing WordPress
In reply to: Gallery not editableSome plugins and themes can be the problem.
It makes sense to make the development copy and test all possible reasons.Forum: Fixing WordPress
In reply to: how to change the language of my plugin ?It seems the plugin was not prepared for the translation.
You can ask the plugin author for that and then support the translation of the language files. See also http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/Forum: Fixing WordPress
In reply to: Visual Editor Not WorkingIf it was update. Maybe upload per ftp WP files again
Forum: Fixing WordPress
In reply to: Cannot login to my wp-adminIt seems that your site url set wrong.
Try to set it in the wp-config.php
http://codex.wordpress.org/Changing_The_Site_URL
or in wp_options table in your DBForum: Fixing WordPress
In reply to: Visual Editor Not WorkingForum: Fixing WordPress
In reply to: WP_options crashedTry to ask your hoster for the latest backup.
Forum: Fixing WordPress
In reply to: Maximum execution time of 300 seconds exceededWhat is the file size?
Is it the default install or with some themes and plugins enabled?Forum: Fixing WordPress
In reply to: Help with menu items?The Glide Theme is a paid one, you should have the possibility to get support by the theme author.
Thank you!