Abland
Forum Replies Created
-
Forum: Plugins
In reply to: [Microthemer Lite - Visual Editor to Customize CSS] StartingHi, PARoss,
If you double-click an area to edit then you can create your first selector and advanced options will be available.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Renamed classHi, Greg,
Just finished updating the last of my sites and only a few needed the new class entered.
Great plugin, though. Thanks for following up 🙂
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Filter Conflict?Hi, mapa729,
Try renaming your portfolio page and slug. That worked for me.
Forum: Plugins
In reply to: [WooCommerce] State Selector not working in 2.3.6, in Internet ExplorerHi,
The recent upgrade was to address in part an injection vulnerability. Rolling back reintroduces that vulnerability. An option while waiting on the next fix is comment out the script responsible for the select overlay.
In the woocommerce plugin folder:
includes/class-wc-frontend-scripts.php
approx. line 118 – comment out//self::register_script( 'select2', $assets_path . 'js/select2/select2' . $suffix . '.js', array( 'jquery' ), '3.5.2' );Forum: Plugins
In reply to: [WooCommerce] Checkout page state select dropdown bug in IE11In many cases, true. This seems more a redundant script for effect. State select still exists in the form without the overlay select2 scripts call.
** edit – downgrading brings back the security issue that was addressed in the recent update
Forum: Plugins
In reply to: [WooCommerce] Checkout page state select dropdown bug in IE11Thanks – it worked.
For anyone else it’s in the woocommerce plugin folder:
includes/class-wc-frontend-scripts.php
approx. line 118 – comment out
//self::register_script( 'select2', $assets_path . 'js/select2/select2' . $suffix . '.js', array( 'jquery' ), '3.5.2' );