Forum Replies Created

Viewing 20 posts - 6,141 through 6,160 (of 14,505 total)
  • Author
    Posts
  • in reply to: Get rid of "The comments are closed" #45774
    Sakin
    Keymaster

    @Adri54: Just add the following css in “Appearance => Theme Options => Custom CSS” box.
    .nocomments { display: none; }

    in reply to: Header for different pages #45773
    Sakin
    Keymaster

    @Joaozinho: Ok go to “Appearance => Theme Options => Header Featured Image Options” and in “Enable Featured Header Image”, just select “Entire Site, Page/Post Featured Image”. This will make your default header image throughout the site and for those page/page, where you have added in Featured Image, this featured image will replace the default header image.

    in reply to: How many ads am I able to put on the side of a page? #45771
    Sakin
    Keymaster

    @ToddWilliam: It’s totally your decision. You can add more ads codes or any other widgets you want.

    in reply to: Catch Theme – How do I verify my site is working properly? #45770
    Sakin
    Keymaster

    @ToddWilliam: What are you trying to verify and depending on the instruction, you need to add the code. If it asked to add the verify code in your header before </head> code. Then you need to add that verification code in “Appearance => Theme Options => Webmaster Tools => Code to display on Header”.

    I see that you have activated WP-Super-Cache plugin in your site. So, after you add the verification code, you need to go to WP-Super-Cache plugin settings and delete the cache.

    Sakin
    Keymaster

    @ToddWilliam: You can select the categories form where you want to show the post in the main page. Go to “Appearance => Theme Options => Homepage / Frontpage Category Settings” and select the categories and save changes.

    in reply to: increasing file size limit? #45767
    Sakin
    Keymaster

    @EdG: Same ask your hosting server to increase it further.

    in reply to: Blank space above header image #45766
    Sakin
    Keymaster

    @fluegasknowhow: I have already suggested you to replace that css. See my previous reply.

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

    @rojtalbot: If you want that then, find the following css in your custom css
    #hgroup-wrap { padding-bottom: 0; }

    And then replace it with the following
    #hgroup-wrap { padding: 0; }

    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

Viewing 20 posts - 6,141 through 6,160 (of 14,505 total)