Forum Replies Created

Viewing 20 posts - 3,241 through 3,260 (of 14,509 total)
  • Author
    Posts
  • in reply to: fixed header top #60120
    Sakin
    Keymaster

    @aparente001: It’s not possible with your child theme as I will not have same settings. Can you create test site or let me know once your site is live. Then I can check in.

    in reply to: Error 404-Page NOT Found #60119
    Sakin
    Keymaster

    @directorG: For this, I need to check your settings. So, I will email you directly and you can reply me there.

    in reply to: Linked text doesn't show on the Featured Page #60118
    Sakin
    Keymaster

    @alexch: Ok I think I understand your question. You mean that the link in “Featured Page Content” is not being displayed. For that, go to “Appearance => Customize => Featured Content”, then in “Display Content”, you need to select the option “Show Full Content”. This will show your page whole page as it is in single page. Now, you can edit those page and split content using more tag <!--more-->. For more about more tag, refer to http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/

    in reply to: "image a la une" #60117
    Sakin
    Keymaster

    @Andreau: For that you can just go to “Appearance => Customize => Theme Options => Layout Options” and in “Single Page/Post Image Layout”, you need to select “Disabled”

    in reply to: traduction of Home in breadcrumb #60116
    Sakin
    Keymaster

    @Andreau: Oh that is mistake from our user translation. For now, you can go to you languages folder inside catch-responsive-pro folder. Then open file language file fr_FR.po with free software http://poedit.net/ and change text for home. We will update this in new version update.

    Sakin
    Keymaster

    @calchandoman: Ok you can add the following css in “Appearance => Theme options => Custom CSS” box:

    #feature-slider, #header-featured-image {
        margin-top: 0;
    }
    in reply to: How to remove custom color settings #60105
    Sakin
    Keymaster

    @oleymedia: Hum for that I need to check in your color setting in your server. So, I will email you and then you can reply me there.

    in reply to: "Featured Image Content" are under "featured slider" #60104
    Sakin
    Keymaster

    @Mark: Yes, Catch Kathmandu Pro is WPML. It was checked by WPML plugin team and assured WPML ready https://wpml.org/theme/catch-kathmandu-pro/. Can you ask in WPML plugin support forum. I cannot find this issue.

    Sakin
    Keymaster

    @claudiac7:
    1. We have designed like that. But if you want full width then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:

    @media screen and (max-width: 768px) {
    	.site,
    	.no-sidebar.one-column .site {
    		width: 100%;
    	}
    }

    2. This option is there only in pro version.

    in reply to: fixed header top #60101
    Sakin
    Keymaster

    @aparente001: Cool that you found answer to your first question.
    2. Can you send me your site URL and then I can check in.

    in reply to: Post ID not displaying on dashboard page #60100
    Sakin
    Keymaster

    @Lisa: If you need post ID column in your post, then you can install Catch Ids plugin https://wordpress.org/plugins/catch-ids/

    in reply to: Featured Image takes over the header in posts #60098
    Sakin
    Keymaster

    @kathiejs: Yes, child theme is pretty simple. You can also download sample from http://catchthemes.com/blog/create-child-theme-wordpress/ . Here is directly link to download child theme http://catchthemes.com/wp-content/uploads/2014/05/catch-evolution-child1.zip. Just download it and upload it in your site from “Appearance => Themes => Add New => Upload Theme” and active it. After that you can go to “Appearance => Editor” and open your child them functions.php file and add the code I have give you earlier.

    in reply to: complete document #60072
    Sakin
    Keymaster

    @Andreau: Yes, we try to make it short and bullet list as many user said they don’t like to read long sentences and wanted quick turn around. Thanks for your feedback, we will think about adding it somewhere.

    in reply to: 3 questions #60071
    Sakin
    Keymaster

    @Cattext:
    1. You can change the font size in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    .header-sidebar .widget ul.menu a {
        font-size: 16px;
    }
    .header-sidebar .widget ul.menu ul a {
        font-size: 14px;
    }

    2. You can add the following css in “Appearance => Theme Options => Custom CSS” box, to reduce the space above search box in header right section.

    #header-right .widget.widget_search {
        margin-top: 0;
    }

    3. So, after you add title for alt tag and want to remove the title from the slider then you can add the following css in “Appearance => Theme Options => Custom CSS” box
    #main-slider .entry-container { display: none; }

    in reply to: include post in blog page #60070
    Sakin
    Keymaster

    @sentinal2k1: Cool 🙂

    in reply to: remove featured image from page #60069
    Sakin
    Keymaster

    @sentinal2k1: There is no option to do that. But there are 2 options that you might want to try:
    1. Changing Archive layout to Full Content and Splitting content with more tag
    — For this, go to “Appearance => Customize => Theme Options => Layout Options” and in “Archive Content Layout”, select the option “Show Full Content(No Featured Image)”. — Now, you will get the whole posts content in your blog page. But you can split content using more that. For that you can edit your post and add more tag <!--more-->. For this, refer to http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/

    2. Build Child theme and edit the code
    — For this, you first need to build child theme. To know about child theme and also you can download Sample Catch Base child theme from http://catchthemes.com/blog/create-child-theme-wordpress/
    — Then add the following code in your child theme functions.php file:

    function catchbase_unhook_functions() {
    	remove_action( 'catchbase_before_entry_container', 'catchbase_archive_content_image', 10 );
    }
    add_action( 'init','catchbase_unhook_functions');
    Sakin
    Keymaster

    @calchandoman: Can you post in your site URL so that I can check in and provide you Custom CSS.

    in reply to: include post in blog page #60047
    Sakin
    Keymaster

    @sentinal2k1: As per the option in Catch Base theme, you can either show in homepage or show in Blog page. Then further, you can show in your category archive. But you cannot show in both Homepage and Blog page. So, if you have latest post in homepage and further you want to show in Blog page then either you need to build child theme and create new page template to show that or you can search for plugin for that at WordPress.org .

    in reply to: change background image in my site #60046
    Sakin
    Keymaster

    @indianbet: When I check in your site, you are not using any of our theme. We only support theme developed by Catch Themes. To change the background in Catch Everest theme, you can go to “Appearance => Background” and change as per your need.

    in reply to: Front Slider – Image source link problem #60045
    Sakin
    Keymaster

    @Holliger-IT: HTTPS is not control from theme, it should be form your WordPress and Server settings. So, I suggest you to contact your Website Hosting Server support to solve this issue.

Viewing 20 posts - 3,241 through 3,260 (of 14,509 total)