Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@nussarthur: I check in your site and see that there is slider. Just that the image size is wrong. You have image of size 550px by 313px width. Edit those post and use larger featured images. For example, you can see that the original image you have uploaded that is thecolddeadhand.com/wp-content/uploads/2014/11/Papers_pile_350.gif is just width 350px and height 407px.
But our slider width is Width: 976px. So, your image width is not enough so it couldn’t expand it.
Sakin
Keymaster@lorencowka:
2. It’s working fine in our server. Maybe some issue, we will check in details. For now, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
.entry-header .entry-title a, .entry-header .entry-title { color: #222; }
4. Please send me your site URL so that I can check in which inactive icon you are talking about.
5. Again which menu bar you are talking about as there are Primary, Secondary and Footer menu in our theme. So, maybe you can explain in reference with your site URL.Sakin
Keymaster@Gerald: It’s IOS issue so not sure about how to fix that. Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
body.custom-background { background-attachment: fixed !important;; background-size: cover !important; }Sakin
Keymaster@aruraza: I have been able to change the header image. That is the image of buddha. You can simply go to “Appearance => Header” and upload, then you will get this option “Crop Header Image” option. You can you can use your mouse/trackpad to select the image area as per you need using the pointer and click on “Crop and Publish”. See this screenshot http://www.pinterest.com/pin/548594798331307420/
Sakin
Keymaster@nussarthur: I don’t know what’s going with your site. Looks like you have conflict with your two plugin. One is thumbnail editor and Jetpack plugin “Photon” module. So, try disabling one and check in.
Sakin
Keymaster@harish: I don’t know how you have customize the theme and mess up with the div codes. Now, I see that it’s missing closing div code
</div><!-- #content-sidebar -->before<div id="footer">Sakin
Keymaster@ncmh-cardiff: This is Chrome browser issue with rem css codes. They should be fixing it in their new version. Not sure when. For now you can add the following css in “Appearance => Theme Options => Custom CSS” box:
body > div { font-size: 1.4rem; }Sakin
Keymaster@harish: I checked in from my mobile devices and I am able to go to your contact page. I don’t see any issues.
November 27, 2014 at 11:32 am in reply to: Get rid of "Category Archives" but leave the category name in #48118Sakin
Keymaster@Salome: To remove the word Category Archives only. You need to build child theme. You can check out http://catchthemes.com/blog/create-child-theme-wordpress/ for Child Theme Tutorial and sample child theme. Then copy
content.phpfile to your child theme and then replace the code:<?php printf( __( 'Category Archives: %s', 'simplecatch' ), '<span>' . single_cat_title( '', false ) . '</span>' ); ?>With the following code:
<?php printf( __( '%s', 'simplecatch' ), '<span>' . single_cat_title( '', false ) . '</span>' ); ?>Sakin
Keymaster@nussarthur: I check in your site and see that the image that you have added as Featured Image in your post is smaller then width 976px and height 313px. So, best will be to upload the image of same size or larger then this.
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; } -
AuthorPosts
