Forum Replies Created

Viewing 20 posts - 1,361 through 1,380 (of 14,500 total)
  • Author
    Posts
  • in reply to: Problem with version 4.4 #83593
    Sakin
    Keymaster

    @chris: Thanks for your appreciation 🙂

    in reply to: Problem with version 4.4 #83583
    Sakin
    Keymaster

    @chris: Thanks. I found one issue in template full width which was causing this issue. I have fixed in your site and will fixed in next version update as well.

    in reply to: Problem with version 4.4 #83566
    Sakin
    Keymaster

    @chris: We didn’t find any issue in Version 4.4. Have you made any changes to theme core files. If not then I need to check in your server. For that, I will send you email and you can reply me there.

    in reply to: Increase body width/decrease sidebar width #83476
    Sakin
    Keymaster

    @clickable: Sorry, we only support theme developed by us (CatchThemes). The site you are referring is not using our theme. So, please contact the theme author.

    in reply to: Comment area, links and submit not working? #83471
    Sakin
    Keymaster

    @katta: Can you post in your site URL and screenshot of your issue. It’s strange as it’s working when you are logged out and not working when you are logged in.

    Comment should work in both logged in and logged out. When you are logged in you will just see the comment box and you don’t have to enter name and email fields as it will take from your profile. But when you are logged out, you will see full comment form.

    Looks like there some be some issue in your admin panel for that I need to check in your server. So, I will send you email for this.

    in reply to: Catch Responsive Child Theme #83432
    Sakin
    Keymaster

    @husker: Child theme is sometime little tricky and I need to check in your server. So, I will email you and you can reply me there.

    At the same time, after you activate Child theme. Just go to “Appearance => Widgets” and check your widgets in Sidebars. Sometime, widget might move to different locations when you change the theme.

    in reply to: Remove Search Box #83292
    Sakin
    Keymaster

    @mohammad.shroukh: Your link is not opening to view it. Can you check your URL and let me know it.

    in reply to: Video in post not embedded on homepage #83291
    Sakin
    Keymaster

    @cathprod: Hi Michael, you can check out change log at http://catchthemes.com/changelogs/catch-box-pro-theme/ and update it using update instructions at http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: Enter custom CSS #83197
    Sakin
    Keymaster

    @helpme: It’s because of the following css in your Custom CSS Box:

    /* site title font size */
    .site-title { font-size: 75px; }
    /* sub title font size and italic */
    .site-description { font-size: 34px; font-style: italic; }

    So, the solution is. Either you change the font only for large screen or have smaller font for small screen.

    Here is the css for smaller screen with screen resolution maximum to 767px, you can add the following css:

    @media screen and (max-width: 767px) {
        /* site title font size */
        .site-title { font-size: 28px; }
        /* sub title font size and italic */
        .site-description { font-size: 22px; }
    }
    in reply to: Header Space for Phone Number #83100
    Sakin
    Keymaster

    @Mandala528: Now for that you can change the width as per your need. in the above css change the width of header-left and header-right. It’s now 100%. Change it as per your need.

    in reply to: GNU GPL compliance #83087
    Sakin
    Keymaster

    @tjbp: Only authorized members will be able to download it from their account at http://catchthemes.com/my-account . You can only download free theme directly. To download Pro/Premium themes, you need to purchase it from http://catchthemes.com/themes/category/premium/

    It’s same for all the theme companies, you can check out WooThemes, Elegant Themes, thethemefoundry, ThemeForest and even WordPress.com premium themes. All uses similar business model which is call “Freemium”. We all release under GPL license.

    in reply to: Header Space for Phone Number #83014
    Sakin
    Keymaster

    @Mandala528:
    1. For padding, following is the example on how you can add in padding left and right as per your need. So, change it as per your need and then add it in your Custom CSS box:

    #header-right #text-5.widget { 
        padding-left: 2px; 
        padding-right: 5px; 
    }

    2. For mobile view to show phone number, you can add the following css in your custom css box:

    @media screen and (max-width: 980px) {	
        #header-right #text-5.widget { 
            display: block;
            padding: 0; 
        }
        #header-left {
            width: 100%;
        }
        #header-right {
            width: 100%;
        }
    }
    in reply to: Home page layout strange behavior #82971
    Sakin
    Keymaster

    @Martin: Thanks for cooperating and corresponding through email. I was able to solve this issue by updating the theme. Looks like our version 1.0 has issue with excerpt in some of the servers. We are update it in about 2 days time. Thanks.

    in reply to: Mobile Menu Not working on Apple or Android #82965
    Sakin
    Keymaster

    @ChrissyShape: Thanks for your appreciation and if you like my support and Catch Base theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-base?rate=5#postform

    in reply to: Questions about renewal #82964
    Sakin
    Keymaster

    @heidi-bissell:
    Hi CB,

    1. Yes, you can renew it anytime you like it. You can make renewal from your account at http://catchthemes.com/my-account . But it’s recommended to renew it after it’s expiration.

    2. Exchange of theme is allowed only if it is made withing 30 days of purchase.

    3. Yes, there is special discount for multiple theme purchase. For that you need to request our sales at http://catchthemes.com/contact-us/ with your first order ID.

    Thanks.

    Regards,
    Sakin

    in reply to: Home page layout strange behavior #82963
    Sakin
    Keymaster

    @Martin: This looks different and something we haven’t encounter. So, I need to check in your server. I will email you and please reply me there.

    in reply to: politcy privacy #82814
    Sakin
    Keymaster

    @marcodimi: Thanks 🙂

    in reply to: Mobile Menu Not working on Apple or Android #82813
    Sakin
    Keymaster

    @ChrissyShape: ok for that replace your previous css that I gave you with the following css:

    @media screen and (min-width: 991px) {
        #masthead {
            padding-top: 0;
            position: relative;
        }
        #header-right-search {
            display: none;
        }
        #site-branding,
        .sidebar-header-right {
            padding: 0;
        }
        .sidebar-header-right {
            position: absolute;
            right: 10px;
            top: 50px;
        }
    }
    in reply to: Mobile Menu Not working on Apple or Android #82800
    Sakin
    Keymaster

    @ChrissyShape: Ok then, how about centering logo and social icon both. For that you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 991px) {
        #masthead { 
            padding-top: 0;
        }
        #header-right-search {
            display: none;
        }
        .sidebar-header-right, 
        .sidebar-header-right .widget-wrap {
            clear: both;
            float: none;
        }
        #site-branding,
        .sidebar-header-right {
            padding: 0;
        }
    }
    in reply to: politcy privacy #82773
    Sakin
    Keymaster

    @marcodimi: You can send me in for sure. But I don’t see issue in your script yet. Privacy Policy is in the left itself.

Viewing 20 posts - 1,361 through 1,380 (of 14,500 total)