Frank Bueltge
Forum Replies Created
-
Forum: Plugins
In reply to: [Adminimize] PHP Deprecated warnings PHP 8.1@christof15 Have you tried the GitHub version?
Forum: Plugins
In reply to: [Adminimize] Plugin not work with last WP update 6.3Do you have any hints about error messages? For me, it works in some different installations without error notes or missing functions. Lock also in the browser’s console for notes or activate the debug helping option for a look of the plugin. You will find this option in the Adminimize Plugin settings. And then look also in the console of the Browser, F12.
Forum: Plugins
In reply to: [Adminimize] PHP Deprecated warnings PHP 8.1@christof15 have you tried the version from github or the current release from wp.org? Thx.
Forum: Plugins
In reply to: [Adminimize] The Plugin is deactivated but the Admin functions are hideI mean, you have a cache active and you should clear them. Adminimize do not run after deactivation and store no data in other areas, only options that only run if the plugin is active.
Forum: Plugins
In reply to: [Adminimize] PHP Deprecated warnings PHP 8.1Maybe you would try the dev version?
You can download it https://github.com/bueltge/adminimizeTHe syntax check works fine: https://github.com/bueltge/adminimize/actions/runs/5484839975/jobs/9992898958
Forum: Plugins
In reply to: [AddQuicktag] Alternative to AddQuicktag?WordPress change the editor, Gutenberg is the current next way to edit content. But some people use Shortcodes or/and the Classic editor also inside the block editor. So the plugin is old, but helpful, maybe needs more feature. The current version has some issues for Ex/import and should be fixed. The code is public on GitHub (https://github.com/bueltge/addquicktag) and here on wp.org, so perhaps the community will contribute in development and support.
Forum: Plugins
In reply to: [Adminimize] PHP version supportI check the syntax from 5.6 to 8.1, currently, and no errors.
See https://github.com/bueltge/adminimize/actions/runs/3658896080Forum: Plugins
In reply to: [Adminimize] Does Adminimize support PHP 8.1There are no syntax errors with php 8.1 – https://github.com/bueltge/adminimize/actions/runs/3658896080/jobs/6184250357
Currently, I haven’t an overview about all the installations, reality checks.
Hello.
WP Apps—Anyone in our team has no idea about this tool. Maybe the access is via REST API or XMLRPC and you have to access this access. On default, the plugin block this access and open it only after login.Forum: Plugins
In reply to: [Adminimize] Admin Bar Front End – Edit PageI tested again, several times, on a site for now, and it works.
The plugin has no custom settings for this, the Global Options run only in the back end area.Forum: Plugins
In reply to: [Adminimize] Cant unhide admin menu itemsYes, you can remove all the settings from the settings page, see far below of the settings page, area ‘Uninstall options’, to remove them from the database. The settings are stored in one entry in the table options, item
mw_adminimize
. But if you update the settings page, the plugin get all the date new and refresh the options. Write also the settings items new.Forum: Plugins
In reply to: [Adminimize] Admin Bar Front End – Edit PageYou have to open an additional tab in the same browser with a page of your content, so that the edit-page button is visible in the Front End Admin bar.
After them, switch to another tab with the settings of Adminimize and update these options – now the update process get all items of the backend and frontend, also the admin bar from the open page. After them, you should have the edit page item.Forum: Plugins
In reply to: [Adminimize] upper limit to number of deactivationsMaybe this thread helps you, because it is not a part of the plugin, is in depends on the environment
https://www.ads-software.com/support/topic/menu-options-values-lost-upon-upgrade/#post-7147440Forum: Plugins
In reply to: [Adminimize] Is this plugin still maintained?It is not necessary to create a fork of the plugin. The code of the plugin is public – https://github.com/bueltge/adminimize, and each helping hands are really gladly seen, for the development part and also for the support area. See the sticky threads at the support forum.
But, there are a no contribution since longer time, no supporting hands on the support forum or the code maintenance.
Forum: Plugins
In reply to: [WP MapIt] Title Bubble on Map Multible Pisns>I already have the feature to display markers on hover in my todo list.
Thanks a lot.