Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@LaurenReneL: WoW you checked in 50inch monitor. This is too big. So, it will take time for me to find that big monitor and test it. When I check in my MacBook Pro, it’s working fine in Zoom out phase.
Sakin
Keymaster@Tim: Yes you understood it right.
1. There in layout option in “Appearance => Theme Options => Layout Options => Sidebar Layout Options”. This is for overall site layout.
2. There is Sidebar Layout option below your page/post editor which is there to customize individual page/post. This will overwrite the Layout Option in theme options panel.This is known issue of version 2.4 and will be fixed in 2.4.1 which is schedule to release today. You can check out changelog in http://catchthemes.com/changelogs/catch-kathmandu-pro-theme/
Sakin
Keymaster@dfjama: Sorry I don’t get it which blue image your are talking about. Are you talking about the Featured Slider. If you are talking about Featured Slider then you can check this theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu/.
You will see default slider in the Catch Kathmandu Free Theme. So you can replace that with either Featured Post Slider or Featured Category Slider to highlight your post.
1. First you need to create post and add in Featured Image in your post. As this post image, title and excerpt content in used in slider.
2. Then you need to go to “Appearance => Theme Options => Featured Slider => Featured Post Slider” and add in your Post ID, which will replace your default demo slider images.Sakin
Keymaster@Koaster: I just check in your site and see that you want to change the header to black color and not any image. So, remove your custom css
#header { background-image: url("http://nsa34.casimages.com/img/2014/05/12/140512092246262047.png"); }and replace it with color code as
#header { background: none #000; }Same for the footer:
#footer { background: none #000; }Sakin
Keymaster@Koaster: Ok but you didn’t send me the image URL that you want to replace with. To change the image, you need to add in your image URL and add the following css in “Appearance => Theme Options => Custom CSS” box.
#header { background-image: url("YourImageURL"); }Sakin
Keymaster@manfred: I see that you have already remove the social icons from the top and our http://www.picture4you.nl/test/kennisbank-test/ is working fine.
About your second url http://www.picture4you.nl/test/docs/kennisbank-test/basiskennis/, this has lot of css overwriting from http://www.picture4you.nl/test/wp-content/plugins/slick-doc-it/css/styles.css. This plugin css is full problematic. Can you work on other plugin or ask this plugin author support forum about the css conflict.
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,
Sakin -
AuthorPosts
