afdel
Forum Replies Created
-
Hi Grace,
If things work out as explained by Peter, I think it is ok.
If every contributor has a profile set up with google plus, there is no cause for alarm because their posts will definitely be attributed wiith their google author profile.
If perchance, a contributor doesn’t specify author profile, is there anything wrong in attaching the post to the publisher being one of the author in the brand.
Forum: Fixing WordPress
In reply to: Can't upload media since upgrading to version 3.8Thanks for your observation and care
I had this same problem with my site at
[links moderated per the forum rules]
and resolved. That is the reason why I asked geraldfuller if his onwn was resolved
Forum: Fixing WordPress
In reply to: Can't upload media since upgrading to version 3.8@geraldsfuller, have you resolved your own?
Forum: Networking WordPress
In reply to: Multisite – can't access the administration panelOpen your wp-config.php file through your webhosting control panel. Scroll down until you get to the line that describes the multisite as shown below:
/* Multisite */
define(‘WP_ALLOW_MULTISITE’, true);
define(‘MULTISITE’, true);Change the word ‘true’ to false
When you do the above, you ‘ll be able to access your theme and plugin, disable all of them.
Go back to your cPanel and reverse the change you have made i.e change the word ‘false’ to true
Go back to your wordpress dashboard, you should be able to access your network multisite admin area.
Last work: Activate your plugin one after the other and see which was actually giving the problem. you may delete the plugin permanently or better still if the plugin update is available, update the plugin.
[link removed]
Forum: Networking WordPress
In reply to: I can't access my network admin area for my wordpress multisiteOpen your wp-config.php file through your webhosting control panel. Scroll down until you get to the line that describes the multisite as shown below:
/* Multisite */
define(‘WP_ALLOW_MULTISITE’, true);
define(‘MULTISITE’, true);Change the word ‘true’ to false
When you do the above, you ‘ll be able to access your theme and plugin, disable all of them.
Go back to your cPanel and reverse the change you have made i.e change the word ‘false’ to true
Go back to your wordpress dashboard, you should be able to access your network multisite admin area.
Last work: Activate your plugin one after the other and see which was actually giving the problem. you may delete the plugin permanently or better still if the plugin update is available, update the plugin.
[link removed]Forum: Networking WordPress
In reply to: I can't access my network admin area for my wordpress multisite@verma, your hint really help me. I really appreciate that. I will post the step i followed for the others to benefit later in the day.
i solved the problem through wp-config but slight trick.
It was some of the theme and/or plugin that caused the problem.
Thanks
Forum: Networking WordPress
In reply to: I can't access my network admin area for my wordpress multisitei just did that. it didn’t solve the problem
Forum: Networking WordPress
In reply to: Multisite admin can't login suddenlyPlease help,
Anytime i want to access my network admin, i received the following error message.
Also, the widget is no more editable, i cant drag any of my plugin to the side bar.
The website encountered an error while retrieving http://example.com/wp-admin/network/. It may be down for maintenance or configured incorrectly.
Error code: 500Forum: Themes and Templates
In reply to: How to add facebook like to the siteThanks, I have got it