Cloudfree-Horizons
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Wordwrap Failure Raindrops themeFixed – Highly recommended for ease of use and high customization
Forum: Fixing WordPress
In reply to: Wordwrap Failure Raindrops themeThis isue has been fixed by Raindrops author, who I contacted personally. Gret, RAINDROPS theme rocks.
Forum: Fixing WordPress
In reply to: Wordwrap Failure Raindrops themeok . . . that looks like about twenty years of retraining to use, but great tip and have it installed. Is there a baby sitter in the house who can help me with all the other issues its discovered? hmmmm, suddenly humbled and going back to firebug to loook again . . . I presume anyone with firebug installed can aslo anylize any web page like that? – my website – see faults etc?
1. Open “wp-config.php” file in your wordpress installation folder.
2. Find following code in the file opened in step 1:-define(‘WP_DEBUG’, true);
3. Replace the code found in the step 2 with the following:-
define(‘WP_DEBUG’, false);
4. Save the file back (replace existing file, if required).
5. Refresh your website page, If error is still there or you couldn’t find the code mentioned in step 2 then continue to following steps:-
6. Open “wp-content/plugins/loginradius-for-wordpress/LoginRadius.php” file in your wordpress installation folder.
7. Find following code in the file opened in step 6:-include(‘LoginRadius_function.php’);
8. Place the following code in the line above the code found in the step 2:-
error_reporting(E_ALL ^ E_NOTICE);
9. Save the file back (replace existing file, if required).
Forum: Plugins
In reply to: no access to dashboard since new pluginDeleted plugin after good advise, LoginRadius incompatible with my version of Wp – calling it resolved.
Forum: Plugins
In reply to: no access to dashboard since new pluginokay, thanks. good idea, I will try renaming it with ftp, sounds like a work around and will do that now.
Yes, still have error, but am into dashboard now, good advise, thanks.
Will leave open until I get fully resolved and post any answer here.