jmslbam
Forum Replies Created
-
Forum: Plugins
In reply to: [Save and Share Cart for WooCommerce] Delete cartHi Ankit! Super, it works. Thank you!
Can you configure the repo in such a way, so I can create a Pull Request?
I update the code so it uses the built in Woocommerce wc_add_notice and wc_print_notices functionality to the message will inherit the styling from Woocommerce / the Theme.
Ciao!
Forum: Plugins
In reply to: [Save and Share Cart for WooCommerce] Delete cartHi Ankit!
Thank you for the quick reply and solution. I’m currently on holiday and will test in the beginning of Januari!
When needed I will send a PR to the Bitbucket repo.
Have a good day!
Jaime
Forum: Plugins
In reply to: [WP Anchor Header] Only working partiallyYeah, same things here, does the job, but add extra markup.
2 year old bug https://wordpress.org/support/topic/domdocument-bug/Forum: Plugins
In reply to: [No User Enumeration] Undefined index “rest_route”Thank you! I’ve tested it, no more notices.
Forum: Plugins
In reply to: [No User Enumeration] Undefined index “rest_route”Hi, is there a github repo where I can push this change to? Or could you add me a co-author so I can fix this, if you don’t have time.
I hope to hear from your.
Yourse sincerly,
Jaime
You can’t write content and then send that e-mail with this plugin. You only can change the styling / layout of the send e-mails.
You can change those through the WordPress Customizer. ( Display > E-mail templates )
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] BUG report: Collation ErrorThank you for the fix! It worked.
I agree with FireMyst to alter the plugin so you don’t have to run this MySQL plugin. Not everybody knows what Queries are and what plugins to look for.
Greetz,
Jaime
Forum: Plugins
In reply to: [bbPress Email Notifications] PHP Strict StandardsYupp, this solved it for me! Thank you!
Forum: Plugins
In reply to: [Gravity Forms Repeater Add-On] Is there a Problem with Multiple Forms?This worked for me! Thanks!
Forum: Plugins
In reply to: [WPaudio MP3 Player] WPAudio causing js errors.search for
a[href$=.mp3]and remove the dot toa[href$=mp3]But WordPress has it’s own player build in core so use that one instead.
The code snippet provide has an error in it. But that’s because this bug is locate in the source-code of Yoast it’s own plugin
Check out this version of the GA plugin
https://github.com/jmslbam/google-analytics-for-wordpress
It removes the extra semicolon behind theoptions['gajsurl'].
It should be$this->options['gajsurl'] . "'";You can see the difference here GitHub Pull Request – Adjustment
I have send the Pull-Request and I hope this works for you all.
Please let me know