robscott
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce CSV importer] Who wants to test the new BETA version?Also we are able to use some fairly hefty setups too 😉
Forum: Plugins
In reply to: [Woocommerce CSV importer] Who wants to test the new BETA version?Hi, we’re adding a heap of products to a new shop and I’m testing the ability of your plugin to import from CSV – will be happy to help.
Okay, this is NOT a theme conflict.
It appears to be one other plugin which is not playing nicely with the SEO plugin.
Have narrowed it down. Would be interesting to know where we might look for reasons why this is happening? The other plugin causing the issue is one I built and I’d like to keep it (it is integral on this website!).
So to clarify, for the above poster, @arturocivit:
Your Code:
.... Preferred Time for Showing:<br /> [select* PreferredTimeforShowing include_blank "Morning" "Afternoon" "Evening"] [date date-222 20/ date-format:mm/dd/yy year-range:2012-2020 first-day:1 "Date"] ....Should be:
.... Preferred Time for Showing:<br /> [select* PreferredTimeforShowing include_blank "Morning" "Afternoon" "Evening"] [date date-222 20/ date-format:mm-dd-yy year-range:2012-2020 first-day:1 "Date"] ....And THAT will work (assuming it isn’t something else which is breaking things…).
Experienced this issue on a new contact form – brand new plugin – with the date failing to validate.
The solution which worked for me was changing the “/” in the date to a “-” ie.
dd-mm-yy
or
dd-mm-yWorks.
dd/mm/yy
or
dd/mm/y
Doesn’t work.Hope this helps someone get their problem fixed! This solution is mentioned further up this post, but a lot of other posters have pasted code containing the “/” symbol – this doesn’t validate at all, under any circumstances!
Forum: Fixing WordPress
In reply to: Allow search engines option doesn't work :/I’ll tell you how this is fixed…
We stumbled across this issue as we developed a WordPress website ina subdomain, privately, for a client, before moving the completed WordPress website to it’s new URL, and changing all the links etc over.
When we went to switch the privacy settings off, they kept not changing.
This is excacerbated by the WordPress SEO by Yoast plugin we use, which points to the OLD privacy settings page, which no longer works.
We had upgraded to the latest stable release between launching the test site and the live website. During the new WP (3.5 or 3.5.1) the Privacy options moved from:
BLOGURL/wp-admin/options-privacy.phpTo:
BLUGURL/wp-admin/options-reading.phpIn the second page, the privacy settings are at the bottom!
In addition to “unchecking” the option for privacy, we also added an unrestrictive Robots.txt file, and put in a valid, working sitemap.xml file (something Yoast’s plugin does really well).
Hope this helps someone experiencing the same issue – we googled and came here… few things more frustrating than a support page with no answers (hint to OP – at least SAY what the solution was!).
Okay, it sounds as though you have a plugin and/or theme conflict.
This plugin works on most setups.
Try disabling all your plugins (except this one!) and using a default WordPress theme and see if your image slider works.
Then, if it does, try activating your theme of choice, and see if it works.
Then reactivate your plugins one by one and keep checking to see which one causes the conflict. When you find out which it is, decide if you can live without it!
Another image slider you might like is Slideshow Gallery (but I’m not sure it will do what you want this one to do, as we use them as either/or!):
http://wordpress.org/extend/plugins/slideshow-gallery/
Hope you can get this one working – its a nice plugin when it works.
Forum: Plugins
In reply to: [wpMandrill] [Plugin: wpMandrill] Compatiblitity with other plugins“relatively vanilla” is a new low for me…
Forum: Plugins
In reply to: [wpMandrill] [Plugin: wpMandrill] Compatiblitity with other pluginsCan confirm that wpMandrill does not work with Contact Form 7 using the API on a couple of our setups (which are relatively vanilla).
It does, however, work sending via SMTP using Configure SMTP plugin to enter the Mandrill SMTP credentials, so this looks like a plugin incompatibility.
Without having dug around too deeply (we got the functionality we wanted – a working email form offloaded to Mandrill), I think this signals that Contact Form 7 + wpMandrillplugins won’t play together via the API method without some more advanced configurating.
Actually, we have switched to a system outside of WordPress for this – but thanks for the response.
What we are now doing is processing outside WP and sending posts programatically from outside, with emails triggered “up the chain” so to speak. This is because we were deleting more stuff than we were including, so it seemed more appropriate to be “culling” spam higher up the chain.
Your plugin was very useful prior to this, however, and is still good on our collaborative news website (where we don’t delete articles – as we trust our authors on that site – but do require a pause for editing).
We did not get to the point where we hooked this up, so there’s no code to add in. Marking as “resolved” as its no longer necessary.
I would also like to find out how to do this, simply!
I will have a crack at it though in the mean time. Whichever is first – my skills or the WP community, doesn’t matter to me ;)…
Actually had a bit of battle with quite a bit of Facebook & Twitter code not being valid it turned out. But fixed after 30-40 minute’s tinkering. Was it worth the hassle? Maybe not, but if we’re going to talk to clients about validation, would make sense to be doing so from a website which is, itself, valid!
Thanks again for an excellent plugin.
Forum: Hacks
In reply to: Mass Deleting Users from Email List🙂 That is a concept too few people grasp. 🙂
Unfortunately, that’s the ego-centric world we live in! My problems, obviously, are so important, they must be everyone’s problem…
I’m sure I can bottom this one out at some point in the next week or two. I just wanted to do it the lazy way, where someone else drifted in with precisely the code I required 😉
Forum: Hacks
In reply to: Mass Deleting Users from Email ListYes – makes sense, really wondering if there is a similar plugin out there! I wouldn’t be surprised if there was not, though, as there’ll be few people with this exact set of requirements…
Forum: Plugins
In reply to: [Slideshow Gallery LITE] [Plugin: Slideshow Gallery] BrokenHi Antonie,
Will drop you the link when live.
Have selected “working” on the latest version of the plugin (1.2.1) – which should be enough?
Am sure if anyone runs into similar issue, they will end up here and get to solution: was a quirky one in any case!
Thanks again,
Rob