Forum Replies Created

Viewing 20 posts - 3,941 through 3,960 (of 14,509 total)
  • Author
    Posts
  • in reply to: change featured posts and "home" page #56931
    Sakin
    Keymaster

    @benjo: It would have been easier if you had added your site URL. So, that I can check in and send your the css. For now, I just need to guess and send it to you.

    1. If you just want slider and featured content in your homepage then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .home #content-sidebar-wrap { display: none; }

    2. This is high level of customization and for this you need to build child theme. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/. Then after that you need to copy function catchkathmandu_homepage_featured_content() to your child theme and change the position and all. For this, you might need to hire developer to work on it.

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.

    in reply to: License and theme specific questions #56929
    Sakin
    Keymaster

    @canehoyer: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.

    1. This license is bit confusing. So, it works like this. Once, you purchase the theme, you can use it for all the domains that you own. You are not authorized to redistribute or re-sell it. But you can re-distribute only as child theme. So, if you buy it for your client then you can use it for that client.

    2. Yes, once you remove both, there will not be header space. Also you can remove that from Custom CSS. Let me know your site URL after you make the changes and will send you custom css.

    3. Yes, that possible with Custom CSS. You can send me the site URL and the color code than I can send you custom css.

    4. For this, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .sidr ul li ul { display: none; }
    .sidr ul .menu-item:hover > .sub-menu,
    .sidr ul .page_item:hover > .children {
    	display: block;
    }
    in reply to: BEST OF LUCK IN NEPAL #56927
    Sakin
    Keymaster

    Thanks a lot @jess888, @Jesse and @bigoslesli .

    Yes, we are based in beautiful country Nepal but this earthquake destroyed it all. We are still getting few after shocks after 6 days. Lot of damages, lost lives, too much destruction which I cannot express at all. My head is still spinning round and round. But thank god we all are safe and sound. We have now moved to house from tent which needs maintenance.

    in reply to: Call to action Button #56924
    Sakin
    Keymaster

    @jacquelyn_jefferies: For color option, you need to upgrade to Adventurous Pro theme. In Free version, you can do it manually by adding in Custom CSS.

    You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    #homepage-message .right-section a {
    	background-color: #9bc23c;
    	border-color: #fff; 
    	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
    	color: #fff;
    }
    #homepage-message .right-section a:hover {
    	background-color: #87ae28;
    	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset;
    }
    in reply to: Call to action Button #56923
    Sakin
    Keymaster

    @bigoslesli: Thanks a lot for your support in this hard time. My head is still spinning. I really appreciate it.

    in reply to: Make masthead appear only when header doesn't…? #56916
    Sakin
    Keymaster

    @jess888: There is not option to do that in this theme. So, either you need to use plugin for this or you need to build child theme change the coding for show/hide.

    in reply to: BG color on Gallery slides #56915
    Sakin
    Keymaster

    @jess888:
    1. To change the color, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #content article, #content .page-header, #comments, #content .author-info {
    background-color: #fff;
    }

    2. To hide the header meta data, you can add the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    .entry-header .entry-meta {
        display: none;
    }
    Sakin
    Keymaster


    @bkleinhe
    : Thanks for your patience.

    Please remove the following css from your custom css box:

    #secondary {
    width: 25.5%;
    }
    .left-sidebar #content {
    margin: 0 3% 0 28.6%;
    }
    #content {
    width: 68.4%;
    }
    @media screen and (min-width: 1100px) {
        .left-sidebar #secondary {
            float: left;
            margin-left: 1.4%;
            margin-right: 0;
        }
        
        .hentry {
           padding:0;
        }
        
        #page {
            width:1040px;
        }
    }
    .left-sidebar #primary {
        float: right;
        margin: 0 0 0 -35.5%;
    }
    #primary {
        float: left;
        margin: 0 -35.5% 0 0;
        width: 100%;
    }

    Now to change the width of Content and Sidebar, you can just change the width of primary and secondary. Like following css:

    @media screen and (min-width: 961px) {
        #primary { width: 73%; }
        #secondary { width: 25%; }
    }
    in reply to: background color around the picture #56913
    Sakin
    Keymaster

    @Alexey: That is caption image and you can remove border and background in caption by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .wp-caption { background-color: transparent; border: none; }

    in reply to: Form in widget: border CSS #56912
    Sakin
    Keymaster

    @Sebastiaan: I just check in your site and see that you have already fixed this issue. Let me know if you still have issue.

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitization are huge problem here. We are also helping others in the community so we are slowing getting back online.

    Sakin
    Keymaster

    @lambdog: Hum, this is strange. Can you go to “Appearance => Theme Options => Footer Editor Options” and replace the text there with the following:
    <div class="copyright">Copyright &copy; [the-year] <span>[site-link]</span>. All Rights Reserved.</div><div class="powered">Theme: [theme-link]</div>

    Then you can customize it as per your need.

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitization are huge problem here. We are also helping others in the community so we are slowing getting back online.

    in reply to: Background image for page itself? #56908
    Sakin
    Keymaster

    @Michael: I just check in your site and see that you have already added background image to your site. So, is this issue solved? If not then can you explain more what you want to do it. Maybe, you can share screenshot.

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitization are huge problem here. We are also helping others in the community so we are slowing getting back online.

    in reply to: Mobile Site Home Page #56907
    Sakin
    Keymaster

    @Jesse: Thanks today, I am back for few hours to provide online support. As I need to work in community support as well. We still have Internet, electricity, water and sanitization problem.

    I check in your site and found that your background image http://casehardintexas.com/wp-content/uploads/2015/03/nashville_broadway.jpg is too heavy with size of 1.5MB, you can 417MB minimum or even less, see this image https://dl.dropboxusercontent.com/u/81234910/nashville_broadway_optimized.jpg and same way your header image is also large http://casehardintexas.com/wp-content/uploads/2015/04/CHBanner1680x600.jpg which can be optimized, see this image https://dl.dropboxusercontent.com/u/81234910/CHBanner1680x600_optimized.jpg . This is the reason your site is loading slow and showing header image only after some time. Replace those images and also use W3 Total Cache or WP Rocket plugin to cache.

    in reply to: Header Image Size on Homepage #56906
    Sakin
    Keymaster

    @JeffI: Please post in your site URL so that I can check in what’s going on.

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitization are huge problem here. We are also helping others in the community so we are slowing getting back online.

    in reply to: problem with WPML #56905
    Sakin
    Keymaster

    @silvia: Please post in support forum of WPML plugin as we are not expert in that field. Also full frame pro is still not WPML plugin ready. Did you check in your settings are “Appearance => Customize => Theme Options => Homepage/Frontpage Options” and in select category, you can select all.

    in reply to: Menu on the Smartphone #56904
    Sakin
    Keymaster

    @dentas: It’s strange why it’s not working in your site. Have you customize any core theme files inside catch-base folder. If yes, then please restore the changed files and if not, then there must be some conflict with the plugin. For that try disabling plugin one by one to find the conflicting plugin.

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.

    in reply to: Menu on the Smartphone #56903
    Sakin
    Keymaster

    @bigoslesli: Thanks

    in reply to: Resize woocommerce product feature image #56901
    Sakin
    Keymaster

    @Sunyata: Catch Responsive theme is not yet WooCommerce plugin ready. About the image size, it depends on the page width, layout of your site and image size set in “WooCommerce => Settings => Products => Display => Product Images”. So, can you send me your page URL and let me know what are you trying to do it. Then I can suggest it.

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitization are huge problem here.

    in reply to: Varying header images #56899
    Sakin
    Keymaster

    @afeauto: Please check your settings at “Appearance => Customize => Header Image”. In “Enable Featured Header Image on” you need to select “Entire Site, Page/Post Featured Image”.

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitization are huge problem here.

    Sakin
    Keymaster

    @Thomas: Responsive design doesn’t mean that it will load different image for mobile devices. It will load same image in mobile devices with responsive css to make it fit. All responsive theme that you will find in WordPress uses same. So, we don’t have control on this. You can check all other themes and also default WordPress theme does the same.

Viewing 20 posts - 3,941 through 3,960 (of 14,509 total)