rribbon
Forum Replies Created
-
Can you provide the javascript code or give me an example how the code look like?
Forum: Plugins
In reply to: [Aramex Shipping WooCommerce] Aramex_Shipping_Methodmy error was:
Fatal error: Uncaught Error: Class ‘Aramex_Shipping_Method’ not found in /home/runcloud/webapps/atmoskl-home/wp-content/plugins/aramex-shipping-woocommerce/templates/frontend/apilocationvalidator_account.php:23i solved this by adding code below referred to current plugin:
/wp-content/plugins/aramex-shipping-woocommerce/templates/adminhtml/shipment.php:128 which solved previous error i think.add
include_once(plugin_dir_path(__FILE__) . '../../includes/shipping/class-aramex-woocommerce-shipping.php');
above
$settings = new Aramex_Shipping_Method();
Hi, thank you for you hint of template hierarchy. Finally i find out how to set the template for category. Thanks a lot.
Forum: Plugins
In reply to: [Product Size Chart for Woocommerce] MultisiteThis is what I experienced. Network Deactivate woocommerce > go to the site you want to activate this plugin and Activate woocommerce plugin (NOT network activate) > activate this Product size plugin (NOT network activate) and this should solved the problem.
**REMEMBER TO NETWORK ACTIVATE WOOCOMMERCE TO THE LESS OF THE SITE.
Forum: Plugins
In reply to: [Membership 2] Plugin conflict with beaver buildersorry, it is jquery problem. now i’m using javascript function instead.
Forum: Plugins
In reply to: [Membership 2] Plugin conflict with beaver builderseem it is related with
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js”></script>Is there any other reasons to have this problem? Because my website have more than 6 pages.
thanks
rribbon