SNS A to Z theme Logo and Copyright

    • 38 posts
    February 4, 2021 12:30 PM EST

    Anyone here using A to Z theme? In the admin panel it doesn't allow you to change the Logo Size nor the Copyright information on the footer. Anyone know the full path to the logo size and the copyright footer path?

     

    I've looked for the past few days in FTP no such luck. It's baffling to say the least.

    It would be greatly appreciated. 

    • Moderator
    • 6655 posts
    February 4, 2021 12:48 PM EST

    That sounds odd. I don't have the theme but in many cases logos are in the layout editor. Did you check in the Layout editor? The copyright is usually changed in the language manager. You can see the copyright in our demo, https://demo.socialengine.com/admin/language/edit/locale/en?search=copyright&show=all&submit= 

     

    Hope that works for you.

    • 38 posts
    February 4, 2021 1:46 PM EST

    Donna, that worked for the footer copyright! Thanks a million!

    In the AtoZ theme by SNS in the Layout Editor, it doesn't have a logo insert in Landing or other. It's almost as if it's hard coded. Our logo is distorted and not allowing the Logo to be shown in its full width and slogan.

    For example we don't even have a Admin folder in the public_html folder. It's a little, nope a lot different using AtoZ theme. Is there a program that shows full paths of images and text that you know of?

  • February 5, 2021 6:16 AM EST

    Hello Tristan,

     

        Please use below code for modifying the logo size:

     

    Go to File path:- application/themes/sesatoz/theme.css
    Code:-
    .header_logo a img{
    max-height:35px;
    float:left;
    }

     

    Regards

    Team SNS


    This post was edited by Donna at February 6, 2021 4:38 AM EST
    • 38 posts
    February 5, 2021 10:27 PM EST

    Donna you are right on! Thank you! One thing I notice is that our logo is fine but the padding is much larger in height now that we made the change. Any idea?

    • Moderator
    • 6655 posts
    February 6, 2021 4:39 AM EST

    @SocialNetworking.Solutions I fixed your post. Please follow posted guidelines or I will delete your post next time.

    @Tristan, glad the post from SocialNetworking.Solutions helped you.