Marvie Pons
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ftp solution to lock-out on an old WP web site?Try one of the methods here:
https://codex.www.ads-software.com/Resetting_Your_PasswordForum: Fixing WordPress
In reply to: Help – 1000 Spam Comments Per DayI have unchecked ‘Allow people to comment on new articles’. Comments are still coming in.
You will also need to untick “Allow comments” in the Discussion pane on each Edit Post for each of your published Posts. If you can’t see the discussion box, click on ‘Screen Options’ in the upper right hand corner of the dashboard and tick ‘Discussion’.
Forum: Fixing WordPress
In reply to: Help – 1000 Spam Comments Per DayFor some reason I am getting thousands of spam comments each day.
Navigate to your plugin menu and activate Akismet. Or look for other anti-spam plugins.
See also the Combating_Comment_Spam page in the Codex.
I have unchecked “Allow comments” on mysite/wp-admin/options-discussion.php
You mean the discussion box found in the Visual Editor
How can I turn off all comments for the whole site?
Go to your ‘Settings’ tab in the dashboard then go to the ‘Discussion’ section and uncheck the box labelled ‘Allow people to comment on new articles’.
Hi @mrienstra … thanks for pointing this out, updated.
Marking this as resolved.
Forum: Plugins
In reply to: [WP Reading List] Comments disappear on postsI think it’s not an error with the theme you are using, because it also happens on the default WP themes (twenty thirteen/twelve/eleven).
It seems to be working fine at my end.
Forum: Fixing WordPress
In reply to: How to Edit Password Protected Post MessageGlad that your site is back again. Try that code again but this time do not include the opening and closing PHP tags.
Forum: Plugins
In reply to: [Yet Another Social Plugin] Tweet Pin It text appearing on category pageHi @webrightnow …thanks for using the plugin. I just pushed an update…which should fix the problem.
Forum: Plugins
In reply to: [Yet Another Social Plugin] Tweet Pin It text appearing on category pageHi @webrightnow …Thanks for the info. I just pushed an update…which should fix the problem.
Forum: Fixing WordPress
In reply to: How to Edit Password Protected Post MessageForum: Fixing WordPress
In reply to: reset password not workingForum: Themes and Templates
In reply to: [Penumbra] changing the opacity in the cssTry this
.main-navigation, .main-navigation ul li:hover ul { background: black; }
Forum: Themes and Templates
In reply to: [Penumbra] changing the opacity in the cssHi, as @andrew Nevins stated, you don’t need to worry about changing the menu background to be 0% transparent. That background for the menu is an image.
You can override that image by changing the background color of the menu. Add this code in the Custom CSS Manager plugin or in the Custom CSS box in the theme option panel:
.main-navigation, .main-navigation ul li:hover > ul { /*Change the color to suits your needs*/ background: black; }
Forum: Themes and Templates
In reply to: [Penumbra] Remove Footer Widgets#tertiary { display:none; }
Forum: Themes and Templates
In reply to: [Penumbra] Sidebar 2 – Nothing appearingWhat is your site URL?