Forum Replies Created

Viewing 20 posts - 6,141 through 6,160 (of 14,497 total)
  • Author
    Posts
  • in reply to: how to change background opacity? #45733
    Sakin
    Keymaster

    @valenza79: Sorry I don’t get your issue in detail. You don’t need to post in your css. You can just post in your site URL and explain the issue in reference with your site URL.

    in reply to: Remove padding below images in posts #45732
    Sakin
    Keymaster

    @Kim: I think you are talking about the margin bottom. For that you can adjust them margin bottom in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    img.alignleft, 
    img.alignright, 
    img.aligncenter {
        margin-bottom: 20px;
    }
    in reply to: How do I hide archives? #45731
    Sakin
    Keymaster

    @PoulKristensen: I have already mentioned it to you that, when you have nothing in your sidebar from “Appearance => Widgets”, then it will display default “Search” and “Archive” widgets. It will not be blank. But you can add any other widget to your sidebar. You can also add empty text widget to your sidebar. This is will replace the default widget.

    in reply to: Column Width #45700
    Sakin
    Keymaster

    @thespikers: Thanks for your appreciation. Cheers 🙂

    in reply to: Sidebar not working in shop #45697
    Sakin
    Keymaster

    @harussell: In Pro version, you will see extra sidebar called “WooComercer Sidebar”, so you can add dedicated widgets for your shop from “Appearance => Widgets” and if the widget is empty then it will not show the sidebar.

    in reply to: Sidebar not working in shop #45696
    Sakin
    Keymaster

    @harussell: See this theme page, http://catchthemes.com/themes/catch-kathmandu-pro/ where we have mention that theme as “WooCommerce Ready”. Also you can see in Catch Kathmandu Pro theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/ all the additional features in Pro version.

    in reply to: Sidebar not working in shop #45694
    Sakin
    Keymaster

    @harussell: I see that you are using Catch Kathmandu Free theme but this theme is not compatible with WooCommerce theme. For this you need to upgrade to Catch Kathmandu Pro theme.

    in reply to: Subdomains #45693
    Sakin
    Keymaster

    @harussell: Yes sure it anywhere you like but that space has to be own by you. You are not allowed to redistribute or resell it. But you can use it for unlimited domain/test sites that you own.

    in reply to: Subdomains #45691
    Sakin
    Keymaster

    @harussell: No you don’t need to pay twice. You can use the theme for multiple domains that you own. Just use it.

    in reply to: Column Width #45673
    Sakin
    Keymaster

    @thespikers: Catch Box theme is design with small width so for larger width and similar design I recommend you to use Catch Evolution Theme, Catch Kathmandu Theme and Adventurous Theme. You can see the list of our free themes at http://catchthemes.com/themes/category/free/ and then check our their demo and theme instructions page at http://catchthemes.com/theme-instructions/

    in reply to: Add Margin Space to Main Content Area #45672
    Sakin
    Keymaster

    @rojtalbot: I am quite lost. I think you are taking about the spaces above your header wrapper. The margin of 10px. If you are talking about that go to you Custom CSS and find the following css:
    .site { margin-top: 10px; }

    and then replace with
    .site { margin-top: 0; }

    in reply to: Still cannot change some of the homepage colors #45671
    Sakin
    Keymaster

    Hi Michael,

    I check in your site and you have already changed the the background color of footer area. But if you are talking about Text color then you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Footer Area Widget Title Color */
    #supplementary .widget-title { color: #fff; }
    /* Footer Area Widget Text Color */
    #supplementary .widget-area { color: #ddd; }
    /* Footer Area Widget Link Color */
    #supplementary .widget-area a { color: #ddd; }

    Regards,
    Sakin

    in reply to: Is it possible to extract slider to another WP theme? #45668
    Sakin
    Keymaster

    @kicia: It’s connected more 2 php files and 2 JS files. As it’s implemented thorough Theme Options panel and uses settings. I will give you the list of files
    1. jquery.cycle.all.js
    2. catchkathmandu-slider.js
    3. theme-options.php
    4. catchkathmandu-functions.php

    in reply to: Featured Slider Shifting content up and down #45651
    Sakin
    Keymaster

    @onceuponageek: Yes that’s because of using different image size. As per our theme instructions http://catchthemes.com/theme-instructions/catch-kathmandu/, we recommend the featured slider image to be Width: 1280px and Height: 550px. Or at least all image sizes has to be same size.

    Sorry, this cannot be fixed without changing image size as this is responsive design where we have to adjust the height and width as per the screensize.

    in reply to: Is it possible to extract slider to another WP theme? #45650
    Sakin
    Keymaster

    @kicia: Yes you can merge two free theme if you know the WordPress Coding. As this level of support is not not provided by us. But you can try our partner using hire a customizer at http://catchthemes.com/hire-customizer/

    in reply to: Selecting post categories for blog page #45649
    Sakin
    Keymaster

    @toces: Oh that is not possible with the blog template. That template is just defined to if you want your page to be blog and you can only make that page template universal. So, the you cannot choose in different pages.

    This falls under plugin territory and you might want to search for plugin at http://wordpress.org/plugins/. You can check out https://wordpress.org/plugins/single-categories/ and https://wordpress.org/plugins/posts-for-page/

    in reply to: Footer not showing #45648
    Sakin
    Keymaster

    @mariavandyke: It’s ok and I am glad that you found it.

    in reply to: Add Margin Space to Main Content Area #45647
    Sakin
    Keymaster

    @rojtalbot: Not it will not add margin to your logo. How can that be possible? I give you CSS to remove the padding top of the main wrapper and it has nothing to do with the margin of your logo. Can you show me how it adds margin.

    in reply to: Footer not showing #45619
    Sakin
    Keymaster

    @mariavandyke: It’s still the same. Nothing has been change. you don’t have footer.php.

    in reply to: hover color css in sidebar widget #45617
    Sakin
    Keymaster

    @Peter: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Widget Link Hover Color */
    .widget-area .widget a:hover {
        color: #e17c05;
    }
    /* For Slider Controller Color */
    #controllers a:hover, 
    #controllers a.active {
        background-color: #e17c05;
    }
    /* For Content Link Bold */
    #content a { 
        font-weight: bold;
    }
    /* For Content Link hover remove underline */
    #content a:hover { 
        text-decoration: none;
    }
Viewing 20 posts - 6,141 through 6,160 (of 14,497 total)