Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1200756
    inkapix
    Participant

    Hi 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

    #1200780
    Prasant Rai
    Moderator

    Hello 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.

    #1200790
    inkapix
    Participant
    This reply has been marked as private.
    #1200864
    Rupok
    Member

    Hi 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.

    #1200931
    inkapix
    Participant

    I’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?

    #1201222
    Darshana
    Moderator
    This reply has been marked as private.
    #1201334
    Friech
    Moderator

    Hi 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!

    #1291280
    scvizar
    Participant

    Hello, 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

    #1291762
    Nabeel A
    Moderator

    Hi 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!

    #1291790
    scvizar
    Participant

    Thank you! So it’s better not to use White Label… 🙁

    #1291911
    Nabeel A
    Moderator

    Hi there,

    Thank you for understanding.

    Take care!

  • <script> jQuery(function($){ $("#no-reply-1200756 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>