Pulsar_Media
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Proceed to checkout button not workingSorry…i just need to rant when things go ape shit after an update – especially when my custom design is rendered useless by poorly written javascript code.
Until next time…:]
Forum: Plugins
In reply to: [WooCommerce] Proceed to checkout button not workingehh forget everything i said…i just converted the table layout into a responsive format as i really don’t have time to waste with this BS.
Forum: Plugins
In reply to: [WooCommerce] Proceed to checkout button not workingis there anyway to disable the new ajax functionality through the functions file? I would like to continue using my custom bootstrap design instead of these crappy tables.
thanks.
Forum: Plugins
In reply to: [WooCommerce] Proceed to checkout button not workinghmm, looks like if i remove the table element the ajax functionality stops working…which leads me to conclude that the javascript file is trying to locate the table element in order to process the script…which is pretty dumb coding if you ask me.
Forum: Plugins
In reply to: [WooCommerce] Proceed to checkout button not workingHi Mike,
I read through the documentation and updated the code in my custom design and i was only able to get the Proceed to check button to work again.
How do i get the new ajax functionality to work with the Apply Coupon and Update cart buttons? You can see my test page here: https://wp.pulsarmedia.ca/energytest/cart/
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Proceed to checkout button not workingAll i know is after upgrading to version 2.6.1 the following features in my custom design stopped working:
1. Apply coupon button no longer functions
2. Update cart button no longer functions
3. Proceed to Checkout button no longer functionsI always run into major issues with Woocommerce every time a major update is released….this plugin is not worth maintaining with a custom design.
Forum: Plugins
In reply to: [WooCommerce] Proceed to checkout button not workingAnd the proceed to checkout action is completely missing from the template file: https://github.com/woothemes/woocommerce/blob/2.6.0/templates/cart/cart.php
Get your act together and update your plugin properly.
Forum: Plugins
In reply to: [WooCommerce] Proceed to checkout button not workingApply Promotion code button also does not work.
Forum: Plugins
In reply to: [Autoptimize] bbPress editor not working correctly with AutoptimizeHi Frank,
Thanks for replying to my emails. I was able to resolve the issue by excluding the quicktags.min.js file like you suggested.
I replied here so that if other people are experiencing the same issue they can now find the answer to this problem.
Thanks so much for your help with this…much appreciated.
The plugin works great by the way…my site load time has decreased dramatically. Keep up the good work!
Forum: Fixing WordPress
In reply to: Theme Customizer Export?Nevermind, it works.
Great plugin…good job :]
Forum: Fixing WordPress
In reply to: Theme Customizer Export?Hi Justin,
Thanks for the reply. I tested your plugin and it works pretty good however i cant seem to get my color fields to export. My color fields are being saved with the “option” type and i implemented the filter code you have listed on your plugin page but it doesn’t seem to be working.
Here is my filter code:
add_filter( 'cei_export_option_keys', 'pm_ln_export_option_keys' ); function pm_ln_export_option_keys( $keys ) { $keys[] = 'mainNavColor'; $keys[] = 'mainNavBorderColor'; return $keys; }and here is a sample code i am using to create my color fields:
$headerOptionColors[] = array( 'slug'=>'loginButtonColor', 'default' => '#6cb9f3', 'label' => __('Login / Search / Account Button Color', 'quantumtheme') ); $headerOptionColors[] = array( 'slug'=>'loginButtonBorderColor', 'default' => '#0a8bec', 'label' => __('Login / Search / Account Border Color', 'quantumtheme') ); foreach( $headerOptionColors as $color ) { // SETTINGS $wp_customize->add_setting( $color['slug'], array( 'default' => $color['default'], 'type' => 'option', 'capability' => 'edit_theme_options' ) ); // CONTROLS $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, $color['slug'], array( 'label' => $color['label'], 'section' => 'header_options', 'priority' => $priorityHeaderColors, 'settings' => $color['slug'] ) ) );Any help on getting this to work would be appreciated.
Thanks.
Forum: Fixing WordPress
In reply to: Please fix the theme customizerHi WPyogi,
Is there something i need to do in WordPress 4.1 to get the default theme customizer settings to load upon initial activation? Perhaps some new code that i need to include?
I have a ton of options in my themes that no longer load up in WordPress 4.1…but they were in every previous version of WordPress.
Forum: Fixing WordPress
In reply to: Please fix the theme customizerActually the widgets are now appearing…it seems the widget area needs to be active on the page in order for them to appear now??…that seems a bit strange and confusing.
Forum: Fixing WordPress
In reply to: Please fix the theme customizerHi WPyogi,
I am testing several of my themes which i sell on themeforest and they are all experiencing the same issues i mentioned above. I am testing them on a clean install of WordPress 4.1 so the only plug-ins active are the default WordPress ones (akismet, etc) and Woocommerce 2.2.
I tested a default theme but i cant really determine if the default settings are already saved or not…however with my themes i can tell that the customizer works completely worse in 4.1.
Forum: Fixing WordPress
In reply to: Please fix the theme customizerI should also mention that the widgets are no longer available through the theme customizer.
I am not sure why the customizer has been butchered in version 4.1 because it seemed to work great in version 4.0.
Regards.