Alex.Demetriou
Forum Replies Created
-
Hello,
i tried logging into my admin at wordpress and on the left i can see only:
‘Profile’ and ‘Dashboard’. I can edit my profile but if i click on Dashboard, i cant see any options like i used to. The only thing that appears on the right it a title ‘Dashboard’ with an empty dotted line box under it. A note that says wordpress 3.5.2 is available and need to contact site administrator and further on the right has ‘WordPress blog’ with news for wordpress.
Nothing else.
What happened?I am the site administrator.
I appreciate any help people.
Forum: Fixing WordPress
In reply to: How-to: Fix the flash on page load 3.2.x (FOUC)Thank you for your reply. Can you tell me please how and where i can do this?
i have site5 for hosting and wordpress for the blog.
Forum: Fixing WordPress
In reply to: How-to: Fix the flash on page load 3.2.x (FOUC)i cannot login to my admin page (dashboard) now without this appearing:
Parse error: syntax error, unexpected ‘}’ in /home/slradmin/public_html/wp-content/themes/newbusiness/functions.php on line 12Parse error: syntax error, unexpected ‘}’ in /home/slradmin/public_html/wp-content/themes/newbusiness/functions.php on line 12
what do i do??????
[Please do not post in uppercase. It’s the electronic equivalent of shouting and is considered quite rude. Post de-capped.]
Forum: Fixing WordPress
In reply to: How-to: Fix the flash on page load 3.2.x (FOUC)Hello people.
I recently tried out the answer immediately above and didn’t work. I am not a coding expert.
However, i deleted the above from the functions.php and now i get this problem and i cannot fix it.Parse error: syntax error, unexpected ‘}’ in /home/slradmin/public_html/wp-content/themes/newbusiness/functions.php on line 12
THIS IS MY SCRIPT. WHERE IS THE FAULT, PLEASE HELP ME:
<?php
$theme_options = get_option(‘newbusiness’);
// php color script
include_once(‘csscolor.php’);
// Include the admin controlpanel
require_once(‘backend/controlpanel.php’);
$cpanel = new ControlPanel();
require_once(‘backend/customfields.php’);
// move javascript to footer
/*remove_action(‘wp_head’, ‘wp_print_scripts’);
remove_action(‘wp_head’, ‘wp_print_head_scripts’);