My debug.log is getting filled with the following warning:
[05-Apr-2024 15:59:51 UTC] E_DEPRECATED: Creation of dynamic property FS_User::$is_beta is deprecated in /var/www/site.com/public_html/wp-includes/functions.php on line 650
Which of course is not the actual location of the error. I used grep to scan my entire plugins folder and this appears to be related to some Freemius code and your plugin appears to have Freemius included in your codebase.
So, if you haven’t already tested on php 8.2, you might want to ask them if they have an update. Apologies if you already have updated this, but it’s proving impossible to tell which plugin this is coming from.
]]>Hello, I would like to ask how can I allow users to jump directly to my account interface after logging in?
]]>Hello, we’re currently getting this on our mobile layout using your plugin: https://prnt.sc/D8rrLQJGjuPw
I’m happy to send a video link to an email address if you can provide.
Note: Please allow some time to get back on your requests as my business is time-consuming and requires a lot of traveling. Running the web site is a hobby only and is considered lower priority.
I do not think that I need to create a video, these are the steps:
https://FQDN/wp-admin/customize.php?autofocus[section]=login_designer__section–templates&return=https://FQDN/wp-admin/index.php&url=https%3A%2F%2FFQDN%2Flogin-designer%2F
(I have replaced the original site by “FQDN” as I already have enough unwanted visitors carrying out brute force attacks. I can provide FQDN in private though.)
I would like to change it back so that I am redirected to the dashboard. I just need to know where and how to change it back to wp-login.php.
]]>In this original thread (marked as resolved), user @yummp described an issue with the Password Protected plugin not resizing the logo correctly when assigned by Login Designer plugin.
https://www.ads-software.com/support/topic/fixing-logo-issue-for-password-protected-plugin/
I also got the issue and dug a little deeper. If an image thumbnail, when initially uploaded, was cropped by a smaller dimension than the original image using the Crop thumbnail to exact dimensions (normally thumbnails are proportional) checkbox setting (in Settings ? Medias), the logo might then have an unexpected size and/or ratio when resolved by wp_get_attachment_image_url()
.
@yummp has the right idea by adding the “large” parameter but I think a better way is to directly apply the plugin’s rendered sizes as shown below.
login-designer/includes/class-login-designer-password-protected.php:144
$logo = wp_get_attachment_image_url( $logo, esc_attr( $logo_width ), esc_attr( $logo_height ) );
Cheers ??
]]>Hi there. The plugin mentions multisite support, but I don’t see any settings/options on the network dashboard. I tried setting up a custom login page on the main site, but it didn’t affect the other sites.
Where do I create global design settings for the custom login page? Thanks!
]]>I have a website and use the plugin “Login Designer”. When I login to WordPress, I am automatically redirected to the settings page of this plugin instead of the dashboard. Therefore I always have to spend several clicks on closing the dialogs first to get back to the dashboard overview.
I have no plugins installed for redirecting users after login, so this modification must have been made in the general/standard WordPress configuration.
The URL changes to something like this:
(Website URL replaced by WEBSITE.FQDN, for login credentials will not be provided anyway.)
I do want to use the plugin, so deactivating it is no option. The plugin must have altered some setting in wordpress, the question is where and how to change it back?
I have full access to the server (root console) and the wordpress installation, so I can edit any file as required.
It looks like something has added the autofocus[section].
How can I change the settings back so that the dashboard is displayed immediately after logging in?
It looks to me like the Login Designer plugin is using a dashicon instead of the default checkmark for the “Remember Me” checkbox input. I actually like the look of it, but the alignment is off. I’ve tried it on my desktop in Chrome and Firefox, and on my iPhone in Chrome, and the checkmark doesn’t appear consistently, and it’s typically outside of the actual box.
I know this is a minor detail, but I’m hoping maybe it’s a small fix, too. Everything else looks so polished once it’s been customized, except for that part.
]]>Great plugin. Deactivation has some issues…
]]>Hi, I’ve built a custom login form that is used in conjunction with a password protecting plugin (Password Protected). The login form in the designer looks like this:
But in an Incognito window it looks like this with the standard wordpress look:
How can I fix this issue? Urgently
]]>Hi. It gives me 403 error when clickin on “settings” link. Thanks!
]]>hey there, hows developement working torwards to make it work without adding an extra page?
often the problem is that the client has no orientation whats this site about, so at least hide it in the backend of wordpress.
other plugins can make it work, you can too.
thanks and all the best
telemarker
Today’s update took down two sites. I renamed the plugin and they’re back up. Not ALL sites went down that use the plugin but all are built on similar stacks. Are you seeing this on other sites? Do you need more information to figure this out?
]]>Hello, I get an error from login-designer and it does not go away even after deactivating the plugin:
Fatal error: Uncaught Error: Call to a member function get_page_permastruct() on null in /var/home/my-domain_at/www/neu/wp-includes/link-template.php:431 Stack trace: #0 /var/home/my-domain_at/www/neu/wp-includes/link-template.php(393): _get_page_link(Object(WP_Post), false, false) #1 /var/home/my-domain_at/www/neu/wp-includes/link-template.php(197): get_page_link(Object(WP_Post), false, false) #2 /var/home/my-domain_at/www/neu/wp-content/plugins/login-designer/login-designer.php(236): get_permalink(Object(WP_Post)) #3 /var/home/my-domain_at/www/neu/wp-content/plugins/login-designer/login-designer.php(68): Login_Designer->login_designer() #4 /var/home/my-domain_at/www/neu/wp-content/plugins/login-designer/login-designer.php(668): Login_Designer::instance() #5 /var/home/my-domain_at/www/neu/wp-content/plugins/login-designer/login-designer.php(672): login_designer() #6 /var/home/my-domain_at/www/neu/wp-settings.ph in /var/home/my-domain_at/www/neu/wp-includes/link-template.php on line 431
]]>We have been using this plugin for quite some time on multiple websites, but we’re experiencing a few issues after the latest Login Designer update.
The first is covered in a previous ticket. We are seeing this on many websites.
The second is that on some sites, when accessing the Login Designer interface, it fails to load and you only see the “This page is used by Login Designer…” (screenshot)
We discovered that deleting and reinstalling the plugin fixes this issue. However, doing this on lots of websites is a little annoying. ??
]]>With recent updates most but not all sites with Login Designer installed have stopped extending the background (behind the login section) the full height of the page. It sometimes makes it black and sometimes it seems to pick up a color from the image on the right. Would really appreciate not having to add custom CSS to fix this.
]]>No matter what page we select in settings – login logo URL always points to /wp-login.php. Everything else works fine.
]]>Ive selected a theme in the login designer (the black one), ive published it, but the default login page is not changing. heres a screenshot (first link) and ive provided a link to the login page (second link)
]]>I’m sure it’s me, but I’m trying to figure out how to remove the link to the login designer page from the main page menu. Normally, I can edit the page in the WordPress viewer, but doing so takes me to the custom page editor.
]]>Hey guys, first off thank you for developing and supporting such a great plugin. I’ve had a few things start to happen recently across several different websites using Login Designer.
Seems like the page that Login Designer creates has been duplicated or created twice. Not sure when this happened but I noticed two of the same pages on more than one website.
The other odd thing is that after logging in to a WordPress website as an admin I’m redirected to Customizer → Login Designer instead of the the admin dashboard.
Any help figuring these issues out would be great…especially the redirecting to Customizer after login as that one could confuse clients.
]]>Hi,
Can’t get the Login Designer to work, and even tested with all other plugins deactivated.
Does it work with Kadence child theme?
See – https://www.screencast.com/t/bMJaXXle
Any ideas please?
Thanks
Ben
]]>I would like to link the logo to a custom URL rather than a page on the site, as I’m building a ‘sister’ site that users need to refer back to if they aren’t logging in.
Great plugin – thanks!
Currently plugin’s page says Tested up to:?5.9.5
I am running WP 6.1, and am getting the usual warning about the plugin not being tested.
I did not notice any issues so far. Are you planning to release an updated version with official WP 6.x support ?
Thank you
]]>I tested your plugin today, and it does a very good job at providing a nice and easy way to customise the login page. Thank you !
The only feature that I am missing, is being able to add a welcome message on the login page.
The idea is to provide information to users accessing the page, by displaying a short text (ideally, rich-text/html), for example between the logo and the username field (like a nicely styled box).
Would it be possible to implement this ? Or alternatively, is there some way that the provided templates can be edited/customized to add this without releasing a new plugin version ?
Cheers
Damien
Hey there, first, nice plugin. Thanks for sharing your work!
Is there not a Custom CSS/JS box for us to insert CSS to edit certain elements of this form? Screenshot: https://prnt.sc/qARwvxRjKUwb
For example, I might want to adjust the opacity of the form’s background or add a border with certain color, etc.
Kinda like this example below. I added it under Appearance / Customizer / Additional CSS but that didn’t work. Perhaps this plugin requires its dedicated Additional CSS box? Let me know. Thanks!
#login form {
background-color: rgb(79, 40, 24, .7);
border: 1px solid rgba(249, 201, 102, 0.4);
}
Hi, my logo is not displaying on the live page. In the designer, I can see the logo but when published it disappears. Thanks
]]>Hi Login Designer Support,
I am using your plugin in coordination with the ‘Password Protected’ plugin in order to style the password lock screen on my website.
It is my understanding that these two plugins should be compatible. However, the logo is getting stretched on my password-protected page.
Do you have any clue how to fix this issue?
Thank you!
]]>hi there, in europe its kinda greyish area to load googlefonts dynamic.
could you setup an option to host it local or at least make it work with the famous omgf plugin?
thanks and all my best
telemarker
since certain stuff hasn’t been adressed it would be nice to have a custom css box.
but the last update hasn’t taking care off. any news on this?
When installing your plugin it also creates a new page “Login Designer” – I wonder if I am able to get rid of it somehow?
Also, what happens if someone would delete it because not knowing what this page is for?
Thanks
Markus
]]>