Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@aruraza: Just go to “Appearance => Header” and then upload the image that you want to remove the default header image.
Fore more, check out theme instruction page at http://catchthemes.com/theme-instructions/
Sakin
Keymaster@Sebastian:
1. It depends on your screen resolution. So, i recommend you to add in 1600px or less as per your screen resolution. Image above 1600px is not recommended as it’s heaving and will have loading issues.2. For custom link in images. See this http://www.pinterest.com/pin/548594798329863531/
Sakin
Keymaster@TBM: Excerpt Layout will automatically show the excerpt content. But if you show the full content display then you can split content using more tag
<!--more-->. See this http://en.support.wordpress.com/splitting-content/more-tag for more detailsSakin
Keymaster@Bryan:
1. To center the title, I need to check in your site URL.
2. If you are using page slider then it will take the excerpt content. That will be auto from the content. But you can manually change the excerpt content that shows in slider from Excerpt Box. See this screenshot showing excerpt box http://www.pinterest.com/pin/548594798330200958/Also, you can use Featured Image Slider to add in independent image, title, content and links, all optional. See this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/
Sakin
Keymaster@johanfalk: The slider is working fine now too. But I see one issue in your site. I see that you have added following code in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer”
UA-44170066-1Remove that. As that place is for Footer Code. If you are adding as Google Analytics code then you need to add in full code not just ID.
Sakin
Keymaster@Gerald: I see the following css in your custom css. Remove background color from that.
So replace.home #masthead { background-color: #fff; margin-bottom: 10px; }with
.home #masthead { margin-bottom: 10px; }Then add the following css:
#masthead { background-color: transparent; }Sakin
Keymaster@Robert: Sorry I am not sure about how Poly Lang work. You need to ask in that plugin support forum. Catch Kathmandu Pro has however already worked with WPML plugin to make it multi-language site. See this http://wpml.org/theme/catch-kathmandu-pro/
Sakin
Keymaster@Peter:
To change the color of links:
– Go to “Appearance => Theme Options => Color Options => Site Color Options”
– Then change the color code in “Link Color” and save changesTo change the color of line above footer copyright, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#colophon { border-color: #1b5f7d; }Sakin
Keymaster@harish: I check in your site and found that you have customize the theme that is why the footer is floating at the top. Where is div came from:
<div class="outer" align="right">
This is the problematic. You need to remove that and it will work fine.Sakin
Keymaster@harish: Sorry I don’t get it what you mean. The menu is showing perfectly fine in mobile devices.
November 25, 2014 at 6:39 pm in reply to: How to Add Phone No, Email on Top right side of Logo? #48047Sakin
Keymaster@harish: Sorry there is no option to do that. You need to build child theme and then add it manually.
Sakin
Keymaster@lorencowka:
1. There is no option to show post in 4 in a row. If you want to showcase it then you can use Homepage Featured Content option in Theme Options panel to show that. But this is for manual featured content, which you can add 4 in a row and any number of content.2. To change the title color of the post. Go to “Appearance => Theme Options => Color Options => Site Color Options” and then change “Title Color” and “Title Hover Color” as per your need and save change.
3. For header Featured Image in your homepage, you can go to “Appearance => Theme Options => Header Featured Image Options”. Then in “Enable Featured Header Image” option check in “Homepage” and in “Featured Header Image URL”, you can either paste your image url or click on “Change Image” and upload your image from there.
Fore more, check out theme instruction page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
November 25, 2014 at 12:50 pm in reply to: Whitespace between featured post slider and homepage headline #48040Sakin
Keymaster@Stanley: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#masthead { padding-bottom: 0; } #homepage-message { margin-top: 0; }Sakin
Keymaster@Gerald:
1. In homepage headline, you can split the content to next line by adding in the HTML code<br />2. That bouncy effect is not there in this theme. Sorry for that.
3. I don’t see header top sidebar in your site. But to make that background transparent. You can add the following css:
.header-sidebar { background: none transparentSakin
Keymaster@Whitney: You can wrap it with the div with max width logic. For example: the following code will load your video with maximum 600px width.
<div style="max-width: 600px">https://www.youtube.com/watch?v=46lb7hn4ukM</div>November 25, 2014 at 11:01 am in reply to: Change site title font to external font style possible? #48037Sakin
Keymaster@Joaozinho: Sorry WordPress Theme is not social networking. So, to add that features you need to add in Plugin. Search for plugin at http://wordpress.org/plugins
Sakin
Keymaster@fmck718: For that page only, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.page-id-554 #content img { box-shadow: none; }Sakin
Keymaster@Gerald: I see that there is extra css which is adding the border. Can you check if you could find the following css. If you find that then please delete that.
#masthead { border-bottom: 1px solid #6a6; }Otherwise, you need to replace
#masthead { border: none; }with the following css:
.site #masthead { border: none; } -
AuthorPosts
