iwkse
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Use role editor supportIt would be useful as you can give such ability to people loading articles.
I think it’s a nice feature request, if you accept it here.Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Use role editor supportI’m mainly interested at the optimize images function, so probably the settings admin menu page
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Admin not translatedHi,
I don’t have problems with woocommerce translation, it works fine. What doesn’t work is woocommerce-admin.
I think it’s related to this bug: https://github.com/woocommerce/woocommerce/issues/25920 and more specifically this https://github.com/woocommerce/woocommerce/pull/25984- This reply was modified 5 years, 11 months ago by iwkse.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Admin not translatedHi Austin,
doesn’t seem to work.
I’ve tried all ways.
First attempt:I add woocommerce-it_IT.mo and woocommerce-admin-it_IT.mo into wp-content/languages/woocommerce and set in wp-config.php WPLANG to be it_iT.
Second attempt is to just add in the packages/woocommerce-admin/languages folder, a woocommerce-admin-it_IT.po and compile a mo file from it. Still nothing. The only thing that works is overriding index.js under dist/app, which I’m not going to do.
Any help to be able to translate woocommerce-admin?
Thank you
- This reply was modified 5 years, 12 months ago by iwkse.
Forum: Fixing WordPress
In reply to: Custom login page, invalid activation keyHi, I appreciate your advices. I didn’t override core files, I never do that as when I customize I pay attention to the mainstream upgrades.
In that case saying “override” it’s not fully correct, as basically I rewrote in my theme wp_login_url and wp_logout_url (maybe I could’ve used filters, but I didn’t check if I could substitute wp-login.php with my custom page in the link) in something like my_login_url my_logout_url with the same code as the original but changing the redirect link.
I’ve used wp_login_form() as it’s the cleanest and better solution but I had some issues. As first when used it, clicking on the login would actually redirect me to the wp-login.php to do the login instead of trying to login itself. That I also tried rewriting part of wp-login.php (the part which handle the action parameter) so that in the custom page I could also register and request a password reset. But as I said I had some issues. At the end I ended up by just leaving things as they are and customize the wp-login.php.
But it was interesting to dig into it, to know a bit more about the internals. Maybe I’ll come back to it as soon as I have more free time.waves
Forum: Fixing WordPress
In reply to: Custom login page, invalid activation keyMainly I would like the login page to be embed in the whole template style so that it shows the header and footer as well. I took the wp-login.php and include the code related to all cases in my custom login page and substitute actions to point to the custom login page instead of wp-login.php so there should be no request to wp-login.php. (also overriding some functions like wp_login_url and wp_logout_url)
I went thought the wp_login_form() but I changed direction when I noticed there was some issue with that as well. I might get back to that possible solution but I’d still give a try to get why it generates wrong keys.Thanks for your help!
Forum: Reviews
In reply to: [PDF.js Viewer] Doesn't work in IE – which means it is unusable.Uhm..World’s most used browser? Ye maybe 20 years ago.
Check here http://www.w3schools.com/browsers/browsers_stats.aspIn my opinion using IE is an irresponsible action.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce not fully compatible with WP 3.5Hi, I went thought this issue right now. The issue with the nav and slider is because WordPress upgraded the jquery libraries while woocommerce still has something older.
I’ve fastly fixed the issue manually upgrading the jquery in woocommerce too. But if you can, do not upgrade to 3.5Forum: Plugins
In reply to: [WooCommerce] Woocommerce widget, layered navHi, I understood the issue. The init is not executed because it’s missing a sidebar container for the layered nav. So if you create a sidebar first the nav will show up correctly.