Forum Replies Created

Viewing 20 posts - 14,341 through 14,360 (of 14,499 total)
  • Author
    Posts
  • in reply to: Full page display not working #1999
    Sakin
    Keymaster

    Just update to latest version to fix this issue.

    in reply to: Content Display error after update #1998
    Sakin
    Keymaster

    Just update to latest version to fix this issue.

    Sakin
    Keymaster

    @Waterfords Auction: About this I see that there is bug and will fix that link. But that link will actually send you to the Theme Options in your WordPress dashboard. So, you can go directly.

    But to select the page layout individually, you you just select the layout where there is option to select from “No sidebar, No Sidebar full width, No Sidebar One Column, Left Sidebar and Right Sidebar”.

    in reply to: Change font size h1 and h2 tag #1996
    Sakin
    Keymaster

    You can just add the css in the “Custom CSS” box in your Theme Options in WordPress Dashboard.

    For h1 you can change the font size as:

    h1 {
    font-size: 32px;
    }

    Same goes with h2.

    in reply to: Help with Changing Header Logo #1995
    Sakin
    Keymaster

    @berry105: Sorry looks like I missed your support forum thread. Uploading and changing the Header logo in not a problem. You can just change it from your Theme Options. If there is problem then can you send me your site URL. Also try updating the theme and check it.

    in reply to: catch-box: I can't change the default layout anymore #1994
    Sakin
    Keymaster

    Hi Christophe,

    Yes I see that and have already fixed that issue in the latest version. Just update your theme and your are done.

    Regards,
    Sakin

    in reply to: Changing Header bg color #1993
    Sakin
    Keymaster

    @smgrayson8: The grey background in from the background image defined in #header css. So, you can add in custom css in “Custom CSS” box in your theme option under Appearance Tab of your WordPress Dashboard.

    For example to change the color you can do like this:

    #header {
    background: none #000;
    }

    in reply to: Display sidebar on Error 404 page #1992
    Sakin
    Keymaster

    @gadgetxpert: This is more of customizing theme. For this you need to have good knowledge of child theme and css.

    For this you need to create a child theme of Simple Catch Theme and then edit the 404.php in your child theme. You have to add in

    <?php get_sidebar(); ?>

    after content and add in style.css where you need to add in float left to .no-sidebar div.col8, .error404 div.col8

    in reply to: Changing header colour section to white. #1991
    Sakin
    Keymaster

    @gadgetxpert: About the question regarding logo section white. I am bit confused,. I guess you want your header grey background to be removed. If that is the case then you can add the following css in the “Custom CSS” box in your Theme Option under Appearance tab of WordPress Dashboard:

    #header {
    background: none;
    }

    Yes there will be updates of the theme. But for the border around the search box you can add it through css. For example as below in your “Custom CSS” box:

    #header .social-search form.searchform {
    border: 1px solid #000;
    margin-top: 20px;
    padding-top: 0;
    }

    about your last question: Also, and sorry for being a nag I have autism; When you click on a post, it highlights in the menu, can I stop this? can you tell me why you want to remove this. This is default in the standard theme.

    Also for more please use different forum thread for different questions and also please add in your site URL whenever you are asking for support.

    in reply to: Footer won't change #1989
    Sakin
    Keymaster

    @jcdSF: Please delete the old theme and then upload the latest version. There might be some conflict with older version. From version 1.2.4 we have added the update notifier. Sorry for the trouble.

    in reply to: Reduce Header Height #1986
    Sakin
    Keymaster

    @mufias: You can use the following css to hide the search form in the header.

    #header-content .searchform {
    display: none;
    }

    About reducing the height of the header. You need to tell me exactly how much you want to decrease and if possible send me the design.

    in reply to: Blog page – featured slider #1930
    Sakin
    Keymaster

    @regalaffair: you can use the same. We will add this fix in new version update. thanks for reporting bug.

    in reply to: Removing the Slider from blog page if using static front page #1928
    Sakin
    Keymaster

    @ntillman: We need to add the option for enabling and disabling slider. We will look in for future update. For now you can just hide it using the css. Add the following css in “Custom CSS” box in Theme Options under Appearance Tab in your WordPress Dashboard:
    .blog .featured-slider, .blog #controllers {
    display:none;
    }

    in reply to: Catcbox custom CSS tweaks #1926
    Sakin
    Keymaster

    @gadgetxpert: yes updates are always needed for all the theme and we will update it as per the fixes and the features.

    Please add different thread for different questions. If you are looking for customization then use the Hire a Customizer.

    in reply to: Blog page – featured slider #1925
    Sakin
    Keymaster

    @dpmaki: Hum that’s really strange. I will have my support team look at it. I don’t know why it is showing in you site. But for a quick fix until we release the new version. You can add the following css in the “Custom CSS” box in your Theme Options.

    .blog .featured-slider {
    display: none;
    }

    in reply to: Catcbox custom CSS tweaks #1907
    Sakin
    Keymaster

    @gadgetxpert: There is so many question. Form next time please ask one question in one forum thread. So, that it is easy for us to answer it.

    1. Logo Clickable: Just add the following CSS in Custom CSS box in Theme Options under Appearance Tab in your WordPress dashboard.

    #site-logo a {
    display: inline-block;
    }

    2. Featured image will be same size if you upload the larger image.

    3. to remove the top gap. just add the following css:

    body {
    padding-top: 0;
    }

    4. to remove the bottom gap. just add the following css:

    #page {
    margin-bottom: 0;
    }

    5. To disable tablet and mobile friendly themes you need to do manually from header.php and it is not recommended.

    in reply to: How to create a child theme of Simple Catch Pro (Premium)? #1906
    Sakin
    Keymaster

    @Waterfords Auction: Sorry for the late response. But if you want the faster response then you can use the support ticket. It’s great that you fixed it.

    in reply to: How To Set A Page As Home #1902
    Sakin
    Keymaster

    @dpmaki: you can just setup through “Settings -> Reading”. Then select A static page and select the page you want to keep it as homepage. Then click on Save changes.

    in reply to: Reduce Header Height #1901
    Sakin
    Keymaster

    @mufias: Send me your site URl and I will send you the custom CSS to reduce the height.

    in reply to: Footer won't change #1900
    Sakin
    Keymaster

    @jcdSF: We found the issue with the update notifier. We have just updated the Simple Catch Pro to version 1.2.4. Where we fixed the update notifier and few css.

Viewing 20 posts - 14,341 through 14,360 (of 14,499 total)