Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Michelle: Thanks for your cooperation and being so helpful. Because of user like you, our themes are getting better day by day. Thanks a lot.
May 12, 2014 at 10:43 am in reply to: Help…anyone experiencing trouble installing via Yahoo Small Business? #30191Sakin
KeymasterHello Jeff,
You don’t need to unzip it. You can go to your WordPress Dashboard and upload the zip file directly from “Appearance => Themes => Add New => Uploads” and upload the zip file then install and active it.
After that you can go to “Appearance => Theme Options” to change the demo site content such as Featured Slider, Homepage Headline, Homepage Featured Content and more. See the detail theme instructions at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
Let me know if you have any further issues. When you post in your next question, please post in your site URL as well. It will be easy for us to check in.
Sakin
Keymaster@Koaster: Can you post in your site URL and also upload your background image in your site and send me the image URL. Then I will check in how it can be changed.
Sakin
Keymaster@Aneesh: Thanks for your info and proposal for payment. Sorry there is no bargaining in the theme price. We sell at fixed price and we provide support for our theme through support forum. Yes those options are there in pro version.
Sakin
Keymaster@Sevian: Oh so you want to add Featured Image in your Search result posts. This is quite technical task.
1. First you need to build child theme
2. Then copycontent-single.phpin your child theme and find the following code in this fileif ( is_search() ) : // Only display Excerpts for Search ?> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary -->3. then replace the above code with the following:
if ( is_search() ) : ?> <div class="entry-summary"> <?php if( has_post_thumbnail() ):?> <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'catchevolution' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"> <?php the_post_thumbnail( $imagesize ); ?> </a> <?php endif; ?> <?php the_excerpt(); ?> </div><!-- .entry-summary -->Sakin
Keymaster@ADINA NOVAC: This is strange issue in your site. We haven’t go this issue in our server. So to check this I need to check your site admin. If you want me to check in then reply me here and I will email you the details.
Or you can just copy the image URL from “Media => Library” in your WordPress dashboard and just paste the URL of the image in “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”.
Sakin
Keymaster@Black_Bird: So, if you want your download page to be 100% and hide the sidebar then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.single-download #primary { width: 100%; } .single-download #secondary { display: none; }Sakin
KeymasterHello Eric,
First you are not supposed to edit core theme files such as style.css, index.php, functions.php and so on as these files will be reverted back to original when you update or upgrade the theme.
So, for all the edit please do it from “Appearance => Theme Options” panel and for your custom css to remove padding and all, you can either add it in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in child theme style.css.
I see the only way to fix your site is to active any other default theme like Catch Kathmandu and then delete this Catch Everest Theme from “Appearance => Themes” and then install the fresh copy.
Regards,
SakinSakin
Keymaster@Melody: This is bit technical task. For this first, you need to build child theme and then you copy the
content.phpfile to your child theme and edit the code as per you need insideentry-metadiv.Sakin
KeymasterHello Kathy,
For detail color options, you need to upgrade to Pro version. See the theme instructions of Catch Kathmandu Pro at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/.
If you have just few elements that you want to change. Then you can send me your site URL and let me know the element for which you want to change the color and the color code that you want to change to.
Regards,
SakinSakin
Keymaster@Kathleen7777: Sorry, you haven’t posed in your site URL. So, how can I check in. Please add in your Site URL and explain the issue in reference to your site.
Sakin
Keymaster@Aar: As many user didn’t knew about @media screen css for responsive design and edit the css randomly, which created lot of issues in responsive style. So, we added in different responsive.css file.
If there is just few edits like that then you can add it in “Appearance => Theme Options => Custom CSS” box.
Also when you copy from responisve.css file you need to copy with while media screen css. For example:
@media screen and (min-width: 1190px) {
.page-links,
.widget,
blockquote,
.site-content article,
.site-content .site-navigation,
#infinite-handle,
.comments-title, #reply-title,
#respond {
margin-bottom: 50px;
margin-bottom: 5rem;
}
}Sakin
Keymaster@Melanie:
1. It’s because of your color changes. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
.page-header { border: 1px solid #ddd; }2. This is blog, so it will display, so it will display the Homepage Sidebar. But we have just fixed that in version 2.2. You can update the theme and it will work.
3. Can you update and check in.
Sakin
Keymaster@Black_Bird: First, you are not supposed to remove the Theme Attribute in Catch Evolution Free Theme. You have remove Theme: Catch Evolution from footer. As per the license, you need to attribute the theme. If you don’t like in Footer then you need to add somewhere. Also, this is not social as we provide you free theme and free support and the only thing that we get in Attribution. So, please add it back.
About your question, you cannot add that option in Download page. So, best will be to hide the sidebar with the help of custom css in your download page. Send me your download page URL, where you want to remove the sidebar and make it full width.
Sakin
Keymaster@laura.lee:
1. To align slider image to the right, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.featured-slider .slides img { float: right; }2. This one I am bit confused what you are talking about. If you are talking about the Featured Image the post title. Then yes, it’s not there above Page Title.
Sakin
Keymaster@Joaozinho: That is not a regular page so it will not show in pages in “Appearance => Menus”. You have to add that page as Links.
The error in not form the theme, it’s from the Facebook Comment script that you have added in. So, you have to look through Facebook comments at https://developers.facebook.com/docs/plugins/comments
-
AuthorPosts
