budThornhill
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Events Not Appearing on Calendar ViewI too am having this issue after updating to WP 4.8.2.
I did discover that putting the calendar into List mode at least let my stuff show up. It’s not ideal, but it’s at least a workaround.
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Group Checkboxes Not EnablingBefore, when I enabled the “Show?” and hit one of the save buttons, the page would refresh and the “Show?” was disabled.
After disabling the widget from the sidebar, it then saved.
Either way, it’s working now.
Thanks,
Bryan
I second this feature request. I’d gladly pay for a pro version if I could have this feature. My current client has a map of ‘places of interest’ with Golf Courses, Beaches, Restaurants, and Scenic Areas. It’d be nice for the end user to be able to click “Golf Course” and have all layers disappear and have only the Golf Course layer show.
Forum: Plugins
In reply to: [Flamingo] Cannot load flamingo_inbound.I get the same thing. I’m using WP 3.4.2 with the Storefront Echo theme (1.4.1). When a contact us form is submitted (via Contact Form 7 3.3.1), the message sends successfully. When I go to flamingo, i see my message. When I click on the message, i get the ‘Cannot load flamingo_inbound’. I’ve tried re-installing with no luck.
Thanks for the updates.
Rather than create a plugin, I actually did this via my child theme. Now that I’ve had more experience with modifying files via triggers/filters, I find this to be a better way.
In my child theme, I create a /childthemedir/js directory and placed my version of the javascript (a copy of the original with some minor modifications).
Then, in my /childtheme/functions.php file, I did this:
wp_deregister_script('wc-add-to-cart-variation');wp_register_script( 'wc-add-to-cart-variation', $cust_child_theme_dir.'/js/add-to-cart-variation.min.js', array( 'jquery' ), $wp_version, true );
I had read somewhere that a plugin was the preferred method of modifying core js (or other plugin js files), but I think this is cleaner as it keeps all of my customizations in one place.
I hope this helps someone else in the future who searches the forums.
-B
Sorry for the double post. not sure how that happened.
Forum: Plugins
In reply to: [Search Unleashed] [Plugin: Search Unleashed] download is broken / emptyI’m running into the same issue.