chembro303
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] remove product-category from urlHoly crap, @richymilo. That plugin is amazing. I can’t believe how easy it is! I spent an hour (and never got it working) and then I found your plugin. Best $20 I ever spent.
Just a question re: product tags… It doesn’t seem like your plugin affects those at all (just categories). Or am I wrong? Will product tags always have some sort of prefix/slug such as “myshop.com/product-tag/foo/”? I am honestly fine with that, but I wondered if I was just missing a config option somewhere.
Thanks!
@thecollins14, you can get all the old versions of this plugin here:
https://ww.wp.xz.cn/plugins/redirection/developers/THANK YOU.
A lot of stuff seems broken in the 2.5 version, but so far everything that I wasn’t able to do using 2.5 works again once I roll back to 2.4.5.
Eager to see if there’s an update soon fixing 2.5’s issues.
Awesome! Thanks for the fix, the 1.5.0 code works perfectly for this.
Do you have a donate button or paypal email etc.? I truly appreciate your excellent support.
Thanks!
Thanks so much for the extra response.
When I use your provided “anonymous” function in functions.php, limited to my specific form, it successfully affects a normal “date” field in that form. BUT it doesn’t have any effect on the date field that’s in my list.
As a side note, priority 10 didn’t work for me, but priority 50 and 100 both did.
Here is the code in my functions.php:
add_action('wp_footer', function () { ?> <script> gform.addFilter( 'gform_datepicker_options_pre_init', function( optionsObj, formId, fieldId ) { if ( formId == 55 ) { optionsObj.maxDate= '-17y'; optionsObj.changeMonth= true; optionsObj.changeYear= true; } return optionsObj; }); </script> <?php },50);The above code limits the built-in gravity forms date field on the page to years 1999 and before (it’s for a D.O.B. field and they have to be 17+ yrs). But it has no effect on the D.O.B. field that’s part of a list field in that form.
If I comment out the
if ( formId == 55 ) {
and its closing bracket, then both date fields in the form are correctly limited.Any idea what gives? The form is form 55, so I can’t figure out why it’s not working. It also had no effect to attempt to specify both field and form id instead of just form e.g.
if ( formId == 55 && fieldId == 9 ) {Thanks!
I wasn’t able to get this to work despite the latest version of the plugin (1.4.1) and the latest gravity forms (1.9.15).
I am wanting to limit the years shown in the list’s date pickers.
For my normal date picker this works (in a custom javascript file):
$(‘#input_55_19’ ).datepicker({ maxDate: ‘-17y’, changeMonth: true, changeYear: true });I want the exact same options/limits applied to my list field’s date pickers added by your plugin.
Thanks!
Forum: Plugins
In reply to: [Drop Down Options in List Fields for Gravity Forms] WeldoneHi ovann86! Thanks for the plugin. I’m just about to install it.
I wondered if you had a chance to implement the labels/values changes over the Christmas break? Hope so, because that would be awesome!! 🙂
Happy New Year!
Forum: Plugins
In reply to: [Theme My Login] New user email defaulting to standard WP email@jeff no, I don’t know what Jigoshop is. I have woocommerce…
The theming is working really, really well, but the new user notification emails were just going out using the raw wordpress default and not the ones I made in TML.
Here’s the site in question: http://giftinnovators.com
Forum: Plugins
In reply to: [Theme My Login] New user email defaulting to standard WP emailI look forward to the release of 7.0 – I love the theming piece of TML but it’s not using the custom email text I’ve configured within TML when it sends those new user notifications (password, etc). It’s just sending the default wordpress one for now.
Thanks for a fantastic plugin.
I believe that you should definitely not be putting your code site wide if someone requests that you not be on a specific page.
It would likely not be too difficult to add a line or two of code that does not enqueue your scripts and styling for page/post IDs that match a list pulled from that ‘Remove AddThis’ checkbox.
Please consider making that change. It seems really shady that you are having your code on pages that a user has a reasonable belief they have “opted out” from having your code on.
Forum: Plugins
In reply to: [Event Rocket] Default to Allowing RSVPs (or any way to bulk edit?)Donated £15 to RBL from your link; many thanks. 🙂
Forum: Plugins
In reply to: [Event Rocket] Default to Allowing RSVPs (or any way to bulk edit?)Awesome. If every plugin was this useful and had this level of support, I’d be thrilled!
Thanks so much. I am only a barely competent developer but that level of instruction is amazing. Thanks for sort of teaching me how to do this. I am sure I can figure it out from here.
Do you have a paypal email or something I can send to?
Thanks,
AdamForum: Plugins
In reply to: [CMS Tree Page View] version 1.2.30 – wrong update zip?Not sure if you changed/fixed something, or if my experience was a fluke… I just tried it now for a 4th time and it updated from the correct zip URL. 🙂 Thanks!
Forum: Fixing WordPress
In reply to: TinyMCE trans.gif suddenly 404sI just updated to 3.9.2 from a 3.6.1 and I am seeing the same thing.
Did you figure out the issue?
https://github.com/Yoast/wordpress-seo/blob/master/inc/wpseo-functions.php
I have not tried the fix yet, personally. But that’s the file and it does indicate that this was specifically updated.