Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@NAVARRE: You can change the margin bottom as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { #content p { margin-bottom: 40px; } }Sakin
Keymaster@Pippylala: If you are using Catch Evolution Free Theme then you only have option to user Featured Post Slider where images are auto crop to 754px width and 400px height. It will auto crop is the images are larger then this but if the image is of exact this size or smaller then it will load the original size. So, it’s better to crop the image in this size before you upload it.
Fore more details see the theme instructions page at http://catchthemes.com/theme-instructions/catch-evolution/
Sakin
KeymasterHi Sam,
About the slider image, I already told you. It will only crop if it’s larger but how to make it big when you upload the small images. That is not possible.
If you don’t want sidebar in through out the site then you can go to “Appearance => Theme Options => Layout Options” and then select “No Sidebar” layout.
Regards,
SakinSakin
KeymasterHi Ted,
This is strange as it’s working fine in our server. So, I need to check in details and I will email you personally.
Have a nice day.
Regards,
SakinJuly 9, 2014 at 11:37 pm in reply to: How could I dis-enable the the pages tile on each pages? #38468Sakin
Keymaster@Serena: Language are controlled from .mo and .po file at
languagesdirectory inside ‘catch-kathmandu-pro’ theme directory. For this you can use poedit.net software to generate languages files. Further, if you want us to include in Theme itself then you need to send us the language files.Sakin
Keymaster@Pippylala: Sorry I am able to understand your issue. Can you explain in details with your site URL.
Sakin
KeymasterHello A.J.,
I check in your site and see that you are using Easing Slider Pro slider which we don’t have control in it. So, need to ask in the support forum of that slider. I am not being able to check in it’s development.
Regards,
SakinSakin
Keymaster@Bravoure: Sorry I don’t understand. When I check in your site. It looks fine. Can you explain in details about your issue.
Sakin
KeymasterHi Dave,
I am not sure that I understand your issue. When you install child theme, it will be like installing new theme.
You can now check out sample child theme of Adventurous Child Theme and Adventurous Pro theme at http://catchthemes.com/blog/create-child-theme-wordpress/
Regards,
SakinSakin
Keymaster@leafygrove: Nice that you figure it out. Abut the author link color you can change the css as:
a.bbp-author-name { color: #404040; }Sakin
Keymaster@sarag: Stretching image is not good and your image size is 210 by 210. So, I check in 976 by 313 size and make it cover. Try the following css.
#header { background-image: url("http://www.isleofflora.com/wp-content/uploads/2014/07/bashcorpo_com__paper15-976x313.jpg"); background-repeat: no-repeat; background-size: cover; }Sakin
KeymasterHi Ted,
There is no problem in Header Featured Image. For homepage header featured image, first you need to add header image from “Appearance => Header” and then you can go to “Appearance => Theme Options => Header Featured Image Options” and select the option “Enable Featured Header Image”.
Regards,
SakinSakin
KeymasterDear Volker,
You can add following css in “Appearance => Theme Options => Custom CSS” box to remove the border.
#main-slider, #colophon { border: none; }Regards,
SakinSakin
Keymaster@mds88: Sorry the option to add link as open in new window or same window is there only in Pro version. So, you need to upgrade to Catch Kathmandu Pro theme for this feature.
Sakin
KeymasterHello Sara,
You can replace the grey header image through custom css. First, you need to upload the image that you want to replace it. For example in the following css I have taken one image from your site and added as background. Now, you can change that image URL with the image URL of your own and add the css in “Appearance => Theme Options => Custom CSS” box.
#header { background-image: url("http://www.isleofflora.com/wp-content/uploads/2014/06/IMG_1027-210x210.jpg"); }Regards,
SakinSakin
Keymaster@RecoveryNC: You can upgrade to Adventurous Pro theme where you will get detail color option in Theme Options panel. For more details about additional features in Adventurous Pro theme, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
For fee version, you can try adding in the following css at “Appearance => Theme Options => Custom CSS” box.
#header-right .widget ul.menu ul { border-color: #9f00c5; } #header-right .widget ul.menu li:hover > a, #header-right .widget ul.menu a:focus, #header-right .widget ul.menu .current-menu-item > a, #header-right .widget ul.menu .current-menu-ancestor > a, #header-right .widget ul.menu .current_page_item > a, #header-right .widget ul.menu .current_page_ancestor > a { color: #9f00c5; }Sakin
Keymaster@sbartsch: When I check your site in Chrome and FireFox but is showing same font. So, I am not being able to debug it much. Anyway, try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#featured-post .entry-title { font-size: 20px; } @media screen and (min-width: 1190px) { #featured-post .entry-title { font-size: 22px; } } @media screen and (max-width: 960px) { #featured-post .entry-title { font-size: 18px; } } @media screen and (max-width: 480px) { #featured-post .entry-title { font-size: 16px; } }Sakin
Keymaster@pips: I see that there is conflict with “WP Multibyte Patch” and I have disable it and it’s working fine.
Sakin
Keymaster@Dona: Please don’t post the same question is two places, it’s going to confused me. So, I am deleting your new thread. You can change the padding and margin as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
.header-sidebar { padding-top: 40px; } #hgroup-wrap { padding-bottom: 40px; } #main #featured-post { margin-bottom: 40px; } #secondary .widget { margin-bottom: 40px; }July 8, 2014 at 1:08 am in reply to: How could I dis-enable the the pages tile on each pages? #38269Sakin
Keymaster@Serena: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
.home #content-sidebar-wrap, .page .entry-header { display: none; } -
AuthorPosts
