hdebruyne
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Custom Admin Interface] Admin Menu not visibleHi, I figured it out… For some reason disabling WooCommerce solves the issue. Don’t know why, I have many sites with both Woo and Admin Menu working fine.
What I did: disable WooCommerce, then configure an Admin Menu. After that you can re-enable WooCommerce and the Admin Menu keeps working, and also stays configurable. If you need WooCommerce items in the menu, you can add them manually by copying the links into the menu.
Forum: Plugins
In reply to: [WP Custom Admin Interface] Admin Menu not visibleUnfortunately, that doesn’t help.
Forum: Plugins
In reply to: [WP Custom Admin Interface] Admin Menu not visibleI would be more than happy to give you access to a staging environment for this website…
Forum: Plugins
In reply to: [WP Custom Admin Interface] Admin Menu not visibleI tried different themes. Also, using the same theme at another site where the plugin works correctly. All my websites are running on the same server on PHP 8.0.
yellow:
load-scripts.php?c=1…p-hooks&ver=6.3.2:2 jQuery.Deferred exception: Cannot read properties of null (reading ‘indexOf’) TypeError: Cannot read properties of null (reading ‘indexOf’) at removeNotificationsFromLabels (https://heleengorter.nl/wp-content/plugins/wp-custom-admin-interface/inc/options/options-page-admin-menu.js?ver=7.33:169:37) at renderAdminMenuManager (https://heleengorter.nl/wp-content/plugins/wp-custom-admin-interface/inc/options/options-page-admin-menu.js?ver=7.33:218:49) at HTMLDocument.<anonymous> (https://heleengorter.nl/wp-content/plugins/wp-custom-admin-interface/inc/options/options-page-admin-menu.js?ver=7.33:240:5) at e (https://heleengorter.nl/wp-admin/load-scripts.php?c=1&load%5Bchunk_0%5D=jqu…-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.3.2:2:26990) at t (https://heleengorter.nl/wp-admin/load-scripts.php?c=1&load%5Bchunk_0%5D=jqu…-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.3.2:2:27292) [email protected]?c=1…p-hooks&ver=6.3.2:2
red:
Uncaught TypeError: Cannot read properties of null (reading ‘indexOf’)
at removeNotificationsFromLabels (options-page-admin-menu.js?ver=7.33:169:37)
at renderAdminMenuManager (options-page-admin-menu.js?ver=7.33:218:49)
at HTMLDocument. (options-page-admin-menu.js?ver=7.33:240:5)
at e (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.3.2:2:26990)
at t (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.3.2:2:27292)Forum: Plugins
In reply to: [WP Custom Admin Interface] Admin Menu not visibleHaving the exact same issue here. Using it in a lot of sites without any problem, but with a new install it displays an empty Admin Menu page.
Tried uninstalling all plugins, with no result.
PHP Version: 8.0.30
WordPress Version: 6.3.2
Plugin Version: 7.33
Current Theme: Neve
Active Plugins:
All In One WP Security
Breeze
Elementor Pro
Elementor
WPCode Lite
Newsletter, SMTP, Email marketing and Subscribe forms by Brevo
MalCare WordPress Security Plugin – Malware Scanner, Cleaner, Security Firewall
Ninja Forms
Orbit Fox Companion
User Role Editor
User Switching
WooCommerce Weight Based Shipping
PDF Invoices & Packing Slips for WooCommerce
WooCommerce
WP Custom Admin Interface
SmushForum: Reviews
In reply to: [Potent Donations for WooCommerce] Shipping costsNever mind, it doesn’t show shipping costs. Yesterday it did, don’t know why. Will keep an eye on it.
Forum: Plugins
In reply to: [Event Tickets Manager for WooCommerce] Date localizationWhy don’t you use date values instead of month names?
Forum: Plugins
In reply to: [Event Tickets Manager for WooCommerce] Date localizationHi,
I figured it out: when I enter the month in English (so ‘February’ instead of ‘Februari’) it works fine. This means I can’t use the datepicker, but I have to enter the dates manually in English.
It’s a workaround, but it looks like the date interpretation in code isn’t quite as it should be.
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Translate My Account pageLoco translate lets you choose among several options to store the translation files.
System: languages/plugins/page_restrict_domain-nl_NL.po
Author: plugins/page-restrict-for-woocommerce/languages/page_restrict_domain-nl_NL.po
Custom: languages/loco/plugins/page_restrict_domain-nl_NL.po`So, now I’ve choosen System and it works fine. The default is Author, which doesn’t work apparently.
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Translate My Account pageHi,
I moved them to wp-content/languages/plugins, using Loco translate. And it works!
Don’t know why the other location didn’t work though. I’m not very familiar with the translation stuff.Thanks @vladogrcic !
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Translate My Account pageNo, they are here: public_html/wp-content/plugins/page-restrict-for-woocommerce/languages
Do I need to move or copy them?
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Translate My Account pageI only tried on this page. It’s the only place I want to translate..
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Translate My Account pageHi @vladogrcic
I tried both poedit (with generated .mo file) and Loco translate. But no effect. Are you sure the text isn’t hardcoded by accident?
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Translate My Account pageHi @vladogrcic
What I mean is the My Account page on the frontend. There you have made a Restricted Pages section, where a logged in user can view the restricted pages and expiration. I want to be able to translate this section, since it’s all in English. But somehow the translation in the .po file has no effect. Maybe I’m doing something wrong…?
Regards,
Hans.Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Translate My Account page@vlado have you had a chance to look at this?