Chiara Aiola
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Dear @reedwanul ,
thank you for your answer and I hope the development team can fix this issue.
Temporarly I solved my problem using this workaround:added this rule to .htaccess
RewriteRule ^wp/wp-json/(.*) /wp-json/$1 [R=301,L]In this way I can redirect all the traffic to the wrong address to the correct one.
Thank you,
CHiara
I had the same issue after plugin update. It seems that the plugin’s css overrides the theme’s one. I have this issue in particular with the file jquery-ui-1.9.1.custom.css which is loaded after my theme’s style. I don’t know what is changed with the last version, i solved the problem in my theme adding a dependency to my wp_enqueue_style function like this:
wp_enqueue_style('child-style', get_stylesheet_directory_uri() . '/style.css', array('parent-style', 'jquery-ui'), wp_get_theme()->get('Version') );hope it helps
Chiara- This reply was modified 6 years, 12 months ago by Chiara Aiola.
- This reply was modified 6 years, 12 months ago by Chiara Aiola.
Forum: Plugins
In reply to: [WooCommerce Advanced Product Quantities] Role based rule not workingOk thank you,
let me know if you can publish the plugin so I will get the updated version from your fork.
Viewing 3 replies - 1 through 3 (of 3 total)