Dave Naylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Any way to remove space between rows in Visual Editor?Reduce the size of the margin-bottom? If you’re using a child theme, enter the CSS I posted above and make the number smaller than 35px. Alternatively use a CSS plugin:
https://wordpress.org/plugins/simple-custom-css/
Bear in mind that this is not a plug and play thing, you’re going to understand a little about CSS.
Forum: Fixing WordPress
In reply to: wp-admin blocked by rogue codeI’m thinking that functions.php file had some theme specific functions, and you removed them. Can you upload a clean functions.php file from your downloaded them?
Forum: Fixing WordPress
In reply to: Appearance not showing up in DashboardConventionally, no. You can add an administrator via PHP/MySQL but it’s not a newbie type task. You could end up doing more harm than good.
Forum: Fixing WordPress
In reply to: Appearance not showing up in DashboardCan you list users on the site, or view/install plugins. It could be that her role is not that of administrator or maybe there’s a menu restriction in place that hides certain menu items from certain admins.
Forum: Fixing WordPress
In reply to: Appearance not showing up in DashboardWhen you log into your friends site, what role does the (your) user have?
Forum: Fixing WordPress
In reply to: Comments not showingFrom your site:
You must log in to post a comment.
Dashboard –> Settings –>Discussions.
Untick: Users must be registered and logged in to comment
Forum: Fixing WordPress
In reply to: Connecting wordpress to phpbb problemNever used it personally, but:
Forum: Fixing WordPress
In reply to: Modified wp-config.php now blog won't workPhpmyadmin –> wp_options table. Row 1 , siteurl. Row 36 (ish) home.
Forum: Fixing WordPress
In reply to: Modified wp-config.php now blog won't workOK, they need to be removed.
Forum: Fixing WordPress
In reply to: Modified wp-config.php now blog won't workAre those line numbers actually in the file (they shouldn’t be).
Forum: Fixing WordPress
In reply to: Modified wp-config.php now blog won't workTake your wp-config file, replace sensitive details like passwords with XXXX and then post it to pastebin.com. Then put the link in here.
Forum: Fixing WordPress
In reply to: Designer holding website hostage.Do you have access to the hosting account?
Forum: Fixing WordPress
In reply to: WooCommerce InquiryYou might find this gist useful:
Forum: Fixing WordPress
In reply to: Modified wp-config.php now blog won't workIf you can use phpmyadmin at your host, access the database server using that and look at the first row in wp_options for each of the databases. It should contain your site URL.
Forum: Fixing WordPress
In reply to: Bulk Actions Move to Trash H E L PPosts and pages are contained within the database, so the data is flagged as trash until you go on to delete it. Images are files outside of the database, so when you want to delete them, that’s what WordPress does.
Might be a good time to review your backup policy. I backup sites I control twice a day!