KineticPulse
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] CiviCRM conflictAny idea why CiviCRM (which doesn’t use Carbon) should cause an issue with Simple Calendar?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] CiviCRM conflictHi
As the OP stated, the conflict is with CiviCRM, but the error is flagged as triggered in Simple Calendar
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] CiviCRM conflictSame problem here – any news on a fix?
Forum: Plugins
In reply to: [Social Proof (Testimonial) Slider] Code output in shortcode 2.03Obviously I pasted the wrong line above, but all good now ??
Forum: Plugins
In reply to: [Maps Plugin using Google Maps for WordPress - WP Google Map] Multiple mapsThanks for looking into it. I injected some code to shortcodes.php to fix the issue; basically I needed to resize the google map when the tab is clicked.
jQuery('.tab').click(function(){ google.maps.event.trigger(map,'resize',{}); });
Forum: Plugins
In reply to: [Maps Plugin using Google Maps for WordPress - WP Google Map] Multiple mapsThanks for the quick reply. Here’s the link:
https://hip.kineticpulse-dev.co.uk/locations/
No javascript console errors, the map canvas is loading for all tabs, but the map itself is only loading in the first one. All maps render correctly in the backend
I think this may have been related to a PayPal problem where IPN was failing and not updating tickets. I went in an resaved each booking, and everything is good. Panic over
I get the same problem. WP 4.6.2
echo show_text_block(‘273’, true) -> this works
echo show_text_block(‘footer-column’, true) -> this doesn’t echo anythingQuick fox…
Find the line in the plugin:
JEM_Table_Rate_Shipping_Method::calculate_shipping($package)
Change it to:
JEM_Table_Rate_Shipping_Method::calculate_shipping($package=array())
Hi again
It seems that actually the plugin is misleadingly named! It doesn’t actually show recently viewed products, but instead related products. Is this correct?
[yith_similar_products] shows related products, not recently viewed products
Thanks Chad, I’ll do that (although I still can’t access the article due to the lapsed membership)
I’m still getting this issue with another site and a different theme… any pointers?
Does it matter that the uploaded icons are SVG?
Forum: Plugins
In reply to: [ACF Content Analysis for Yoast SEO] Latest update breaks ACF ProHi
Thanks for responding – it seems it is actually the latest version of ACF which is at fault, not your plugin.
HOWEVER, those PHP warnings still pop up.
I’ve just finished testing everything through, and your content analysis plugin is not causing the issue
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Fatal Error after updateThanks – since I posted the issue I have rebuilt the site and updated to WC2.5 which, as you say, fixes the issue