Forum Replies Created

Viewing 20 posts - 11,241 through 11,260 (of 14,509 total)
  • Author
    Posts
  • in reply to: Posts not seen on Homepage??? #12387
    Sakin
    Keymaster

    @veena: I just check in your site and it looks fine. Can you recheck it.

    Sakin
    Keymaster

    @acanthuroid: Ok send me the URL for which you want to hide the featured image. So, in case you said it’s categories. Can you send me your site URL?

    in reply to: Adding phone number and email near the logo #12383
    Sakin
    Keymaster

    @Cherry: Thanks. Sorry I don’t understand what do you mean by issue with the gallery. Let me know in details. Also when you post any question, it will be easy for me if you post the site URL as well.

    in reply to: Modify footer. #12382
    Sakin
    Keymaster

    @impresnet: Please contact Sales for this. I am not authorized to do this.

    in reply to: Sidebar posts #12380
    Sakin
    Keymaster

    @rbrt_bene: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .widget-area .widget a:hover { color: #911d1d; }

    in reply to: Spacing in comments #12379
    Sakin
    Keymaster

    @Printsev: Since you want to use that css for logged in css. Replace the above css with the following.

    .logged-in .comment { position: relative; }
    .logged-in .comment .reply {
    	bottom: 70px;
        bottom: 7rem;
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
    }
    @media screen and (min-width: 1190px) {
    .logged-in .comment .reply {
    	bottom: 90px;
        bottom: 9rem;
    }	
    }
    @media screen and (max-width: 1060px) {
    .logged-in .comment .reply {
    	bottom: 50px;
        bottom: 5rem;
    }	
    }
    in reply to: Header Image only on Homepage #12377
    Sakin
    Keymaster

    @adasprom: Anything that work fine with you is great. I am just here to support you all. Cheers 🙂

    in reply to: Changing Header bg color #12376
    Sakin
    Keymaster

    @k.capelli: Yes you can. Check out the theme instruction of Simple Catch Pro at http://catchthemes.com/theme-instructions/simple-catch-pro/

    in reply to: HEADER COLOR #12375
    Sakin
    Keymaster

    @k.capelli: Can you send me your site URL? Yes header color can be change in Simple Catch Pro as well. Check out the theme instruction for Simple Catch Pro at http://catchthemes.com/theme-instructions/simple-catch-pro/

    in reply to: Sidebar posts #12372
    Sakin
    Keymaster

    @rbrt_bene: Can you send me your site URL?

    in reply to: Modify footer. #12344
    Sakin
    Keymaster

    @impresnet: Sorry that is not allowed to do it in free theme. Please upgrade it.

    in reply to: Goodreads button… please add! #12343
    Sakin
    Keymaster

    Sorry I gave you the wrong url. Here is the contact form to our sales team http://catchthemes.com/contact-us/

    in reply to: Sidebar vanished #12341
    Sakin
    Keymaster

    @interiorsalvage: I just check in your site and you have responsive enable as well as sidebar is there. This is not the issue of the theme and WordPress. But instead the issue with your WP Super Cache plugin. Whenever, you make any major changes then you should clear the cache from the setting of WP Super Cache plugin.

    in reply to: content area customization #12339
    Sakin
    Keymaster

    @taranlewis: Yes it is not recommended at all to customize any core theme files such as style.css, functions.php and all. As when you update the theme, these files will get reverted back and all your customization will be overwritten.

    Then best way to add new css is either though “Appearance => Theme Options => Custom CSS” box or through build child theme.

    Since you have customize the site. It has become difficult for me to track back the css for changes. Can you try adding the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the padding top in the page main wrap.
    .page #main { padding-top: 0; }

    To add featured post slider in all pages, you can go to “Appearance => Theme Options => Featured Post Slider => Slider Options” in your WordPress Dashboard. Then you can check “Entire Site” and click on save.

    in reply to: Goodreads button… please add! #12338
    Sakin
    Keymaster

    @9thChapter: You need to build child theme and do the editing in the images and the functions. So, it’s little hard. Also we cannot just release the new version for only one social icon addition.

    But I can do one favor for you. You can send me email through http://catchthemes.com/support-forum/ and in subject mention: Goodreads icon email requested by Sakin. Then I will get in touch with you through email.

    Sakin
    Keymaster

    @acanthuroid: Then you can use css to hide the featured image in the category.

    in reply to: Post a Video to home page #12336
    Sakin
    Keymaster

    @FlatsPirate: Sorry that option is no there in Simple Catch Free Theme. This theme uses the excerpt text, title and the featured image of the post.

    You need to build child theme and then customize it by replacing excerpt with full content.

    in reply to: Featured slider covers drop down nav menu #12334
    Sakin
    Keymaster

    @rdorrego: You can delete the old css that I gave you and add the following css.

    #branding { z-index: 25; }
    #nav-slider .nav-previous, #nav-slider .nav-next { z-index: 20; }
    in reply to: How to center header #12331
    Sakin
    Keymaster

    @pohl: When I check in your site I only see the following css in your custom css box.
    .logo-wrap { float: none; }

    Please add the css that I gave you in replace of your old custom css.

    If you have added that and still not showing then make sure you have clear your cache in setting of WP-Cache plugin.

    in reply to: Spacing in comments #12330
    Sakin
    Keymaster

    @Printsev: It is difficult to manage just with css as it’s not coded in the same wrap. So, we have to play with position with CSS. I am not so sure about the position that will be exact or not. You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    .comment { position: relative; }
    .comment .reply {
    	bottom: 70px;
        bottom: 7rem;
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
    }
    @media screen and (min-width: 1190px) {
    .comment .reply {
    	bottom: 90px;
        bottom: 9rem;
    }	
    }
    @media screen and (max-width: 1060px) {
    .comment .reply {
    	bottom: 50px;
        bottom: 5rem;
    }	
    }
Viewing 20 posts - 11,241 through 11,260 (of 14,509 total)