willb
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Reset Password] Something went wrong with thatYes, and for it to send the error to the wp debug logs (wp-content/debug.log)
Same here. it just needs to rotate / delete the logs over 1mb. wordfence here i go.
Forum: Plugins
In reply to: [WooCommerce] force secure checkout woocommerce 3.4Why is this marked as resolved? Doesn’t seem like it is.
I’m getting a mixed content error with a woocommerce site, the offending request is:
?ver-3.4.4
3.4.4 is the woocommerce version number. is this a woo misconfiguration, or a bug? is it related do you think to this ticket?
Forum: Plugins
In reply to: [Force Strong Passwords] Password Reset/Fatal Error+1. plugin is broken
Forum: Plugins
In reply to: [Heartbeat Control] Racing Heartbeat on Post EditDeactivate all plugins but this one with the frequency set to 60 seconds that is.
me too.
need to change line mailchimp.php:1790 to
protected static function get_base_url(){
NB developer – untested change. Need to fix & push an update.
thanks
will
Forum: Themes and Templates
In reply to: How to create an advanced search options?Thanks very much for the latest version, some great fixes in there that enable us to deploy to live. Really appreciated!
Ok, cool. thanks
subscribing
Hi, Yep here you go:
http://kindlemanpresents.com.au/demo/em1.jpg
http://kindlemanpresents.com.au/demo/em2.jpgThats because ie is already using ‘parent’ variable name i expect, so replacing the variable with somthing less generic clears it up:
(line 57-73)
// Check if reply or new comment
if(id) {
jQuery(‘input#ef-comment_parent’).val(id);
parent_id_string = ‘#comment-‘+id;
} else {
parent_id_string = ‘#ef-comments_wrapper’;
}jQuery(‘#ef-comment_respond’).hide();
// Show reply textbox
jQuery(‘#ef-replyrow’)
.show()
.appendTo(jQuery(parent_id_string))
;jQuery(‘#ef-replycontent’).focus();
Forum: Plugins
In reply to: [Simple Fields] [Plugin: Simple Fields] JS error when selecting imagesHi, im using firefox, with firebug to debug.
i have a bunch of plugins installed, desctivating them one by one –
There is a conflict with “Custom Field Template”. Fair enough. It would be great touse them together but never mind.
Thanks for your help,
will
Forum: Themes and Templates
In reply to: How to create an advanced search options?Thanks for this plugin, looks really good.
Just to re-iterate bedex points, we have all sorts of hits showing up in searches when we just want posts, pages & custom post types.
We are getting tags, categories and the odd wierd tag-category something or other showing up.
would be great if we could lock this down to just the content.
We have index categories turned off in the settings, turning it off or on dosn’t change the results returned at all.
will