Forum Replies Created

Viewing 20 posts - 3,241 through 3,260 (of 14,502 total)
  • Author
    Posts
  • 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.

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

    @Andreau: You need to install your WordPress in French language. and then it will automatically change home to Maison. For that go to “Settings => General” and change Site Language

    in reply to: Menu Bar on Mobile Site #60043
    Sakin
    Keymaster

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

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

    @Andreau: Sorry I don’t understand it. Can you explain in reference with your site URL.

    in reply to: gallery image caption links #60036
    Sakin
    Keymaster

    @effess: Oh sorry, you mean caption in gallery to link individual image. Sorry there is no option to do that from theme in WordPress. You might want to search for plugin.

    in reply to: catch box free #60034
    Sakin
    Keymaster

    @texasman: : Then you can choose template layout as “No Sidebar” from “Appearance => Theme Options => Default Layouts” and then add the following css in “Appearance => Theme Options => Custom CSS” box:

    .site {
        width: 96%;
    }
    .no-sidebar .entry-header, 
    .no-sidebar .entry-content, 
    .no-sidebar .entry-summary, 
    .no-sidebar .post footer, 
    .error404 .entry-header, 
    .error404 .entry-content {
        width: 100%;
    }
    in reply to: Sidebar Dropdown Menu #60032
    Sakin
    Keymaster

    @Kim: Sorry I don’t get it what you mean. I hope you meant that you want category select and view in same line. If so then you can add the following css in “Custom CSS” box:

    .DisplayCategoriesWidget select {
        height: 30px;
        width: 70%;
    }
    .DisplayCategoriesWidget input[type="submit"] {
        padding: 0;
        vertical-align: middle;
        width: 28%;
    }
    in reply to: Enter custom CSS #60031
    Sakin
    Keymaster

    @helpme: It’s same all the page/post title will have h1 tags.

    To change the text and remove the website line, you need to build child theme and edit the comment form.

    in reply to: Breadcrumbs, change the background colour #60030
    Sakin
    Keymaster

    @Bert: You can change the border color by adding in the following css in Custom CSS box:
    #breadcrumb-list span { border-color: #000; }

    in reply to: Logo/widgets in Header #60022
    Sakin
    Keymaster

    @Pius: For header right section after adding site logo, we will fix it in Full Frame Pro version 3.0. But dropdown on any where in menu is not possible as it will conflict with menu dropdown. We will release this version within this weekend.

    Sakin
    Keymaster

    @Pius: Sorry for the delay. It will be by this weekend. We are doing final testing.

    in reply to: Chicago Pro breadcrumb after header image #60018
    Sakin
    Keymaster

    @Vidal: Looks like you have downloaded Catch Box Pro sample theme. You need to download Chicago Pro child theme from http://catchthemes.com/blog/create-child-theme-wordpress/, here is it http://catchthemes.com/wp-content/uploads/2014/05/chicago-pro.zip

    Then you can add the code that I have given above. Also in your child theme, your functions.php have code like &#039; &#039;. It shouldn’t have any code like that. See the code I have given above. It should look exactly like that.

    in reply to: Frozen Slider on Iphone #60016
    Sakin
    Keymaster

    Also add the following css in “Appearance = Customize => Theme Options => Custom CSS Options” box:
    #feature-slider .cycle-slideshow .hentry.displaynone { display: none; }

    in reply to: Frozen Slider on Iphone #60015
    Sakin
    Keymaster

    @Mark: Right now when I check in from my iPhone, it’s working fine just after 2 second of loading.

    in reply to: complete document #60012
    Sakin
    Keymaster

    @Andreau: Sorry let me know what type of documentation are you looking for. Catch Evolution Pro currently is prices at $44.99 and you have simple theme instructions http://catchthemes.com/theme-instructions/, change log http://catchthemes.com/changelogs/, fast support http://catchthemes.com/support-forum/ and blog http://catchthemes.com/blog/.

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