dleigh
Forum Replies Created
-
Thank you – that took care of it!
Forum: Plugins
In reply to: [Heroic Favicon Generator] Dimensions and admin faviconYep – it looks good now. Thanks!
I would love to hear your results. Divi’s new options + SG Optimizer certainly create a complex landscape!
Great. Thanks – that helps.
Helpful! Thanks!
Forum: Plugins
In reply to: [Book Previewer for Woocommerce] Disable for other products?The top part of the code @talus offered (thank you VERY MUCH!!) can be wrapped and put in your theme’s/child theme’s functions.php (instead of in admin.class.php in the plugin’s files) like this:
add_action( 'woocommerce_product_options_general_product_data', 'woo_add_custom_general_fields' ); function woo_add_custom_general_fields() { global $woocommerce, $post; echo '<div class="options_group">'; woocommerce_wp_checkbox( array( 'id' => '_enable_book_preview', 'label' => __( 'Enable book preview', 'bpfw' ), ) ); echo '</div>'; }
Then the bottom section can replace all the code in the wp-content/plugins/book-previewer-for-woocommerce/inc/functions.php file (after the
<?php
).Doing this worked for me.
- This reply was modified 3 years, 6 months ago by dleigh.
Thank you very much. It was the “Load from Ajax” that was keeping the tooltip from working. Really appreciate your help!
Just a quick question. Is the fact that it doesn’t render HTML part of the Tippy JS library or is it the the custom function (i.e. I could perhaps change it if necessary)?
Thanks again!
Yes I understand that it’s custom code and I appreciate your willingness to look at it. (great idea for an enhancement, hint, hint)
Here’s the form: https://filerun.leighweb.com/wl/?id=eugazxVPRMnYCsH4AH0tCLZUhgZ5IE2r
Yes, I realize it’s a custom function. Still not working. I’ll create a new ticket thank you.
According to this support post, it is possible: https://www.ads-software.com/support/topic/show-the-field-description-as-a-tooltip/ because a WPMUDEV developer added a plugin to do it using the Tippy JS library here: https://gist.github.com/wpmudev-sls/18d091567d5cf0c53cbf79cf2886cbd9
It says that it was for version 1.12.1. I’m on version 1.14.11 and it does NOT work for me even though I see the javascript added to do it. What I don’t see is the actual event attached to the form element so that on hover the tooltip shows up.
This is out there on other form builders and you’re halfway there. Please add it/fix it.
Thanks!Forum: Plugins
In reply to: [Easy Updates Manager] Premium plugin reverting to free version with updatesThank you – very helpful.
Forum: Plugins
In reply to: [Easy Updates Manager] Premium plugin reverting to free version with updatesOK. So can you/someone explain how this might have happened if the plugin was blocked from being updated?
Forum: Plugins
In reply to: [Sermon Manager] Fatal Error with latest updateYes, I got the same error. Downgrading to 2.15.15 fixed it for me. I hope this will be fixed soon.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] 3.1.28 Crashed3.1.31 seems to have corrected it. It’s working for me anyway.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] 3.1.28 CrashedGlad to know I’m in good company! No fun!