babssaul
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove 'says' from comments.Instead of this I added the following to the style sheet:
.says {display:none;}
Forum: Plugins
In reply to: [WP Tumblr] [Plugin: WP Tumblr] Post LengthAgree – would also like to be able to do this. Not found the plugin yet that will, but it must be out there…
Apart from this, the WP Tumblr does a very nice job.
It was working yesterday – I installed it afresh on a blog.
What made me look is the date it was showing “Next scheduled backup: January 1st, 1970 @ 1:00am (Europe/London) “
That bothers me so will be taking it out of all the sites I look after, just to be on the safe side…
And thanks Bozz for the alternative suggestion.
Forum: Fixing WordPress
In reply to: Stylesheet/Theme not loadingJust wanted to post how I fixed this in case others have a similar issue.
The problem was caused by the permalinks being set wrong – just a missing / but that threw everything.
So I went into the database and corrected the siteurl in the wp_options table.
And lo – one website restored, into the Dashboard and set the permalinks to something that works.
Huge thanks to geeksfolder for guidance.
Forum: Fixing WordPress
In reply to: Stylesheet/Theme not loadingThank you, dear Geek
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /online/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /online/index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Stylesheet/Theme not loadingThank you – that’s the way I was thinking too (glad to know I’m not going mad).
Trouble is, I can’t get into the Dashboard.
Can I get to the permalink setting via the database?Really appreciate your help
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Place button beside email fieldOf course – thank you for this, Nate.
And for being here – Mailchimp is now something I will work more with for clients.Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Place button beside email fieldI have worked around this by adding a -margin-top to the button. Code for all this is in the mailchimp.php (and have made a note for when upgrades go through!).
If there is another way round, would welcome it