gossipcrunch
Forum Replies Created
-
Any code script that you can help me with? Something on Stackoverflow or Github?
The radio buttons were selected but when I go to cart its blank for radio button values. Is it something to do with functions
Forum: Plugins
In reply to: [WooCommerce Accordions] Accordion and moving tabs up the pageHello,
I am looking in to the solution you provided here. But I am getting error while saving in functions.php file.
Should I copy all of it and save on functions.php file
function product_accordion() { if ((is_product()) || (is_archive())){ wp_enqueue_style('jquery-ui', get_stylesheet_directory_uri() . '/css/jquery-ui.css', 10); wp_register_script('jquery-core', get_stylesheet_directory_uri() . 'https://code.jquery.com/jquery-1.8.2.js', array('jquery'), '1.0', true); wp_enqueue_script('jquery-core'); wp_register_script('jquery-ui', 'https://code.jquery.com/ui/1.9.0/jquery-ui.js', array('jquery'), '1.0', true); wp_enqueue_script('jquery-ui'); /* * @source https://jqueryui.com/accordion/#no-auto-height */ // alert("accordion-snippet.js start"); jQuery('#accordion').accordion({ collapsible:true, active:false, autoHeight: false, disabled:true, heightStyle: "content" }); // alert("#accordion').accordion({...}); executed"); jQuery('#accordion h3.ui-accordion-header').click(function(){ jQuery(this).next().slideToggle(); }); jQuery('.accordion-expand-all').click(function(){ jQuery('#accordion h3.ui-accordion-header').next().slideDown(); }); // alert("accordion-snippet.js loaded");
Forum: Plugins
In reply to: [Page scroll to id] Horizontal Scroll not workingThanks, I managed to scroll to different pages by extending the body width.
Without page refresh is there away to scroll the pages?Forum: Plugins
In reply to: [Contact Form 7] how to set onchange event for radio button in contact form 7Hi,
Can you please share the code you are using.
Forum: Plugins
In reply to: [Featured Category Posts Widget] Add Link to Widget Titleyou are doing it right. just do not put anything here
Widget header type (ie H2,H3,H4…**Do not include <>)Forum: Plugins
In reply to: [Contact Form 7] how to set onchange event for radio button in contact form 7Ok. I managed to solve the issue by myself. However, a big thanks to the forum members for not responding. Otherwise I couldn’t have learnt that even if you put raw HTML tags in the form field you still can get the information mailed to admin email if you know how to use the shortcode for the same in the message field.
Forum: Plugins
In reply to: [Contact Form 7] Set ruling to radio buttons?How do you put jquery input elements in the form field and what shortcode you are using so message body so that the email is sent with all the information upon submission.
Forum: Plugins
In reply to: [Contact Form 7] Set ruling to radio buttons?Can you please post your website link. So that I can see it. I am working on a similar thing but got little confused.
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] Checkout not workingThe Ready Ecommerce really helped me with their best effort and solved the issues the website is facing. Actually I was using a slider plugin which is using old jquery is 1.4.2 and its conflicting with the Ready Ecommerce plugin which uses jquery 1.7. I deactivated the slider plugin and the Ecommerce is absolutely working superb.
I recommend this plugin to anyone who are looking to use eCommerce on WordPress. I’m sure the Ready Ecommerce team will come up with more features and maybe they can charge nominal fee for those. As they say the best are not free.
Best of luck!
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] Checkout not workingHello,
How to update it? Please tell me.
Regards
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] Checkout not workingHere is the page for store. https://ecoartproductions.com/store
Forum: Fixing WordPress
In reply to: Upgraded to WP3.0 and site downThanks @filosofo
Your suggestion is highly appreciated.
It did the trick and my site is up again.
Thanks a lot.
Forum: Fixing WordPress
In reply to: Upgraded to WP3.0 and site downCan you please tell me what exactly I need to do. As its more than 4 hours and my site is still down.
Forum: Your WordPress
In reply to: AmazingPhotoshop new DesignYour website is looking professional. You can improve it by making it more like a CMS powered website than a blog look.
[signature moderated Please read the Forum Rules]