Forum Replies Created

Viewing 20 posts - 13,661 through 13,680 (of 14,500 total)
  • Author
    Posts
  • in reply to: Link to another blogpost inside a new post #4637
    Sakin
    Keymaster

    @thess: To make the sidebar thinner. You can add the following “CSS” in Custom CSS box in Theme Options panel.
    #sidebar.col4 { width: 250px; }

    There is no option to make the front page as you have asked.

    in reply to: Secondary Menu (top bar) Colour Change? #4635
    Sakin
    Keymaster

    @Twonk: You can add the following CSS in “Custom CSS” box in your Theme Options panel to make the secondary menu color similar to primary menu

    #access-secondary { background-color: #3d3d3d; }
    #branding #access-secondary ul.menu a { color: #eee; }
    #branding #access-secondary ul.menu li { border-right: 1px solid #444; }

    To show the category view the way you want. Go to Theme Options => Homepage Content Options and then click on Full Content Display and save. This option will show the full content in the category. But you can insert the more tag in your post to show how much you want to show in the category. This option will give you option to display in the style you want. See this on more tag http://en.support.wordpress.com/splitting-content/more-tag/

    in reply to: Title Above Header/Favicon / Menu tabs #4634
    Sakin
    Keymaster

    @Ted: In Catch Box Pro theme, you can do the customization by adding the following code in your Child Theme functions.php file.

    <?php
    // Removing Catch Box Pr parent theme heder details
    remove_action( 'catchbox_headercontent', 'catchbox_headerdetails', 12 );

    /**
    * Header Details fro child theme
    *
    * @Hooked in catchbox_headercontent
    * @since Catch Box 1.2.1
    */
    add_action( 'catchbox_headercontent', 'catchbox_headerdetails_child', 14 );
    function catchbox_headerdetails_child() { ?>
    <div class="logo-wrap clearfix">
    <hgroup id="site-details">
    <h1 id="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
    <h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
    </hgroup>
    <?php
    // Check to see if the header image has been removed
    $header_image = get_header_image();
    if ( ! empty( $header_image ) ) : ?>
    <div id="site-logo"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
    <img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" />
    </a></div>
    <?php endif; // end check for removed header image ?>
    </div><!-- .logo-wrap -->
    <?php }

    in reply to: Dropdown in IE #4633
    Sakin
    Keymaster

    @nicosain: By the way what is your site URL? For customizing the functions, I recommend you to build child theme and do the customization there.

    Sakin
    Keymaster

    @thinkdeep: I will only be able to check in you have site live. Can you check your website view source and see is this js in there or not catchbox-menu.min.js

    Sakin
    Keymaster

    @thinkdeep: Which version of Theme are you using it. But it is working fine on our demo site. See this http://catchthemes.com/demo/catchbox/. I would not be able to text is until you have live site.

    Tips for testing will be: Deactivate the plugins that you have added and check it. Sometime, it might be plugin conflict issue.

    in reply to: Logo is not installed. #4599
    Sakin
    Keymaster

    @sergioangel: You haven’t mentioned about the theme name or posted your site URL. But since you have posted your question in Simple Catch Forum. I guess you are using Simple Catch Free Theme.

    To add logo in Simple Catch Theme
    * Go to Appearance -> Theme Options -> Logo Options.
    * Then click on Upload Logo Button.
    * If you have already uploaded the image then you can choose from Media Library. But if you want to add new image. Then Click on Select Files and then select the image from your computer and click on open.
    * Then click on “Insert to Post” button and click on Save.

    in reply to: Facebook Integration Not Loading #4598
    Sakin
    Keymaster

    @jkoch12: ok. Let me know if you need any help.

    in reply to: Website address #4597
    Sakin
    Keymaster

    @Elisabetta: This is more of WordPress Hosting and Site Transfer services. See this for more details http://codex.wordpress.org/Moving_WordPress

    in reply to: Featured Slider Dimensions / Height #4596
    Sakin
    Keymaster

    @futureblu: The dimension for Featured Post Slider is Width: 976px and Height: 313px. But you have option to use Featured Image Slider where you can upload the image of side: Height: as you wish and Width: 976px (Recommended).

    See theme instruction for more details http://catchthemes.com/theme-instructions/simple-catch-pro/

    in reply to: I pay for the simple catch pro #4595
    Sakin
    Keymaster

    @aldoupp: I just check in with my sales team and they told me that they have already emailed you with the access.

    in reply to: Browser-compatibility #4594
    Sakin
    Keymaster

    @jayleno123: Can you tell me what is the difference yo are talking about. Please share your screenshot and site URL.

    in reply to: add advertising in post #4593
    Sakin
    Keymaster

    @dlg: This is not supported in our theme by default. Maybe you can search for plugins for advertisement.

    in reply to: Reduce comment zone #4592
    Sakin
    Keymaster

    @dlg: You can just add the following CSS in “Custom CSS” box in your Theme Options panel. You adjust the height as per your need.
    #respond #commentform textarea { height: 150px; }

    in reply to: Remove outline thumbnail page Home #4591
    Sakin
    Keymaster

    @dlg: Do you mean the border in the homepage post image. Then you can just add the following CSS in “Custom CSS” box in your Theme Options panel.
    .home #main #content .post-img a { display: none; }

    in reply to: background header #4590
    Sakin
    Keymaster

    @igeorge: can you add in your site URL here and add more details. Then I will check in and give your the suggestion

    in reply to: featured image should not appear in single blog show page #4570
    Sakin
    Keymaster

    @zhangciwu: oh that is featured image to show in the top of the post. You can just hide it by adding the following css in “Custom CSS” box in Theme Options panel.
    .single .featured-image { display: none; }

    in reply to: Dropdown in IE #4562
    Sakin
    Keymaster

    @nicosain: I see that you have already placed the flash in the featured post slider section. Can you send me the screenshot of the problem with the menu. So, that it will be easier for us to fix. As we have tested Catch Box Theme and it’s fine.

    in reply to: Catch Box Adspace Widget #4561
    Sakin
    Keymaster

    @arichardc: Thanks for your instruction.


    @golfer300
    : Yes, get the ads code from The best sizes for ads in Catch Box will be of width 300px. Just get the code from the google and place it in Catch Box Adspace Widget.

    in reply to: Leave a Comment appearing twice #4560
    Sakin
    Keymaster

    @shawnmandel: I just check in your site but I haven’t seen leave a comment twice. I just see one.

Viewing 20 posts - 13,661 through 13,680 (of 14,500 total)