rdesk
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [XT Floating Cart for WooCommerce] Why it is removed?Got it. Thanks!
Forum: Plugins
In reply to: [Accordion Shortcodes] Accordion Stopped working after Ajax fireI looks like I fixed it with the code below
<script type="text/javascript"> (function($) { $(document).ajaxComplete(function( event, xhr, settings ) { for (var i = 0; i < accordionShortcodesSettings.length; i += 1) { settings = accordionShortcodesSettings[i]; $('#' + settings.id).accordionShortcodes(settings); } }); })(jQuery); </script>Forum: Plugins
In reply to: [WooCommerce] Change "Choose an option" with attribute nameIt is still actually working. Make sure you are copying the template to the correct path
/themes/{your_theme_folder}/woocommerce/single-product/add-to-cart/The instruction above has a typo error saying to copy it inside /themes/{your_theme_folder}/woocommerce/single-product/add-to-cart.php
Forum: Plugins
In reply to: [Gravity Forms HTML5 Placeholders] Missing placeholders label settingsPlease make sure you set HTML5 Output to yes in Form > Settings.
Same Error I had. I also upgraded to the latest version. Hopefully someone will fix this soon.
Viewing 5 replies - 1 through 5 (of 5 total)