JamieLe
Forum Replies Created
-
I’m having the same problem with two sites that I’ve just moved from one server to another under the same hosting company.
I transferred one manually and one using WP Clone. Once the sites were up and running on the new server I deleted BackWPuP and reinstalled — both are getting the error: The HTTP response test get a false http status (404)
For the record, I’ve been transferring sites onto this server this way all week and reinstalling BackWPuP and everything’s been fine. Problem has started today for me.
Great plugin normally, Daniel.
Forum: Plugins
In reply to: [WP Customer Reviews] When is version 3 coming out?Perhaps if enough people mithered them via their Twitter feed or their Facebook page, they might be inclined to give an update ??
Forum: Plugins
In reply to: [WP Customer Reviews] When is version 3 coming out?I just spoke to Go Web Solutions who make this. The lady who answered said there’s no update on when the new version is going to be released but that it still going ahead.
Thanks, Mr Impatient.
You could try this: https://www.ads-software.com/plugins/widget-shortcode/
Forum: Plugins
In reply to: [WP Customer Reviews] When is version 3 coming out?Me too and have been waiting months for this… Sat tapping fingers right now…
Forum: Plugins
In reply to: [WP Customer Reviews] When is version 3 coming out?Not sure where you are but they’re in Arizona and it’s only 9am there. Give them a chance to have a coffee and cigarette…
Forum: Plugins
In reply to: [WP Customer Reviews] Buddypress support ?This is what I need as well. Not sure of your requirements but I need this to only allow logged-in users to leave reviews and for their names to link to their profiles.
Should be available today, so we’ll see…
Forum: Plugins
In reply to: [SEO Friendly Images] Custom Post TypesThanks. Please let me know how you get on with it as I do plan to buy it, but the site I’m developing depends on this other plugin I’m waiting for.
Forum: Plugins
In reply to: [SEO Friendly Images] Custom Post TypesJosh, I’ve spoken to the developer on Twitter. The solution is the premium version: https://www.prelovac.com/products/seo-friendly-images/
He says it supports CPTs. I haven’t bought it yet as I’m waiting for another plugin to be developed.
Forum: Plugins
In reply to: [SEO Friendly Images] Custom Post TypesI think I’m a bit too far down the road to go back and remake the CPT. My CPT has about 20 custom taxonomies and five custom fields, then I have about 60 posts, each with lots of info and photos. I could really do with modifying the the plugin if possible.
Thanks for your help though.
Forum: Plugins
In reply to: [WP Favorite Posts] Favorite in custom post type not workingHere’s how I fixed it, similar to above:
Replace:
$qry = array('post__in' => $favorite_post_ids, 'posts_per_page'=> $post_per_page, 'orderby' => 'post__in', 'paged' => $page);
With:
$qry = array('post__in' => $favorite_post_ids,'post_type' => 'any', 'posts_per_page'=> $post_per_page, 'orderby' => 'post__in', 'paged' => $page);
Forum: Plugins
In reply to: [SEO Friendly Images] Custom Post TypesHi, the trouble is I used a plugin (CustomPress) to make the CPT instead of doing it manually through functions.php so I can’t modify the CPT the way you suggested.
Can you think of any other way I might be able to do it?
Forum: Plugins
In reply to: [Google Maps CP] Filter by custom taxonomyHi, thanks for your reply — the tags are a great tip but what I really want to achieve is, for instance, a map with several different tags — let’s say:
- Dogs
- Cats
- Horses
Each animal having several points on the map. Somewhere there would be buttons for each animal to show only their map points.
Like this example I have just found.
If this isn’t available — it has just become a feature request ??
Is would also be really good if the map could dynamically redraw to a zoom level just big enough to enclose only the visible markers — I don’t know how difficult this would be but I be you like a challenge ??
Thanks, your plugin is still good without this feature.
Sorry, ignore this post. I hadn’t selected the condition groups.
It’s all working just fine now.
Forum: Plugins
In reply to: [Frontend Uploader] Feature requestAnd how would I change the title from “Submit a media file” to whatever I want?