Home Forums Free Themes WEN Business Logo too small?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #47313
    LaMpiR
    Participant

    Hi,

    I am looking into buying the pro version but first I would like to set it up for free, since the client doesn’t know if he is going to keep this theme.

    When I upload a logo, I have to cut it, but I don’t want to. I want a bigger logo, since when cutted, it is also resized and then it looks blurry and the text is not shown properly.

    Is there any way to insert the logo without cutting it and to have it bigger?

    You can see here:
    http://www.vivet-solutions.at/

    Thank you in advance.

    #47317
    wensolutions
    Keymaster

    Hello @lampir,

    If you require the logo of bigger size then while uploading the logo you can chose the option Skip Cropping . In this way yow will have your original size logo.

    Refer to below screen shot for proper info :

    https://image.prntscr.com/image/c5jRhb_vSUO3293szP33Rw.png

    Hope this helps.

    Best Regards!!!

    #47320
    LaMpiR
    Participant

    I am aware of the possibility, but the option simply isn’t there.

    If I upload it, nothing, only croping available. If I choose a cropped logo, then I can use that option, but only for the cropped ones.

    http://www.youtube.com/watch?v=ZUdMBCnrny0

    For not german speakers “Bild zuschneiden” means crop the photo, and Zuschneiden ĂĽberspringen is skipping it.

    #47325
    wensolutions
    Keymaster

    Hello @lampir,

    Yes if you upload the image of bigger size you wont get the option skip cropping .

    However you can still manage to get the original size of the logo . For this you need to activate the child theme.

    Child theme References:
    https://codex.wordpress.org/Child_Themes

    You can also create the child theme using the plugin. Below is the link to one of them.

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme in your child themes functions.php file paste below given code .

    https://gist.github.com/anonymous/df7bfdde41786a3f8e998e2f02af63f7

    Hope this helps.

    Best Regards!!

    #47326
    LaMpiR
    Participant

    Hi,

    did that, works but only in the child theme? How do I make the logo with the logo size in the original version without losing after update?

    I apologise, I have no experience with the child themes.

    #47374
    wensolutions
    Keymaster

    Hello @lampir,

    The updates in the original file wont be lost while activating the child theme.

    Also, the theme had already defined the width of the logo that is why you are getting the option for cropping the image .

    In order to get the logo of original file you must definitely go through the child theme approach and paste above given code . Please take a look at the link above of the child theme to know in detail about it .

    So please create the child theme with the plugin recommended above and paste the code in your child themes functions.php file .

    Hope this clears up the confusion .

    Best Regards!!

    #47403
    LaMpiR
    Participant

    I used the plugin to create the child theme and have edited the functions file in the child theme.

    Activating it shows me a bit messed up website but with the logo bigger and better(and I was able to upload it in the first place).

    Activating the default or the main theme reverts the website to the former formating but with the old logo. That is the problem 🙂

    I will try once more with reading in details the page above.

    #47406
    wensolutions
    Keymaster

    Hello @lampir,

    After activating the child theme you need to re-enter the customizer setting. As it does not import the setting of parent theme you might find your site a bit messed up .

    However you can import the setting of your parent theme in your child theme by including a block of code in your child themes functions.php file.

    Please paste below given code in your child theme funstions.php file .

    https://gist.github.com/anonymous/3ee99fee10a7ce1b3c2f8b8514ef5025

    Hope this helps.

    Best Regards!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.