Hello! I notice that at the top of the log appears “Works with WordPress”, also the “Access logo” image is being duplicated or repeated and this was not happening.
I send image. https://prnt.sc/Yf7SGGBPCq7o
I think this should be corrected on your part.
After updating to WordPress 6.7, the White Label CMS plugin no longer fully replaces the WordPress logo with our custom logo on the login form page. Please address this issue.
Screenshot Link: https://ibb.co/pnqw87V
]]>Hi, this is a suggestion.
Very nice plugin. My 5* rating! Would it be possible to define a background overlay color to get the login box highlighted? Thanks.
]]>I want to have the Editor account to be able to see more settings on the Download After Email plugin, however even if they are all ticked within White Label CMS it still only shows two options.
]]>I’m interested in using this plugin for client sites. Is it possible to create and save a particular setup and reuse it on other sites, or would I have to do it from scratch for each client site?
]]>Hi,
Is it possible to Remove the link to “customize” in the Frontend Admin Bar?
]]>Hi, I have the setup where I hidden some menu items and chose another admin including my self that is excluded from the settings.
I want to exclude all editors from the menu hiding – meaning I want all editors not to be affected by the menu hiding feature.
I tried to use some php code but I wasn’t able to do it myself.
It’s a very basic and needed feature, how can I do it please?
Thanks
After signing in, can a redirect be set up and bypass or block the admin dashboard from certain user roles?
]]>Is it possible to hide Profile from the menu?
]]>I just had an issue where I could not access the white label CMS settings page.
I also could not access the Plugins submenu.
I disabled all plugins and switched themes but still did not work.
I had to restore the site from a backup before your plugin was installed to fix the issue.
Is there a way to reset the plugin when you don’t have access to the settings page?
/wp-admin/options-general.php?page=wlcms-plugin.php redirects to /wp-admin/
It looks like that before loading the admin settings page the plugin checks if the current logged-in user can install plugins. If not then it just redirects to the admin page and does not load the settings page. In our case, this means that no users can access the plugin settings as we have the DISALLOW_FILE_MODS set to true.
Is there a workaround that we can implement here?
Thanks
If I’m logged in as an admin user but not the one with permissions to access the white label CMS settings what does the Reset link on the Plugins page do?
]]>Hello,
I’m a long time infrequent user of your plugin, and though I haven’t had many opportunities to put it into production, I’m grateful for everything you’ve done. I have carefully customized a theme that I am about to hand off to a client, but I cannot hide the button on the top admin bar that goes into theme customization. I can hide everything else in the top bar via the plugin, but not that. Although, other plugins can, so it’s technically possible… Would it be possible to incorporate this into a future release please?
Thanks!
Matt
]]>Hi there,
I locked myself out after importing settings from another site. I tried the reset url (https://www.ads-software.com/support/topic/locked-myself-out-add-another-admin-via-database/) and also resetting the plugin by completely deleting it (via ftp) and clearing the cache, but that didn’t work either.
Can someone please help me out, i’d love to use this wonderfull plugin again!
Thank you so much
]]>If you use the latest version of Firefox the editor gives an error and crashes, analyzing with the browser inspector leads to a DOM error in the file wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1:2
Latest version of WordPress, the plugin is updated.
Please note that if you deactivate the plugin the error does not appear, which is why I am writing here.
I cannot show the website because it is institutional.
I can provide other information that I need to correct this bug.
Only with Firefox, in other browsers such as Chrome or Edge it works fine.
Thank you.
]]>We are trying to insert an elementor template into the management dashboard but it seems like all the styling is not included, for pages it is fine. What could this be due to?
]]>Hi There,
We’re seeing an issue on multiple sites where the hidden dashboard panels setting is no longer being respected on 6.6.1 but only on some of our sites.
We’ve tried deactivating all plugins on a site apart from whitelabel as well as resetting the plugin but nothing will make the panels added by core and other plugins go away!
I’d be grateful for any advice/further debugging we can do to solve this – we use WhiteLabelCMS across c.70 sites and many are affected by this – but it doesn’t seem to be a PHP version issue as we’re seeing sites on the same version working fine.
All the Best,
Alex
Hi, the customised exit icon for the gutenberg editor doesn’t display anymore since the last update ! Please help ! What can I do ?
Thanks for your help,
Guillaume
]]>In Settings, when I click white label CMS it just goes back to the dashboard hompepage. I’ve used this plugin for a long time and have never seen it behave like this. Anyone know why or what to do?
]]>Hi,
Since the latest update it is not possible anymore to add new blocks in Gutenberg builder because the icon in the Gutenberg home button is changed into a string of code.
Can you fix this?
Thanks in advance!
Hi,
unfortunately it seems the “Howdy” is back with the latest WordPress update 6.6.1.
I hope you can hep with that?
Thank you! Cheers!
]]>Hi,
Love WLCMS, but can Divi Library layouts be supported in the Dashboard widgets. For now I manage with the Page feature, but this does not allow resizing of the content when operating objects within the widgets.
Regards,
Jackey
I have imported settings and now I am unable to access admin panel from super admin user.
I tried /wp-admin/options-general.php?page=wlcms&wlcms-action=reset but got error “Sorry, you are not allowed to access this page”
Hi, I noticed that the Whitelabel is not performed on the title of the page wp-login.php
So it appears: Login – Site Name — WordPress
To solve while waiting for your intervention I used the following code by inserting it in the functions.php of the theme:
function custom_wp_login_title( $login_title ) {
return str_replace( ' — WordPress', '', $login_title );
}
add_filter( 'login_title', 'custom_wp_login_title' );
I also propose adding an option to force login and registration through the WooCommerce page if it is installed on the site so that when any user visits the wp-admin page they are redirected to the WooCommerce “my-account” page.
I tried this:
// Hide wp-login from guests
function redirect_guest_from_wp_login() {
// Check if the user is not logged in and if the request is for wp-login.php
if (!is_user_logged_in() && isset($_SERVER['REQUEST_URI']) && strpos($_SERVER['REQUEST_URI'], 'wp-login.php') !== false) {
// Get the base redirect URL
$redirect_url = home_url('/my-account/'); // WC My Account Page
// Get the query string from the original URL
$query_string = $_SERVER['QUERY_STRING'];
// Parse the query string to get individual query parameters
parse_str($query_string, $query_params);
// Add the query parameters to the redirect URL
if (!empty($query_params)) {
$redirect_url = add_query_arg($query_params, $redirect_url);
}
// Perform the redirect
wp_redirect($redirect_url);
exit();
}
}
add_action('init', 'redirect_guest_from_wp_login');
]]>
Hi, White Label CMS settings don’t seem to show up. I toggled the plugin’s activation but to no avail. Any suggestions? Thanks.
]]>Hi there! I’m setting a new website using the White Label CMS plugin and i had installed it a few months ago. However i had to change some settings on the plugin and now i always have a notification of “Settings saved.” when i’m browsing the website on the admin dashboard – its the same notification whenever i save any settings on White Label CMS, however i’m just browsing the admin dashboard and i keep getting the notification…
If i disable White Label CMS the notification goes away. I also enabled troubleshooting mode with WordPress theme and all plugins disabled, except White Label CMS, and i get the notification – if i disable White Label CMS it goes away.
EDIT: I forgot to add that i also tried to reset settings, export and import, and none solved the issue…
Can someone help?
Thanks!
]]>The custom dashboard does not show any bullet points written inside Elementor’s text editor widgets.
It ony happens when choosing the “Elementor” option as the “Template Type” under the Whitelabel CMS Dashboard settings.
Tried solving the Elementor styles not showing up when using the “Elementor” option as the “Template Type” by following these instructions (which solved everything except for the bullet points not present):
https://www.ads-software.com/support/topic/custom-elementor-dashboard-broken-style/
Checking the dashboard admin page by inspecting the element with chrome’s developers’ tools, the HTML “elements” tab should contain inside the list item (<li></li>) the first line being ::marker, which would be styled as the bullet point itself, but it’s absent when inspecting the element in the custom dashbord admin page; whereas it is present when inspecting it from the preview page on elementor’s editor or even if I make a page and use it instead of a page template, by selecting it as the “Page” option as the “Template Type” under the Whitelabel CMS Dashboard settings.
This topic was brought to attention more than two years ago, but not yet solved; it’s an amazing plugin and it seems that something as properly pulling styles stuff as they’re set from the page builder should be by default working as expected.
So you may ask: “why don’t you use the ‘page’ option in the WLCMS dashboard settings, if that already correctly brings the styling as it should, then?”.
Well, I’m sticking to the Template Type “Elementor” (as it’s an elementor page template) instead of the actual page option because one of the widgets I’m using is the accordion and it only properly works when the template option is used (the main container height streches as far as the accordion requires.
Hope it’s clear, if there’s interest in investigating, I’m available for taking it further or giving clearer instructions on how to replicate.
Thanks in advance!
]]>I love this plugin! A very useful feature would be to insert an option to add custom password fields on the registration screen/form.
]]>This is a great plugin, I would like to leave a note and please keep it in mind.
In settings there is an option to customize CSS, this affects all users, it would be ‘Excellent’ if you could select the user roles that the CSS affects.
In my case I apply CSS to hide some Tabs and some Links for a type of role, but this even affects the administrator role.
I remain attentive to your comments
On the Menus tab, under “White Label CMS Admin” I have activated “Want to hide menus for your client?“. On the same tab, under “Menus” I have selected “Posts” and “Bookly” to appear.
When I log in as the user in question, I can not see Posts. I only see “Dashbord”, “Profile” and “Bookly”. What am I missing?
]]>