Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi Kjcarleo,

    Please update plugin with latest version 2.5.4

    We have changed the text “Contact Us: :” to “Find Us On Social Media” in new version.

    1) If you want to hide then use below code into Custom CSS setting in Login Form Setting tab:

    
    .acl-social-text {
         display: none;
    }
    

    2) If you want add your own text then follow below steps:

    – Download the plugin zip and unzip into your local drive
    – In plugin directory, open plugin main file admin-custom-login.php
    – At Line Number 174 you will find the text Find Us On Social Media in below code

    <?php _e('Find Us On Social Media','WEBLIZAR_ACL'); ?>

    – Change the text accordingly and save file.
    – Zip modified plugin directory again and install the plugin via upload zip file

    Hope this work for and if any problem let us know.

    Your feedback is really appreciated – HERE

    Thanks

    Thread Starter kjcarleo

    (@kjcarleo)

    Can the typeface or font be changed?

    Plugin Support weblizar_support

    (@weblizar_support)

    hi kjcarleo,

    Sorry for delay due to diwali holidays. Do you want to apply your own custom fonts or want to select fonts from a list of fonts given in Font Setting?

    Thank you.

    Thread Starter kjcarleo

    (@kjcarleo)

    Selectable would be nice. I want to use Raleway, like the rest of the form I am using.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @weblizar_support Don’t post shortlinks for file downloads to sites like that. Use someplace reputable like Github or your own https://weblizar.com/ site.

    Plugin Support weblizar_support

    (@weblizar_support)

    hi @kjcarleo,

    We customize the plugin according to your need.
    Please download the file from HERE.

    after download this file, go to the plugin directory,
    wp-content > plugins > admin-custom-login and replace the existing file “admin-custom-login.php” with downloaded file.

    Notify us after successfully done this. If you face any problem doing this please tell us.

    Thank you.

    Thread Starter kjcarleo

    (@kjcarleo)

    Thanks so much looks great

    Thread Starter kjcarleo

    (@kjcarleo)

    How about the “You are now logged out.” font? Can that be customized to be Raleway?

    Plugin Support weblizar_support

    (@weblizar_support)

    hi @kjcarleo,

    sir, please update your file “admin-custom-login.php”. Add the following code after line no 149.
    <style>
    #login p.message {
    font-family: <?php echo $heading_font_style ?>;
    font-size: <?php echo $heading_font_size;?>px;
    }
    </style>

    After apply this solution please notify us.

    Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Contact Us: :’ is closed to new replies.