Cleopatra
Forum Replies Created
-
Forum: Plugins
In reply to: [Gator Forms: the WordPress Contact Form with bite!] Change Sender Name?Ah well that’s disappointing. I’d have thought it a simple thing that i just wasn’t aware of, clearly not.
A deal breaker for me as all mail that comes through is from the same sender (my website), it’s proving a problem this end.
Adjusting things server side seems a bit ott, so i’ll search out an alternative plugin solution. A shame as i love everything else about this one.Forum: Plugins
In reply to: [Gator Forms: the WordPress Contact Form with bite!] Change Sender Name?Changing that setting to No does indeed allow the sender name to be automatically updated, however test emails have landed in my junk folder (as expected if i’m honest).
Is there another solution please?
For example,
Contact form 7 plugin allows admin to change the sender name but keep the correct domain ([email protected]) in the email address.Thanks for getting back to me 🙂
Forum: Plugins
In reply to: [Gallery Slideshow] Won't work since WP updateAdding the custom field wpautop > false to each individual post fixes it. But that kills the auto paragraph functionality of WP and will mean going through every post, checking if gss is in it and editing the post.
This links to an un-fixed post. ie a post without wpautop turned off.
https://www.celticquestcoasteering.com/national-tourism-awards-wales-2013/As you can see there’s this text…
data-cycle-speed="750" data-cycle-center-horz="true" data-cycle-caption="#gslideshow_captions" data-cycle-caption-template="{{alt}}" >Followed by all the images running vertically down the page.
Slideshow functionality is dead.Re-installed the plugin, tried to run bulk smush, fail.
My site is now https, so i’m guessing this is the issue.Hey David
Crikey it has been a while!
I opted for optimising images before uploading them, but am open to trying the plugin again (it would certainly remove a step in my upload process).
I’ll have another go with the plugin and let you know how I get on.Hey there
final htaccess code i used is the section quoted above 🙂Turns out i was being a complete plum!
I uploaded wordpress folder from running it on my local testing server. Rules & conditions within wordpress’ htaccess file had localhost filepath, doh!
Copy and pasted code from wordpress permalinks page in admin, problem solved.<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule>Its always something simple, staring me in the face, that i’m completely blind to.
Sorry if i wasted anyone’s time on this one xForum: Fixing WordPress
In reply to: Image positioning not behaving as it should? within a postvtxyzzy
Thanks ever so much for taking a look.
That did the trick, it also got me to thinking, so i took a look at the wp twentyeleven theme and copied its alignment styling across.
Problem solved, its almost ready for me to import my blogspot blog…..woohoo, thanks again 🙂