Forum Replies Created
-
AuthorPosts
-
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; }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? #48047 -
AuthorPosts
