Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #88812
    Mupa
    Participant

    Hi,

    at first, congrats to this very nice theme. I have finished a new site on my local machine and still one issue:
    Is it possible to put the site logo before the site title instead of above or under the title?

    Best Mupa

    #88839
    Mahesh
    Keymaster

    @mupa: Thank you for your appreciation. This is possible, but you’ll need to do some customization. For this, create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php, add the code from the link below:
    http://pastebin.com/T0E0dvSJ
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-branding > a {
        display: inline-block;
        vertical-align: middle;
    }
    
    #site-header {
        display: inline-block;
        vertical-align: middle;
        width: 60%;
    }

    Regards,
    Mahesh

    #88851
    Mupa
    Participant

    Hm, the icon remains in the transparent header line.

    #88853
    Mahesh
    Keymaster

    @mupa: Please post in your site url.

    Regards,
    Mahesh

    #88878
    Mupa
    Participant

    Like i said, at the moment i’m working local.

    #88904
    Mahesh
    Keymaster

    @mupa: Using the above given code and css, you can check the image in link below to see how it looks on mine.
    http://goo.gl/3eZ11e
    Can you please send me screenshot like above to see how is it displaying in yours.

    Regards,
    Mahesh

    #88942
    Mupa
    Participant
    #88959
    Mahesh
    Keymaster

    @mupa: Have you made any customization before the code I’ve given you. How did you move the logo to the header top line? By default, the logo should be below the header top line, just above or below the site title.

    Regards,
    Mahesh

    #88966
    Mupa
    Participant

    I have deleted the whole theme (the folder catch-adaptive wasn’t definitely there after that) and reinstalled it.
    –> The problem remains the same …

    #88974
    Mahesh
    Keymaster

    @mupa: Can you please send the zip of the theme in your local? I’ll need to check what really is the issue. You can share it via dropbox or send email @ mahesh [at] catchthemes [dot] com.

    Regards,
    Mahesh

    #88999
    Mupa
    Participant

    Catch Adaptive theme folder

    I hope it helps for now.

    #89016
    Mahesh
    Keymaster

    @mupa: I checked your theme and its working fine, the logo is displayed below the menu as it should by default. Please find the zip for Catch Adaptive child theme in the link below.
    https://goo.gl/0IiBKS
    Upload it to your local site and activate it. Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-branding > a {
        display: inline-block;
        vertical-align: middle;
    }
    
    #site-header {
        display: inline-block;
        vertical-align: middle;
        width: 60%;
    }

    Note: Go to Dashboard=> Appearance=> Customize=> Site Identity make sure that Check to disable logo is Unchecked
    Let me know if any trouble.

    #89048
    Feliciano200
    Participant

    Hi, am using full frame theme, would like to make the logo bigger, however it is not changing size even after adding the code: #menu-hoofdmenu {
    margin-top: 143px;
    margin-left: 15px;
    }
    I increased the image size as well to no avail, does full frame support making the logo really big? And also can I remove the footer or is it encrypted?
    Regards

    #89084
    Mupa
    Participant

    You hint with Check to disable logo is Unchecked was the key. I had set my icon under Theme Options ==> Icon Options ==> Select/Add Logo Icon. Is this a redundant place for that?

    #89112
    Mupa
    Participant

    After the last update i have no Icon Options under Theme Options. Have you removed that?

    #89139
    Mahesh
    Keymaster

    @feliciano200: Please post the support in appropriate Theme Thread. It will be easier for both us and people who seeks help in support.
    Please post in your site url, so that I can check and help you further.
    For removing footer, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-generator {
        display: none;
    }

    Regards,
    Mahesh

    #89140
    Mahesh
    Keymaster

    @mupa: The main logo that displays in the website is from option Dashboard=> Appearance=> Customize=> Site Identity‘s Logo option. By default the Check to disable logo in here is checked and you have to uncheck it to display the logo in your site.
    The one you have mentioned above is the favicon that appears on the top in browser’s tab and above two are different options. Since from WordPress core provides favicon option from version 4.3, Icon Option has been removed. For favicon, go to Dashboard=> Appearance=> Customize=> Site Identity and use Site Icon option. Your previous image in Icon Option is migrated automatically to the Site Icon.

    Regards,
    Mahesh

    #89217
    Feliciano200
    Participant

    Hi Mahesh, thanks a lot for your help.I am quite new to this forum, but you can send me the link where to post in the correct thread.my site is: http://www.legalshield.na/beta just want to make the logo bigger and edit the footer, not completely remove it.Just to put the copyright sign and all right reserved.Regards

    #89225
    Mahesh
    Keymaster

    @feliciano200: Use the following link for Full Frame Free support.
    https://catchthemes.com/support-forum/forum/full-frame-free/
    1. Make Logo Bigger:
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #logo-icon img {
        max-height: 60px;
    }

    Note: Please adjust(increase or decrease) the max-height property in the above code as required.

    2. Edit Footer:
    This feature is only available in Pro version, I recommend you to upgrade to Full Frame Pro. However, you can use child theme and make some customization to change footer contents.

    Regards,
    Mahesh

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘put site logo before site title’ is closed to new replies.