riccioc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't Customise WordPress.Thanks WPyogi.o..
I did this procedure before and I forgot … Now you gave me the right link… This is the right code to add to wp config.NOTE: You must insert this BEFORE /* That’s all, stop editing! Happy blogging. */ in the wp-config.php file
// Enable WP_DEBUG mode
define(‘WP_DEBUG’, true);// Enable Debug logging to the /wp-content/debug.log file
define(‘WP_DEBUG_LOG’, true);// Disable display of errors and warnings
define(‘WP_DEBUG_DISPLAY’, false);
@ini_set(‘display_errors’,0);// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define(‘SCRIPT_DEBUG’, true);I repeat. I couldn’t open the Customise page- neither switch or customise any theme. And also I couldn’t move to any submenu because only the main voice would work. You have to open and then click on the submenu. Now thanks to this procedure everything works fine.
Forum: Fixing WordPress
In reply to: Can't Customisetried to change this line
define(‘SCRIPT_DEBUG’, true);
but receive this error message
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/mimettoi/public_html/wp-includes/functions.php on line 3547
Forum: Fixing WordPress
In reply to: Can't CustomiseIf it can help … On the same HOSTING service I got more WordPress installed and this is the only one where I had this trouble …. And… All wp are up to date.
Forum: Fixing WordPress
In reply to: Can't CustomiseYou do not appear to have any plugins available at this time.
Yes deactiveted somes and unistalled others ….
Nothing appears when I click on Customise …. 🙁Forum: Fixing WordPress
In reply to: Can't Customisei’ll doublecheck ….
Forum: Themes and Templates
In reply to: Can't customise any themeHi guys
I have same problem with basic theme Twenty Fourteen.
Menus doesn’t open pop up. I have to click on the first voice to let them appear in a list. Then I select the voice of the list that I need (Ex Header) and NOTHING appears … what should I do ?