Forum Replies Created

Viewing 20 posts - 1,561 through 1,580 (of 14,500 total)
  • Author
    Posts
  • in reply to: CSS dont work #79973
    Sakin
    Keymaster

    @RimFrost: But what are you trying to do with the css:
    For team the css shuld be as below:

    .teamportfolio {
        clear: both;
        display: block;
    }
    .teamportfolio .teamimage {
        display: inline-block;
        float: left;
        width: 20%;
    }
    .teamportfolio .teambox {
        display: inline-block;
        float: right;
        width: 78%;
    }
    .teamportfolio .teamname {
        font-weight: bold;
        color: orange;
        border: 5px solid #000;
    }

    For Single, I don’t get it what you are trying to do it as that class is not there in single posts.

    in reply to: Remove footer from specific page? #79953
    Sakin
    Keymaster

    @cytorath18: You can edit that page and then select “No Sidebar (Content Width)” from Layout options, that you will see in Catchbase Options meta box below you page editor.

    in reply to: space between the latest posts in content sidebar #79952
    Sakin
    Keymaster

    @Kenta: Have you customize the site as I see code <noscript> after each featured image.

    in reply to: Layout Help #79951
    Sakin
    Keymaster

    @leotrim77: you can add the following css:

    .single-post .hentry { padding: 0; }
    .sidebar-primary { padding-bottom: 0; padding-right: 0; padding-top: 0; }
    in reply to: Home Page Featured Slider #79950
    Sakin
    Keymaster

    @Paul: Sorry there is no option to do that. For slider you can either add it in homepage or entire site. there is no option to change the position of slider. For that you need to build child theme, edit in your child theme functions.php file

    in reply to: Center logo? #79949
    Sakin
    Keymaster

    @buffmuffin: try adding in the following css in “Appearance => Theme Options => Custom CSS” options box:

    #header .social-search { display: none; }
    #header .logo-wrap { padding: 0; text-align: center; width: 100%; }
    in reply to: Featured Content alignment #79948
    Sakin
    Keymaster

    @deevd: Looks like you have changed css. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #featured-post.layout-four .post:nth-child(4n+1) { margin-left: 0; }

    in reply to: Post's featured image won't expand #79947
    Sakin
    Keymaster

    @psankari: This post http://catchthemes.com/demo/chicago/uncategorized/hello-world/ has Header Featured Image but disable single post image. If you want to same like this, then go to “Appearance => Customize => Header Image” and then select “Entire Site, Page/Post Featured Image” in Enable Featured Header Image on option.

    Again go to “Appearance => Customize => Theme Options => Layout Options” and then select “Disabled” in “Single Page/Post Image Layout” option.

    in reply to: Start page button open in new page #79946
    Sakin
    Keymaster

    @truewp: Thanks for lettings us know. We will fix it in next version update.

    in reply to: Hide author but not tags #79941
    Sakin
    Keymaster

    @ShayC: You can check this screenshot which shows how to post questions https://www.pinterest.com/pin/548594798338119057/

    There is not much color option in Simple Catch Free theme. To change the link color, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    a { color: #000; }

    in reply to: Post's featured image won't expand #79940
    Sakin
    Keymaster

    @psankari: Can you explain in reference to your site URL. So, that I can check in and explain it to you.

    in reply to: Hide author but not tags #79939
    Sakin
    Keymaster

    @truewp: Yes you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
    .entry-header .entry-meta { display: none; }

    in reply to: New CatchBox Pro 4.3 Mobile Options #79938
    Sakin
    Keymaster

    @Edward: You have already change it.
    Replace:

    /* Mobile Menu Items Text Color */
    .sidr ul li a, .sidr ul li span { color: #eee; }

    with the following:

    /* Mobile Menu Items Text Color */
    .sidr ul li a, .sidr ul li span { color: #255a8c; }

    Then replace:

    /* Mobile Menu Items Text Hove Color */
    .sidr ul li a:hover { background-color: #1569c7; color: #fff; }

    With the following:

    /* Mobile Menu Items Text Hove Color */
    .sidr ul li a:hover { background-color: #255a8c; color: #fff; }
    in reply to: Can't put sidebar on blog page #79937
    Sakin
    Keymaster

    @Isabella: Thanks for exploring and posting it back 🙂

    in reply to: Center logo? #79884
    Sakin
    Keymaster

    @buffmuffin: Please post in your site URL and then I can check in.

    in reply to: No installation wizard #79881
    Sakin
    Keymaster

    @cesudweeks: This clearly show that there is conflict between plugins Social Lite and wondergallery plugin.

    So, I see only option is to contact that plugin author to fix the plugin conflict. You can also ask how to re-run the installation wizard in that plugin support.

    No, you don’t need to pay for Pro version to get my support. I give support to both free and pro version equally.

    in reply to: Non-Responsive #79880
    Sakin
    Keymaster

    @Trisha: Looks like there is issue with the plugin that you are using which is changing the position of responsive.css. So, try disabling plugin one by one to find the conflicting plugin. Also, you site is protected to view source to check in what’s the issue.

    in reply to: blog post not showing in blog list #79879
    Sakin
    Keymaster

    @Robert: I just check in your setting and found this. You have checked “Check to exclude Grid Content post from Homepage posts” from “Appearance => Customize => Featured Grid Content => Featured Grid Content Options”. I un-checked it and it’s showing all posts now.

    in reply to: Featured Content alignment #79876
    Sakin
    Keymaster

    @deevd: You featured content is in center, you just need vertical alignment. So, replace previous css:

    #featured-post .post {
        display: inline-block;
        float: none;
    }

    With the following css:

    #featured-post .post {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    in reply to: Remove footer from specific page? #79875
    Sakin
    Keymaster

    @cytorath18: You can install Jetpack plugin and activate “Widget Visibility” module from where you wan control widget is various pages.

Viewing 20 posts - 1,561 through 1,580 (of 14,500 total)