gqevu6bsiz
Forum Replies Created
-
Forum: Plugins
In reply to: [My WP Customize Admin/Frontend] Orders columnsHi @dowista
Thank you for your comment
In woocommerce feature settings if?High-performance order storage (recommended)?selected, you cant find columns, if you select?WordPress posts storage (legacy), its working…
Yes, My WP Customize does not support HPOS(High-performance order storage) of WooCommerce, because HPOS is use own table, not WP post type.
But My WP Customize has WooCommerce(HPOS) add-on that extends this, please refer to the official website.
Forum: Plugins
In reply to: [My WP Customize Admin/Frontend] Issue with Front End Toolbar CustomiationHi Guy Iaccarino,
Thank you for your comment. I was able to confirm your problem.
Only Edit Post is in the custom link.https://gqevu6bsiz.chicappa.jp/wp-content/uploads/2023/11/custom-link-setting.png
https://gqevu6bsiz.chicappa.jp/wp-content/uploads/2023/11/customized-menus.png
This reason is some menu items can cause problems when changing the depth.
I will consider a solution or some method but that may not be possible immediately.
Hi @lavinya,
Thank you for your comment, I have plan to support PHP8.1 in the near future. (when my work calms down)
Hi @nobo73
Thank you for your report.
This happened, when I tried to migrate the web-site from Staging site to Operational site.
I think this problem cause is not migrated correctly working or are you using PHP8.1 or higher?
For PHP version, this plugin does not yet support PHP8.1 or higher.
For migrate, could you check data has been migrated correctly (and directory permissions etc.)?
?it will return “Forbidden You don’t have permission to access /wp-admin/plugins.php on this server.”
This plugin does not change the user’s roles group so, I think the cause of the problem is elsewhere, could you check your have capability?
Hi @timfurnish
I think “Divi” is commercial theme(I don’t have it so I don’t know detail), and this forum is for core My WP Customize plugin and it’s not support commercial plugin/theme.
You can contact to me via below link.
https://mywpcustomize.com/contact/And below is general ideas.
Maybe I think “Exit Visual Builder” is dynamic content button on Frontend toolbar.
My WP Customize(Frontend toolbar) can add the dynamic content on action/filter.
So, I think it need to add action/filter corresponding for dynamic content yourself. (like “Edit Post”)
- This reply was modified 1 year, 8 months ago by gqevu6bsiz.
Forum: Plugins
In reply to: [My WP Customize Admin/Frontend] No customizations login pageHello @alexdalzovo,
Many thank you for your report, It’s just as you said.
I finished fixed, and please try the latest version(plugin and add-on). thank you ??Forum: Plugins
In reply to: [WP Admin UI Customize] Concerned about latest plugin update (security patch)Thank you for the screenshot, this is Japanese text. ??
the WordPress plugin page looked like it had been compromised
Thank you for the clarification, I will change the description from Japanese to English if there is update.
Forum: Plugins
In reply to: [WP Admin UI Customize] Concerned about latest plugin update (security patch)Hi @partyparty
Was this a real / legitimate update? Is it a safe update?
Yes, it is real /legitimate update.
I received an external report of a vulnerability, so I updated this plugin.
You can see all updated details at this time.
https://plugins.trac.www.ads-software.com/changeset/2811705/wp-admin-ui-customizeI ask because there’s now Chinese characters
I don’t know what Chinese characters. Could you please tell me the details?(image, screenshot, etc…)
really weird FAQs appearing on this plugin’s WordPress page
Oh, you are right! If there is the next update, I will remove the FAQs content.
However, the development of this plugin has stopped, so I don’t know if it will be updated in the future.Forum: Plugins
In reply to: [My WP Customize Admin/Frontend] Apply Different Settings for Different UsersHello @fiercium
Thank you for your comment.
I can seems your using addon is “select user role”.how to apply changes to another user type without having to make modifications
I think this feature is another addon(premium), or another way is to separate the customize settings with action hook filters.
If you want to know another addon, this forum is not for commercial products and please contact me https://mywpcustomize.com.Forum: Plugins
In reply to: [My WP Customize Admin/Frontend] export/import settings?Yes, this plugin use the some single option and some custom post.
For example)
Admin general customize: single option
Admin dashboard customize: single option
Admin sidebar menus: some custom postsThere need to import/export these for work way.
- This reply was modified 2 years, 10 months ago by gqevu6bsiz.
Forum: Plugins
In reply to: [My WP Customize Admin/Frontend] export/import settings?There is no function to export/import settings, but I will consider function to export/import.
Forum: Plugins
In reply to: [WP Admin UI Customize] Reset and delete PluginI’m sorry for the late reply.
I found just wauc_admin_bar_menu_setting and when I reset the settings noothing happens.
Thanks for tried. But I don’t why the reset doesn’t work correctly.
You can delete option with below code. For example, code is useable on functions.php of your active theme.
delete_option( 'wauc_admin_bar_menu_setting' );
Don’t forget to remove or comment out this code after delete option.
Forum: Plugins
In reply to: [WP Admin UI Customize] Reset and delete PluginCan I save everything but like theme, comments, subscriptions and just reset the setting for this?
I am sorry, but I did not understand what you said correctly. (comments admin panel customize?)
I think we need to make sure that saving and deleting data is working correctly.
Where is “blogname” stored? (In your case is “wpke_option”?) Usually, the “blogname” is stored in “wp_options”. “wauc under” is stored in the same location as “blogname”.
I installed your new plugin My WP Customize Admin/Frontend also to try before.
Please use the new plugin. (My WP is recommended, I will not develop the WP Admin UI Customize)
Another way would be to start with a simple WordPress and gradually customize and experiment with it.
Forum: Plugins
In reply to: [WP Admin UI Customize] Reset and delete PluginCan you find “wauc_dashboard_setting” of “wp_options” on the phpMyAdmin panel after Dashboard customized on WP Admin UI Customize?
For example customized Dashboard database datae.g.) If Dashboard customized, customized data has been saved in the “wp_options” table(option_name is “wauc_dashboard_setting”).
If doesn’t saved, sorry I don’t know why not save the problem. Maybe other plugins or themes conflict.
- This reply was modified 3 years, 1 month ago by gqevu6bsiz.
Forum: Plugins
In reply to: [WP Admin UI Customize] Reset and delete PluginThere are the path of customize setting.
- wauc_user_role_setting
- wauc_site_setting
- wauc_admin_general_setting
- wauc_dashboard_setting
- wauc_regist_dashboard_metabox
- wauc_admin_bar_menu_setting
- wauc_sidemenu_setting
- wauc_manage_metabox_setting
- wauc_regist_metabox
- wauc_post_add_edit_setting
- wauc_appearance_menus_setting
- wauc_loginscreen_setting
- wauc_plugin_cap