Forum Replies Created

Viewing 20 posts - 6,881 through 6,900 (of 14,497 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @jmott310: Nice 🙂

    in reply to: My contact form does not work, please help #41365
    Sakin
    Keymaster

    Hi Saul,

    This is strange as Contact Form 7 is compatible with our themes. We are using it, see this form http://catchthemes.com/demo/catch-kathmandu/contact-us/ . Maybe it’s issue with other plugin or your system. But I will not be able to find it without the access. So, I will email you and then you can reply me there.

    Regards,
    Sakin

    in reply to: Empty line after graphic not possible #41364
    Sakin
    Keymaster

    @Michaela: I cannot view the page you have posted it. Looks like that post in not yet live. It is showing me “Oops! That page can’t be found.”

    in reply to: Empty line after graphic not possible #41347
    Sakin
    Keymaster

    @Michaela: You can ask that in plugin support forum. For us, can you send me your site URL and let me know where you want to add some spacing.

    in reply to: Moving Featured Post Slider #41346
    Sakin
    Keymaster

    @clarity00: Sorry there is no option to do that from theme options panel. For this first, you need to build child theme and then create functions.php ifn you child theme and add the following code to remove the slider.

    // Removing slider
    function unhook_catchevolution_functions() {
    	remove_action( 'catchevolution_content', 'catchevolution_slider_display', 10 );	
    }
    add_action( 'init', 'unhook_catchevolution_functions' );

    Then you can copy index.php from catch evolution theme to your child theme and paste the following code, where you want to show it.
    <?php catchevolution_slider_display(); ?>

    in reply to: Change featured slider arrow color #41345
    Sakin
    Keymaster

    Hi Matthew,

    For footer widget font size, you can adjust the font size in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Widget Font Size */
    #supplementary .widget-area {
        font-size: 16px;
    }
    /* Widget Title Font Size */
    #supplementary .widget-area .widget-title {
        font-size: 20px;
    }

    To hide post met in homepage post, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .home #content .entry-meta {
        display: none;
    }

    Regards,
    Sakin

    in reply to: How to replace integrate slider with an other extension ? #41343
    Sakin
    Keymaster

    @Morganti: Sorry I don’t get it what do you mean. For slider you can see the theme instructions at http://catchthemes.com/theme-instructions/adventurous-pro/.

    in reply to: Blank space above header image #41342
    Sakin
    Keymaster

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

    #header .logo-wrap, #header .social-search {
        margin-top: 0;
    }

    Further, if you want to reduce it more then you can adjust the margin top in the following css as per you need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #headimg {
        margin-top: 40px;
    }
    Sakin
    Keymaster

    @jmott310: I gave you the clear instruction. So, you can build child theme and then copy catcheverest_content_nav function from template-tags.php file to your child theme new functions.php file.

    In this function, you will see the following code, which you can edit as per your need.

    <?php if ( is_single() ) : // navigation links for single posts ?>
    
    	<?php previous_post_link( '<div class="nav-previous">%link</div>', '<span class="meta-nav">' . _x( '&larr;', 'Previous post link', 'catcheverest' ) . '</span> %title' ); ?>
    	<?php next_post_link( '<div class="nav-next">%link</div>', '%title <span class="meta-nav">' . _x( '&rarr;', 'Next post link', 'catcheverest' ) . '</span>' ); ?>
    in reply to: Change featured slider arrow color #41336
    Sakin
    Keymaster

    @Matthew: Can you post in your site URL then I can check in.

    in reply to: How do I set the background to this? #41313
    Sakin
    Keymaster

    @leafygrove: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #content #buddypress table.profile-fields tr.field_type_birthdate td {
        background-color: #000;
    }
    Sakin
    Keymaster

    @ToddWilliam: Have you install any plugin for Facebook like. As when I check in your site source. I found the following code.

    <!-- Facebook Like Thumbnail -->
    <link rel="image_src" href="http://www.todd-william.com/wp-content/uploads/2014/05/Ambition.jpg" />
    <!-- End Facebook Like Thumbnail -->

    This is the code that is calling for small image. For Social Image, you can text with this URL https://developers.facebook.com/tools/debug/

    So, You need to disable that plugin which is calling that code and you can activate any other social plugin like Jetpack or WordPress SEO by Yoast, which will help you to setup open graph images.

    in reply to: My contact form does not work, please help #41311
    Sakin
    Keymaster

    Hi Saul,

    I check in your site in detail but I don’t see Contact Form 7 plugin in activate mode as I don’t find contact form 7 CSS and JS files. So, can you go to “Plugins => Install Plugins” and check it Contact Form 7 in in “Inactive” Mode. If so then you need to active it.

    Regards,
    Sakin

    Sakin
    Keymaster

    @jmott310: Sorry I don’t understand your question what do you mean by limit Previous & Next Post Links to Articles in Same Category. In single post it is controlled through catcheverest_content_nav( 'nav-below' ); function called in sinple.php file and you will find that function in template-tags.php file.

    Note: please don’t edit any core theme files inside catch-everest-pro theme directly. As these files will be reverted back when you update the theme. So, if you want to edit these files and functions then you need to build Child Theme and do your edits.

    in reply to: How to disable comments on a page #41308
    Sakin
    Keymaster

    @Nabreska: No, you don’t need plugin for this. Maybe you haven’t added “Discussion” from Screen Options. So, you can check in the screenshot posted above. When you edit page/post, you will see the “Screen Options” in your top right corner. Click there and you will see the option to show “Discussion” box.

    in reply to: Hyphens #41281
    Sakin
    Keymaster

    @kathleenjm: For Catch Everest theme, you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    .site-content article {
    	-webkit-hyphens: none;
    	-moz-hyphens: none;
    	hyphens: none;	
    }
    in reply to: Column Width #41280
    Sakin
    Keymaster

    @DonnaCR: You are not using Catch Box theme. So, the css above will not work for you. If you want to hire customizer then you can fill it here http://catchthemes.com/hire-customizer/

    in reply to: Header becoming small when a post is displayed #41279
    Sakin
    Keymaster

    @nardi: There seems to be issue when uploading header image and cropping it. So, the best option will be to re-upload the image. So, go to “Appearance => Header” and re-upload the image and then you will get “Crop Header Image” box, where you select all the image area and click on “Crop and Publish”. This will fix your issue.

    If this doesn’t fix it, then add the following css in “Appearance => Theme Options => Custom CSS” box.

    #branding #site-logo img {
        width: 100%;
    }
    in reply to: How to disable comments on a page #41278
    Sakin
    Keymaster

    @Nabreska: For the pages where you want to remove comment. Just edit those pages and below the your text editor you will see Discussion box and uncheck Allow Comment. See this screenshot http://www.pinterest.com/pin/548594798329843253/

    in reply to: side bar/no side bar problem #41277
    Sakin
    Keymaster

    @danielbravo: In each post, you can select different layout. So, edit that post and below the editor you will see Catch Kathmandu meta box and there you can select “Sidebar Layout”.

Viewing 20 posts - 6,881 through 6,900 (of 14,497 total)