- This topic has 18 replies, 3 voices, and was last updated 8 years, 8 months ago by Mahesh.
-
AuthorPosts
-
April 4, 2016 at 10:00 pm #88812MupaParticipant
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
April 5, 2016 at 10:09 am #88839MaheshParticipant@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,
MaheshApril 5, 2016 at 3:27 pm #88851MupaParticipantHm, the icon remains in the transparent header line.
April 5, 2016 at 4:01 pm #88853April 5, 2016 at 6:21 pm #88878MupaParticipantLike i said, at the moment i’m working local.
April 6, 2016 at 9:30 am #88904MaheshParticipant@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,
MaheshApril 6, 2016 at 10:55 pm #88942MupaParticipantApril 7, 2016 at 10:16 am #88959MaheshParticipant@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,
MaheshApril 7, 2016 at 1:21 pm #88966MupaParticipantI have deleted the whole theme (the folder catch-adaptive wasn’t definitely there after that) and reinstalled it.
–> The problem remains the same …April 7, 2016 at 3:54 pm #88974MaheshParticipant@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,
MaheshApril 8, 2016 at 2:50 am #88999MupaParticipantI hope it helps for now.
April 8, 2016 at 10:03 am #89016MaheshParticipant@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.April 8, 2016 at 6:52 pm #89048Feliciano200ParticipantHi, 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?
RegardsApril 9, 2016 at 1:56 am #89084MupaParticipantYou 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?
April 9, 2016 at 5:17 pm #89112MupaParticipantAfter the last update i have no Icon Options under Theme Options. Have you removed that?
April 10, 2016 at 9:48 am #89139MaheshParticipant@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,
MaheshApril 10, 2016 at 9:58 am #89140MaheshParticipant@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,
MaheshApril 11, 2016 at 1:40 pm #89217Feliciano200ParticipantHi 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
April 11, 2016 at 2:31 pm #89225MaheshParticipant@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 -
AuthorPosts
- The topic ‘put site logo before site title’ is closed to new replies.