Mirco Babini
Forum Replies Created
-
Hannu,
I just noticed I wrongly wrote the last callback method name.
Try to edit it like the others and try again, it should work in emails.Thanks,
Did you tried if the purposed rows in my last comment work for you too?
It should show the charge in the email.After that, the hook “woocommerce_get_order_item_totals” should be the one for the thank-you page but it doesn’t work, right.
Thanks.
Forum: Plugins
In reply to: [Responsive Mobile-Friendly Tooltip] Create your tool tip fields are missingI’m sure it’s because of the new interface.
I’ll take a look soon and i’ll keep you updated.You can manually use the shortcode in the meanwhile.
[tooltip tip="of course this is the tooltip"]come all over me[/tooltip]
Sorry for the inconvenience.
I changed this row:
add_action( 'woocommerce_review_order_before_order_total', array( $this, 'add_payment_gateway_extra_charges_row'));
into:
add_action( 'woocommerce_review_order_before_order_total', array( $this, 'add_payment_gateway_extra_charges_row')); // ok checkout add_action( 'woocommerce_cart_totals_before_order_total', array( $this, 'add_payment_gateway_extra_charges_row')); // ok cart add_filter( 'woocommerce_get_order_item_totals', array( $this, 'add_payment_gateway_extra_charges_row_filter')); // ok email
but this still doesn’t work for the thank you page.
Forum: Plugins
In reply to: [Responsive Mobile-Friendly Tooltip] Update github repoIf you add me on github too i’ll keep it updated!
Thanks,
Forum: Plugins
In reply to: [Options] I can't see the plugin in the dashboard after installIt’s because of a future feature actually not working.
You can easily solve navigating to this page on your site: /wp-admin/plugins.php?ghosts(Double check to place the query get var ‘ghosts’ in order to see the plugin)
Here the plugin should be visible and updatable, just update it and the trick will be done.
Sorry for the inconvenience.
Cheers,Forum: Plugins
In reply to: [Responsive Mobile-Friendly Tooltip] Shortcodes in tooltips?Just found an interesting workaround. Try the new 1.5.1 version.
Now exists a new attribute: hover.
If you use hover instead of tip, the content (where you can place nested shortcodes) will be placed in the tooltip.In other words, you can achieve your wish by doin’ something like that:
[tooltip hover="hover these words"]This is the tooltip value in the bubble, with a [nested]shortcode[/nested][/tooltip]
Cheers,
Forum: Plugins
In reply to: [Responsive Mobile-Friendly Tooltip] Shortcodes in tooltips?Hi there.
You can use any shortcode in tooltip base content (not the bubble content) updating to the latest 1.4 or using the enabling nested shortcodes plugin Outerbridge Nested Shortcodes.
If any further questions look at this similar thread about nested shortcodes in attributes.
Cheers,
Forum: Reviews
In reply to: [Responsive Mobile-Friendly Tooltip] multilanguageOf course it is.
There are few ways of doin’ the integration:- In pages/posts just create the clones in the languages you want and just write down the same shortcode in each language
- In widgets use Widget Logic
- In html/php use the code below (it’s an example) and provide translations with WPML String Translation or similar.
[tooltip tip="<?php _e('autoimmune disorder', 'textdomain'); ?>"]<?php _e('Coeliac Disease', 'textdomain'); ?>[/tooltip]
Cheers,
Forum: Reviews
In reply to: [JSON-API-for-BuddyPress] UninstallableSorry, i meant “not installable”, not “not uninstallable”.
You packaged it under a subdirectory, so when you try to install it from the wp repo, wordpress it’s not able to find the plugin file and fails.
Forum: Plugins
In reply to: [Responsive Mobile-Friendly Tooltip] Update github repoAsap i’ll make some improvements i’d love if you add me as developer.
Thanks & Regards,
Forum: Plugins
In reply to: [Facebook Posts Embedded] Will this plugin embed facebook events?Thanks for the question.
This plugin just works on the base of the facebook embed feature provided with posts, nothing else.
Look at this if you want more.
Hint: After a db cleaning and a fresh install of the 1.6.1 pmp plugin, you can also upgrade it to the latest 1.7.0.1. It works.
Got the issue: it’s a bug in the latest version (1.7.0.1). “The PayPal Token was lost.”
I’m using the 1.6.1 version right now, after a db cleaning, everything works fine.
Same here on a system working until yesterday. What happening?
(Linux, tried both WP 3.5.1/3.5.2, latest version of PMP)