Tagged: x
-
AuthorPosts
-
October 3, 2016 at 12:53 pm #1200756
inkapixParticipantHi there x-techs!
I have a question. I have been getting brute force cyber attacks on my login for wordpress and had to change my url for the login page. Once I changed the url with a plugin, the white label logo image no longer shows on login page. I was wondering if there is a place in the root plugin folder I can change the url to show the logo?
Cheers! ST
October 3, 2016 at 1:10 pm #1200780
Prasant RaiModeratorHello There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
October 3, 2016 at 1:15 pm #1200790
inkapixParticipantThis reply has been marked as private.October 3, 2016 at 1:59 pm #1200864
RupokMemberHi there,
Thanks for writing back! It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
Thank you for your understanding.
October 3, 2016 at 2:38 pm #1200931
inkapixParticipantI’m not asking you to help me work with this other plugin – I’m asking where in the x-theme or white label files you display the logo on the login page. I just need to know where you have the link in your php files?
October 3, 2016 at 7:32 pm #1201222
DarshanaModeratorThis reply has been marked as private.October 3, 2016 at 8:18 pm #1201334
FriechModeratorHi There,
The Image URL can be change on the Addons > White Label panel.
If you need to manually input the image URL. Look for this file \x-white-label\functions\enqueue\styles.php and edit this line:
background-image: url(<?php echo $x_white_label_login_image; ?>);Hope it helps, Cheers!
December 13, 2016 at 7:48 am #1291280
scvizarParticipantHello, I have a similar problem. I use a plugin (wp ceber) that allow me to change the url of the login page. This is for security reason. I suppose that White Label change only the original wordpress login page. Right?
If so, where I can add the new (personalized) url to see White Label working?For example, my new login page is http://www.pincopallo.com/newloginpage
Is there a file where I can add this url? What to do if I use a child theme? thank you
December 13, 2016 at 2:12 pm #1291762
Nabeel AModeratorHi there,
Thanks for writing in! We don’t recommend modifying the X Addons core files since they cannot be modified via child theme and all of your changes will be overwritten upon X Addon update. However if you still need to modify it then via FTP you can navigate to /x-white-label/functions/enqueue and look for styles.php file, open it in an editor. Find this piece of code:
<style id="x-white-label-login-css" type="text/css"> body.login div#login h1 a { width: <?php echo $width; ?>; height: <?php echo $height; ?>; background-image: url(<?php echo $x_white_label_login_image; ?>); -webkit-background-size: <?php echo $size; ?>; background-size: <?php echo $size; ?>; } </style>In the above code change the background image URL like this:
background-image: url('path/of/your/image.png');Just change the path with actual URL and that will do the trick. But please note that we don’t recommend this and won’t be able to provide any assistance if any problem arise due to this.
Thank you for understanding!
December 13, 2016 at 2:32 pm #1291790
scvizarParticipantThank you! So it’s better not to use White Label… 🙁
December 13, 2016 at 4:16 pm #1291911
Nabeel AModeratorHi there,
Thank you for understanding.
Take care!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1200756 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
