Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@lorencowka:
1. Front Page:
a. There is issue after you add in the search. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box.#header-right #header-menu .menu-item-search { float: right; } #header-right #header-menu .menu-item-search p { margin: 5px; }b. You can add the following css in “Appearance => Theme Options => Custom CSS” box, to reduce the white spaces.
#hgroup.logo-enable.logo-left { padding-left: 0; padding-top: 5px; } #header-right { padding-top: 5px; } #hgroup-wrap { padding-bottom: 20px; }c. The broken link image is yvonnestravel.com/wp-content/themes/catch-kathmandu/images/demo/header-image-1280×400.jpg and it’s from “Appearance => Theme Options => Header Featured Image”. Go there and in “Enable Featured Header Image”, select “Disable” and save changes.
d. You can use Featured Image Slider and upload the image as per your need. See this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/
2. You haven’t change the color code in the CSS that I gave you. You need to change that color code before adding it in “Appearance => Theme Options => Custom CSS” box.
Sakin
Keymaster@Anick: For custom css, go to “Appearance => Theme Options => Custom CSS” box and add it there.
Sakin
Keymaster@nussarthur: Simple Catch Free theme doesn’t have font option. So, you might want to consider using font plugin for that.
Yes, you have one search box in header and another in your sidebar widget. You can remove the search box from your sidebar widget from “Appearance => Widgets”.
Sakin
Keymaster@nussarthur: Now I can see your image has width 976px and height 313px. It’s perfect.
Sakin
Keymaster@Jason: try adding in the following css in “Appearance => Theme Options => Custom CSS”. This will make your image clear with center align.
@media screen and (max-width: 768px) { img[class*="align"], img[class*="wp-image-"] { clear: both; display: block; float: none; margin: 0 auto; } }Sakin
Keymaster@rojtalbot: Not sure what you mean. I see it same. So, what you want to add in chrome.
Sakin
Keymaster@nussarthur: If you want to stretch and fit your image then it’s fine, you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
.featured-slider .wp-post-image { height: auto; width: 100%; }Sakin
Keymaster@aruraza: Hum this is strange. It’s working fine in my side. So, I need to check your server. I will send you personal email can you reply me there.
Sakin
Keymaster@nussarthur: Yes for post slider you need to create the image of that size or higher then it will crop exactly in width 976px and height 313px
Sakin
Keymaster@nussarthur: Your second image is huge only in terms of height and not in terms of width. See the image you have attached thecolddeadhand.com/wp-content/uploads/2014/11/statue-of-liberty1.jpg . This image height is 412px but width is only 550px. But we need the image size of width 976px and height 313px. So, it cut down you extra height.
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.
-
AuthorPosts
