Forum Replies Created

Viewing 20 posts - 1,561 through 1,580 (of 14,506 total)
  • Author
    Posts
  • in reply to: Facebook and Twitter Widgets not longer working #80006
    Sakin
    Keymaster

    @Juan: What’s not working there must be change in Jetpack updates. So, you need to check in Jetpack support forum. Also Facebook and Twitter keeps on changing settings. So, you might want to check that settings.

    in reply to: Theme is not loading responsive page on iPhone #80005
    Sakin
    Keymaster

    @Keir: It’s because of the following css in “Appearance => Theme Options => Custom CSS” box:

    /*This code removed the 40 pixels of nothing at the top of the page*/
    .site {
        width: 1280px;
        margin: 0px auto;
    }

    Replace that css with the following css:

    /*This code removed the 40 pixels of nothing at the top of the page*/
    .site { margin: 0 auto; }
    in reply to: Hide author but not tags #80004
    Sakin
    Keymaster

    @truewp: You can remove posted in by add in the following css in “Appearance => Theme Options => Custom CSS Box”
    .entry-meta .in-category { display: none; }

    In which language you are translating theme and how are you doing that. To change that text Tagged, you need to change through translation file .mo and .po files

    I don’t get it which Leave a Reply you want to hide. Can you show me the URL.

    in reply to: CSS dont work #80003
    Sakin
    Keymaster

    @RimFrost Where do you add those CSS. If you add that from “Appearance => Customize => Theme Options => Custom CSS” box then it will work.

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

    @psankari: Cool 🙂

    in reply to: Create version 1.0 #79974
    Sakin
    Keymaster

    @ryangottfried: Can you let me know what’s not working with your site URL. There is nothing much changes. If you want to revert back then you can download version 1.0 from https://downloads.wordpress.org/theme/create.1.0.zip and then delete your existing theme and upload this one from “Appearance => Themes => Uploads => Add New”

    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 🙂

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