Forum Replies Created

Viewing 20 posts - 6,821 through 6,840 (of 14,504 total)
  • Author
    Posts
  • in reply to: Widget – Text #41620
    Sakin
    Keymaster

    @Jungho: You can add html code in that text widget. For example:
    <a href="http://catchthemes.com" title="Catch Themes">For more information click here</a>

    You can read more about HTML hyperlink at http://www.w3schools.com/html/html_links.asp

    in reply to: random Header Featured Images display #41619
    Sakin
    Keymaster

    @makiko:
    1. Oh sorry there is no option to do that for Header Featured Image, you can only do it from “Appearance => Header”. For this you need to build child theme and edit the core functions.

    2. Yes, you can remove it by adding following css in “Appearance => Theme Options => Custom CSS” box.
    .category-sticky { border-top: none; }

    in reply to: round borders #41618
    Sakin
    Keymaster

    Hi Toni,

    To remove the spacing, you can add the following css.
    #main { padding-top: 0; }

    Again the second question is not so clear. If you want to change the color of title text, then you can change the color code in the following css and add it in Custom CSS box.

    #secondary .widget-title,
    #third .widget-title {
        color: #222;
    }

    Regards,
    Sakin

    in reply to: Featured Image Problem! #41615
    Sakin
    Keymaster

    @KingBetts: Now the pagination should work but I see that you have installed WP Super Catch Plugin installed. So, can you go to WP Super Cache plugin and clear the cache and check in.

    I don’t see the repeat featured image.

    in reply to: round borders #41611
    Sakin
    Keymaster

    Hi Toni,

    Can you post in your site URL so that I can check in the way to eliminate the gap between menu and the content. About the color, I don’t understand it. Can you explain in reference with your site URL or post screenshot link.

    Regards,
    Sakin

    in reply to: Featured Image Problem! #41588
    Sakin
    Keymaster

    @KingBetts: I see that you have install WP PageNavi Style plugin and not the WP PageNavi. You need to install WP PageNavi plugin.

    What have you customize it. Your site is showing Panda Junction 2014 // Photo Coverage only in the homepage.

    About the featured image, it will just show the image which is attached to the post. See this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/

    in reply to: Full-width featured slider #41587
    Sakin
    Keymaster

    Hello DRH,

    If you want to use Full Width Slider, then you can use Adventurous Pro theme http://catchthemes.com/themes/adventurous-pro/. See the demo http://catchthemes.com/demo/adventurous/

    Regards,
    Sakin

    in reply to: Menus, how to customize #41586
    Sakin
    Keymaster

    Hello Greg,

    The best way to manage menu is through custom menu. So, I suggest you to create custom menu from “Appearance => Menus” and then add in menu items as per your need. Then you can assign these menu in appropriate location from “Appearance => Menus => Manage Locations”

    For more details, you can check out our blog for menu at http://catchthemes.com/blog/custom-menus-wordpress-themes/

    Regards,
    Sakin

    in reply to: Change the promotionale images #41585
    Sakin
    Keymaster

    Hi Luca,

    The slider is not the Promotion Headline. It’s called “Featured Slider”. In Adventurous free theme, you have option to select slider type as “Featured Post Slider” or “Featured Category Slider”. But the “Featured Image Slider” and “Featured Page Slider” are only available in Pro version.

    To change the image in slider in Adventurous Free theme, you need to create post and add featured image in that post http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/.

    1. For Featured Post Slider, you need to select slider type as “Post Slider” from “Appearance => Theme Options => Featured Slider” and then add in Post ID at “Appearance => Theme Options => Featured Slider => Featured Post Slider”. See the video at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    2. For Featured Category Slider, you need to select slider type as “Category Slider” from “Appearance => Theme Options => Featured Slider” and then select Category at “Appearance => Theme Options => Featured Slider => Featured Post Slider”.

    If you opt in for Pro version, then you can have independent Featured Image Slider as http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    Regards,
    Sakin

    in reply to: Color #41584
    Sakin
    Keymaster

    @Laurie: Color option should work fine. I just tested in our test server and it’s working fine. You just need to go to “Appearance => Theme Options => Color Options => Menu Color Options” and save changes. This should work fine.

    About changing the style.css directly. This is totally wrong way to customize the theme. You should not edit or add any files inside catch-kathmandu-pro directory. As the edits made here will be reverted back to original when you update the theme. So, all the edits should be done through Theme Options panel and WordPress settings. If this is not enough then you need to build child theme and do the edit.

    I couldn’t view your site source as you have blocked. So, I am not able to check in detail why it is not working. I will email you personally and you can reply me there.

    in reply to: ad not showing in widget box #41571
    Sakin
    Keymaster

    @j9hagop: I need this ad to be added so that I can check in. Or you can paste the ad code in http://pastebin.com/ and send me the link so that I can test in our test server.

    in reply to: Transparency of content and sidebar #41570
    Sakin
    Keymaster

    @isfak: You can add the following in CSS in “Appearance => Theme Options => Custom CSS” box.

    .hentry {
    	border: none;
    }
    in reply to: Full-width featured slider #41569
    Sakin
    Keymaster

    Hello DRH,

    I just check in your slider and see that you are using Featured Post Slide in “Catch Kathmandu Pro theme”. But the image size added as featured image in those posts are small. Your featured image width is just 661px width. But the size needed is 1280px width. So, you need to edit those post and upload the larger featured image.

    See the tutorial:
    Adding Featured Image: http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/
    Adding Featured Post Slider: http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/
    Adding Featured Image Slider: http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/
    Theme Instruction page: http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    Regards,
    Sakin

    in reply to: Space Below Featured Content (Not Using Home Page) #41568
    Sakin
    Keymaster

    Hello Christine,

    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main #featured-post { margin-bottom: 0; }

    Regards,
    Sakin

    in reply to: disable sidebar on home page #41567
    Sakin
    Keymaster

    @makiko: Nice you found the answer. Cheers 🙂

    in reply to: Featured Image Problem! #41546
    Sakin
    Keymaster

    @KingBetts: The wp_pagenavi() has already been included in our theme. You just need to to activate WP-PageNavi and it will work automatically.

    I just check in your site and found that you have used very large image at the featured image, this will make your site slow. Since your maximum content width is 1040px. But your image sizes are of 3600px width, which is massive big and bad for bandwidth and SEO. So, edit those image and make it maximum 1040px width. Don’t worry it will look same just the image size will be reduced.

    in reply to: Featured Image Problem! #41540
    Sakin
    Keymaster

    @KingBetts: Again for this you need to build child theme and then copy content.php from Catch Everest theme to your child theme. You can edit the child theme content.php code as below:
    Just move the following code

    <?php if( has_post_thumbnail() ):?>
    	<figure class="featured-image">
    	<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'catcheverest' ), the_title_attribute( 'echo=0' ) ) ); ?>">
    		<?php the_post_thumbnail( 'featured' ); ?>
    	</a>
    	</figure>
    <?php endif; ?>

    Below the code
    </header><!-- .entry-header -->

    in reply to: no featured images #41532
    Sakin
    Keymaster

    @brownmyst: I check in your site and see that selected “Show full content” in “Appearance => Theme Options => Content Layout”. In this layout, you will not see your featured image. This mode will display the content before <!--more--> tag. But if you select the content layout as “Show excerpt”, then it will show the Featured Image and excerpt content in homepage and archive pages.

    Sakin
    Keymaster

    @Chris: Cool you solved it.

    in reply to: Featured Image Problem! #41530
    Sakin
    Keymaster

    @KingBetts: Sorry Catch Everest Free version doesn’t have option to select the size of the featured image in post/page. It will take the default image size of Width: 690px and Height: 462px.

    You can either upgrade to Catch Everest Pro version, then you will get option to change the image size from “Content Featured Image Options” at your post/page Catch Everest meta or if you wan to do in the Catch Everest Free version then you need to build child theme and then copy content.php file in your child theme and edit size code
    <?php the_post_thumbnail( 'featured' ); ?>

Viewing 20 posts - 6,821 through 6,840 (of 14,504 total)