Forum Replies Created

Viewing 20 posts - 6,901 through 6,920 (of 14,504 total)
  • Author
    Posts
  • 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”.

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

    @Saul: In your page text editor, I guess you must have paste the shortcode in Visual mode. For all shortcode, you need to paste it in Text mode. See what I mean the text mode in this screenshot http://www.pinterest.com/pin/548594798332210926/

    Sakin
    Keymaster

    @ToddWilliam: Can you check in the size of your featured image. Can you post in your site URL so that I can check in.

    in reply to: How much is my website worth? #41274
    Sakin
    Keymaster

    Hello Sarah,

    Sorry we are not aware of these type of site. We haven’t sell any of our site. So, we are not experienced on this. Please try Google or YouTube to search about this more.

    Regards,
    Sakin

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

    @leafygrove: It’s very difficult to check in with the code. Can you post in your page URL where you have this then I will check in what CSS that you need to add in Custom CSS” box to change the background. Also explain in which section that you want to change the color of.

    in reply to: remove Main Menu vertical lines #41271
    Sakin
    Keymaster

    @patriciasaid: You can add the following css in “Appearance => Theme Options => Custom CSS” to remove the border.

    #branding ul.menu li {
        border: none;
    }
    in reply to: round borders #41270
    Sakin
    Keymaster

    @toni: You can add the following css in “Appearance => Theme Options => Custom CSS” box to add rounded corner in widgets.
    #secondary .widget,

    #third .widget {
        -moz-border-radius: 20px 20px 0 0;
        -webkit-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
    }
    in reply to: theme dis-configured post edit page #41268
    Sakin
    Keymaster

    @danielbravo: That is strange as it’s working fine in our demo pages http://catchthemes.com/demo/catch-kathmandu/.

    So, have you changed any theme files? Can you refresh your browser and check in?

    Yes, you cannot attached image in this forum. You can upload your screenshot in your website or photo sharing site and add in the URL here.

    in reply to: Footer menu is not showing up #41267
    Sakin
    Keymaster

    @JUAN ARTURO: Thanks for the access and we are able to debug it. We found that the footer menu has issue when there is no widgets in Footer Widgets Area. We will fix this in next version update. For now I have just change the theme for you.

    Have a nice day

    in reply to: Desktop media picture sizez #41234
    Sakin
    Keymaster

    @DonnaCR: That is for Catch Evolution Theme not for Catch Box Theme. You are posting it in Catch Evolution Support forum. For Catch Box http://catchthemes.com/support-forum/forum/catch-box-public/ and for Catch Box Pro http://catchthemes.com/support-forum/forum/catch-box-pro-premium/. Please post in appropriate theme support forum.

    Thanks.

    in reply to: Comment Author URL problem #41227
    Sakin
    Keymaster

    @thefortune: For author post URl. Check this function get_author_posts_url

    in reply to: Footer menu is not showing up #41224
    Sakin
    Keymaster

    @JUAN ARTURO: It look like you might have change any of these files sidebar-footer.php or footer.php or adventurous-menus.php. Please check these files with the original files. It should work fine.

    If you want me to look at you theme files then let me know it. I will email you the details.

    in reply to: Catch Theme – Comments not loading on all posts #41223
    Sakin
    Keymaster

    @ToddWilliam: Can you check in your comment setting of that post. Edit that post and check in “Discussion” box, where you need to check “Allow Comments”. See this screenshot http://www.pinterest.com/pin/548594798329843253/

    in reply to: Insert search bar in primary menu #41222
    Sakin
    Keymaster

    @Adenilson Tomé: Catch Everest Free theme don’t have option to add menu and search in Header Right Section link the screenshot you send in. As it doesn’t have Header Right Sidebar option. If you were using Catch Everest Pro theme, then you can add custom menu and search from “Appearance => Widgets” to Header Right Sidebar and then I can give you Custom CSS to align it in same line.

Viewing 20 posts - 6,901 through 6,920 (of 14,504 total)