Forum Replies Created

Viewing 20 posts - 2,561 through 2,580 (of 14,507 total)
  • Author
    Posts
  • in reply to: logo and change post title indents #65025
    Sakin
    Keymaster

    @Kim: You can add the following css:

    .site.has-header-left-menu #logo-wrap {
        text-align: center;
        width: 100%;
    }
    #site-logo {
        display: block;
        float: none;
    }
    in reply to: Spacing btw social icons widget and main menu #65024
    Sakin
    Keymaster

    @Laurent: To understand all these and give you solution, you need to post in your site URL. Then only I check i.

    in reply to: Promotion headline colors not working #65023
    Sakin
    Keymaster

    @Ursula: It’s already out. You can update it.

    in reply to: Can't see picture in posts #65022
    Sakin
    Keymaster

    @joel: Have you edited/added any files inside ‘full-frame-pro’ theme directory. As it should show image. Also please update to latest version and check in.

    If this doesn’t show then I have to check in your server. Let me know it. I will send you email as well.

    in reply to: Excerpt length #65019
    Sakin
    Keymaster

    @margarita: Yes, that’s because of responsive video code. You can wrap with div and assign max width. For example you can see the code below:

    <div style="max-width: 560px"><iframe width="560" height="315" src="https://www.youtube.com/embed/nwe-H6l4beM?rel=0" frameborder="0" allowfullscreen></iframe></div>

    in reply to: Slider #65018
    Sakin
    Keymaster

    @Dhuan: Please post in your site URL and then I can check it for you.

    in reply to: Header right sidebar #65017
    Sakin
    Keymaster

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

    .fixed-header #header-right .textwidget {
        max-height: 32px;
        width: auto;
    }
    in reply to: Header position and size #65016
    Sakin
    Keymaster

    @m3evm: ok then replace the previous css with the following css:

    /* Large screen above 320px */
    @media screen and (min-width: 1400px) {	
        #masthead { padding-bottom: 240px; padding-top: 284px; }
    }
    /* Small screen below 991px */
    @media screen and (max-width: 990px) {	
        #masthead { padding-bottom: 140px; padding-top: 184px; }
    }
    in reply to: Theme install failed #65013
    Sakin
    Keymaster

    @seyi: It’s not the theme issue. It looks like you have Maximum File size upload limit from your server. You can activate any other theme and check in. This is not theme issue.

    So, either you need to reduce the image size or ask your website hosting server support to increase the upload limit.

    in reply to: Header Image Size and Social Links #65012
    Sakin
    Keymaster

    @pjbovee: If you don’t want that social icon in header, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to hide it.
    .sidebar-header { display: none; }

    For that header image, either you need to add padding like the one I gave you earlier or just add in the minimum height like below:

    @media screen and (min-width: 991px) {	
        #masthead { min-height: 350px; }
    }

    Note: Only in pro version there is option to manage Header Sidebar.

    in reply to: Add border around the page and posts #65010
    Sakin
    Keymaster

    @aruss24: Can you post in your site URL and is possible screenshot of what you want. to add border just in pages, you can add the following css:

    .hentry.type-page { border: 2px solid #000; }

    in reply to: Catch Base Theme Update ? #65007
    Sakin
    Keymaster

    @mydreamin: For child theme, yo can simply download it from http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: Catch Base Theme Update ? #64999
    Sakin
    Keymaster

    @mydreamin: Oh then it will be problem That is why we always say don’t edit theme files. For any css changes, you can use “Appearance => Customize => Theme Options => Custom CSS Options” box or build child them and add it in your child theme style.css. These css are safe for update.

    in reply to: Getting an error message in customize screen #64996
    Sakin
    Keymaster

    @cindy: You are using Ca5tch Responsive Pro 3.0 where as the latest version is 3.2 http://catchthemes.com/themes/catch-responsive-pro/. So, you need to update to latest version. For update, please follow the instructions mentioned in theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/#updating

    in reply to: Fixed Header Size and # of featured content #64995
    Sakin
    Keymaster

    @Jeff: Ok for that I need to check in your server. I will send you email and then you can reply me there.

    in reply to: delay drop down menu #64993
    Sakin
    Keymaster

    @Cattext: Not so sure about it. You might need to hire developer for this. Try plugin like https://wordpress.org/plugins/superfish/

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

    #SungJu: For that you need to create page/post and then upload images from “Add Media” then create Gallery and add gallery shortcode in your page/post

    in reply to: Promotion headline, featured content and WPML #64989
    Sakin
    Keymaster

    @Haydie: If that is not WPML issue then try disabling plugin and check in. If theme works fine without plugin then it’s not theme issue. If theme has compatibility issue with WPML then they need to send us the fix then only we will be able to add in as Adventurous Pro theme was tested in my WPML team and added in compatibility. See this https://wpml.org/theme/adventurous/.

    Also I check in Swedish in demo site from WPML at http://theme-testing.wpml.org/adventurous/ and the promotion headline is working fine.

    in reply to: Stop header from floating #64987
    Sakin
    Keymaster

    @Ariane: Ok then just add the following css in “Appearance => Theme Options => Custom CSS” box:
    #masthead.fixed-header { position: relative; }

    in reply to: Mobile Menu Icon opens a page #64985
    Sakin
    Keymaster

    @tobman: You shouldn’t edit core theme style.css directly. I check in your site and see that you have edit edit and also you are using old version. Please update to latest version that is Catch Responsive 1.9. Then if you need to edit css then you can either use “Appearance => Customize => Theme Options => Custom CSS Options” box or buy building child theme.

    When I check in your demo site http://catchthemes.com/demo/catch-responsive/ from my iphone and HTC with latest version of Anorid. It’s working fine. Can you update your phone OS and check in.

Viewing 20 posts - 2,561 through 2,580 (of 14,507 total)