Forum Replies Created

Viewing 20 posts - 14,321 through 14,340 (of 14,488 total)
  • Author
    Posts
  • in reply to: Slider content not showing after update #2034
    Sakin
    Keymaster

    @dvmachado: Oh you just have to add Post ID’s without any #. Just ID number. But the design is yours now and how can I help you with as I don’t know your modification. So, I recommend you hiring a customizer.

    in reply to: Slider content not showing after update #2032
    Sakin
    Keymaster

    @dvmachado: Can you send me your Site URL

    in reply to: Chage text direction to Right-to-Left #2016
    Sakin
    Keymaster
    in reply to: Previous/Next Pages Nav #2015
    Sakin
    Keymaster
    in reply to: Disabling frame around images. #2012
    Sakin
    Keymaster

    @gadgetxpert: to remove the frame in the image. See below:

    img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail {
    border: none;
    }

    in reply to: Disabling featured images; #2011
    Sakin
    Keymaster

    @gadgetxpert: to remove that I need to look at your site. You may use the code to remove it by building child theme or you can just use custom css to hide it.

    in reply to: last four questions #2010
    Sakin
    Keymaster

    @gadgetxpert: You are really making me confused by asking all question together. Can you just create one question at a time in one forum thread and create another and so on. Also, I can only tell you about the simple design change but for more you need to hire a customizer.

    in reply to: Make Posts full width without sidebar #2009
    Sakin
    Keymaster

    @mont: you can add the following css in the “Custom CSS” box in Theme Options under Appearance tab of your WordPress Dashboard:

    .single-post #primary {
    margin: 0;
    }
    .single-post #content {
    margin: 0 3%;
    width: 94%;
    }

    in reply to: Previous/Next Pages Nav #2008
    Sakin
    Keymaster

    @hrcwebmaster: I am not getting what you mean. But first can you send me your site URL and the page link. Then you can paste the code in http://pastebin.com/ and send me the url of code.

    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.

Viewing 20 posts - 14,321 through 14,340 (of 14,488 total)