lanzen
Forum Replies Created
-
@jason – finally got it fixed, I needed a plugin – which I’d never have known about without your help. Your information put me on the right track straight away. Mr Hendricks, you’re a star.
Sorry to crash the post. My apologies. My problem was the same, so it seemed sensible to hitch a ride!
I’m experiencing the same issues on GMail.
The form is simply not appearing in any folder, inbox or spam.
When I send to another recipient (not GMail) it works fine.
I’m using Business GMail.
Forum: Plugins
In reply to: [Meteor Slides] Wrong Permalinks created by Meteor slidesAny chance of looking at this issue?
My site uses Meteor Slides to show my web portfolio. I also have a Facebook page, so I use the WP-Facebook plugin to publish simultaneously to my Facebook page from by website.
This publishes posts and also any slides I show on my site.
Facebook sends people to the right posts, but every new slide is published with the wrong URL – clicking the slide link on Facebook generates a 404 error.
Forum: Fixing WordPress
In reply to: Remove You may use these HTML tags and attributesHey, Webgrafter – your css code version is more elegant and works better where the comments.php line being replaced has a lot of attributes.
Losing these can cause issues. For example my comments.php line had:
<?php comment_form( array(‘label_submit’ => esc_attr__( ‘Submit Comment’, ‘TheCorporation’ ), ‘title_reply’ => ‘<span>’ . esc_attr__( ‘Leave a Reply’, ‘TheCorporation’ ) . ‘</span>’, ‘title_reply_to’ => esc_attr__( ‘Leave a Reply to %s’ )) ); ?
Quite a line. Shortening it made the text overflow the submit button, so the css fix let me keep this line and lose the html hints, thanks!
Forum: Fixing WordPress
In reply to: File PermissionsIts called WP-Security-Scan.
My blog is quite an old version 2.05 (I’m about to upgrade, honest!) and Security Scan didn’t like the way my folders were at 777. When I CHMODed mine to 644 as it recommended, I then couldn’t access my blog and my theme reverted to the default after I moved back to 777.
There doesn’t seem to be any help available for this plugin. Not that I could see, anyway.
So, be careful, is what I’m saying, if you’re just changing for change sake!