ColinR4
Forum Replies Created
-
OK Thanks – I change to use the CSS but the JS I used did work OK for the error message.
THe question is: How can I set the font color of the Reset Password link and Accept terms checkbox & message, as they are both white on white.
https://club1.myphotoclub.net.au/
thanks
ColinForum: Plugins
In reply to: [WP Dropzone] Nominate location of uploaded fileThank you Nazmul
I tossed up whether to alter the path or just move the file after upload.
I hacked your plugin and went for the latter and remmed out the wp_insert_attachment and so just have the original file to move as I need to.
// Adding file to media
// $attach_id = wp_insert_attachment($attachment, $filename);Your plugin has saved me quite a bit of time setting up Dropzpme to use within WP
thanks
ColinForum: Plugins
In reply to: [EntryWizard] emailing upon successful uploadHi Josie
Do you have any hooks that can be used to act on a successful upload or deletion action?
regards
ColinForum: Plugins
In reply to: [Groups] Whole of site security compromised by updateHi Kento
Sorry – My message was unnecessarily angry. Of course it is my responsibility to test /release before implementing any change.
Yes – enabling legacy mode resolved the issue.
regards
ColinForum: Plugins
In reply to: [EntryWizard] 403 error when image filename has apostropheFurther checking shows it happens when uploading files to the media library as well so it isn’t your plugin.
Any clues to why this would happen?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Custom post typeYes that was the problem – once I adjusted my post type to support comments I was able to use it.
Forum: Plugins
In reply to: [Quick Paypal Payments] Conflict with MailpoetHi Carlen
I have the same issue – for now I am disabling QPP while I do Newsletter editing -this is the only part of MailPoet that having QPP active effects.I too had the same replies from aerin and MailPoet.
This is an unfortunate impasse. Two plugin authors saying the other is at fault.
Colin
Fixed
I am using PrettyPhoto and cleared the Lightbox option
Overlay gallery If enabled, a gallery will overlay the fullscreen image on mouse over.
Forum: Plugins
In reply to: [BackUpWordPress] After upgrade to WordPress 4.4, there is no "Run" linkI have the same issue – we posted at the same time.
Can I add my voice to multiple roles. In particular I am looking a multisite solution that requires a different role for each site.
Thanks Jeremy – when is 3.8.1 release planned to occur?
Forum: Plugins
In reply to: [Reusable Text Blocks] conflict with Jetpack share buttonsyes – I am seeing the same problem. Would use this plugin if this was fixed. does anyone have the name of an alternative plugin.
Forum: Plugins
In reply to: [EntryWizard] Conflict with Ultimate Member pluginI was able to produce a conditional function declaration in my child theme’s function.php which only turns off the ewz jquery code when on the Ultimate member profile page.
For me this is a coding milestone ??
It works OK as I can go back and forward between editing my profile (page id-1550) and any of the many entry forms i have on the site.
Feel free to suggest improvements:
function my_ewz_um_fix()
{
if ((wp_script_is(‘um_minified’))&&(is_page(1550))) {
wp_dequeue_script(‘ewz-upload’);
wp_dequeue_script(‘ewz-followup’);
}
}
add_action(‘wp_enqueue_scripts’, ‘my_ewz_um_fix’, 11);Colin
Forum: Plugins
In reply to: [EntryWizard] Conflict with Ultimate Member pluginThanks Josie much appreciated. Will give the temp fix a go in the meantime.
Forum: Plugins
In reply to: [EntryWizard] An additional field for prefixing to image nameThanks Josie – totally understand. Sorry but my skill set doesn’t that far. I would be interested in making contact with other camera clubs to see how they are using your plugin.
I haven’t gone live with my system yet.
Colin
Belmont, NSW, Australia