Forum Replies Created

Viewing 20 posts - 14,341 through 14,360 (of 14,493 total)
  • Author
    Posts
  • 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.

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

    @dpmaki: Can you download the latest version of Simple Catch Pro from your account in Catch Themes and then upload it. If this latest version doesn’t fix it then I will need to check in with you. So, let me know the status.

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

    @jcdSF: It will say that only if your current style.css has version 1.2.3. Yes, there won’t be any effect if you delete and upload the latest version.

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

    @dpmaki: can you send me your site url. It’s little strange.

    in reply to: Stop Stripping from Excerpts #1870
    Sakin
    Keymaster

    @Monica: We are sorry that the function you ask in beyond the scope and design and Simple Catch Theme. That is why you need to do the customization work. Each theme has it’s own scope and limitations.

    in reply to: Problem with youtube in excerpt #1609
    Sakin
    Keymaster

    @MyKE: sorry there is not option like that for now. will think about it.

    in reply to: Problem with youtube in excerpt #1607
    Sakin
    Keymaster

    @MyKE: The latest version is 1.2.3. But I don’t understand what is the problem with the site. Yes youtube video won’t show on front page as this is blog view. and for the excerpt length. Go to “Theme Options -> Theme Settings -> Excerpt / More Tag Settings and change the value in Excerpt Length.

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