Forum Replies Created

Viewing 20 posts - 11,561 through 11,580 (of 14,509 total)
  • Author
    Posts
  • in reply to: 503 SERVICE UNAVAILABLE #11441
    Sakin
    Keymaster

    @vickygeek: This is server error so you should contact your hosing server for support.

    in reply to: featured image slider text #11440
    Sakin
    Keymaster

    @heatherlb: Please add in your site URL. If you have latest version, then it should have been fine. Did you clear your browser cache and checked in.

    in reply to: Header featured homepage not showing #11439
    Sakin
    Keymaster

    @Davide: I see that you are using Catch Everest Pro theme and you have issue adding in the Featured Slider.

    To add Featured Slider. Go to “Appearance => Featured Slider”. Then you will see this type of Slider Options https://pinterest.com/pin/548594798329509357/.

    So, now you can choose which type of slider you want. For easy option, just select the “Image Slider” and then in “Featured Image Slider Options”. Just upload the image and details as per your need.

    For more about the slider. See the theme instruction at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Messed up Header .PHP code – Please Help! #11430
    Sakin
    Keymaster

    @new2simplecatch: We don’t recommend to change the any theme core files as it will be reverted back when you update the theme. The best option to modify theme will be through Theme Options panel and child theme.

    You haven’t send me your site URL so I am just assuming that you are using Simple Catch Free theme as you have posted in Simple Catch Forum.

    To get the files of Simple Catch you can go to svn http://themes.svn.wordpress.org/simple-catch/ and select the version you are using and then click on the file you want.

    in reply to: How to show uncategorized post #11429
    Sakin
    Keymaster

    @dunsparth: My default it should show all the category post in your blog. Can you check the setting at “Appearance => Theme Options => Homepage/Frontpage Category Settings”.

    Also post your site url so that I can check in.

    in reply to: Header featured homepage not showing #11428
    Sakin
    Keymaster

    @davide: The demo page http://catchthemes.com/demo/catch-everest/ haven’t use any header image. This page uses the header text. You can change that from “Appearance => Header”.

    Can you send me your site URL?

    in reply to: headline resize #11427
    Sakin
    Keymaster

    @vickygeek: The font family option is only there in Catch Everest Pro. For font size, the site is build in responsive design and will change the font size as the screen sizes changes. So, we don’t recommend to change the font size.

    Can you send me your site URL and tell me where you want to change the font size.

    in reply to: Hover color of the menu items #11416
    Sakin
    Keymaster

    @rwaki: You can just change the color code in the following CSS and add it in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu ul a {
        background-color: #222;
    }
    in reply to: Adjusting Contect Width #11393
    Sakin
    Keymaster

    @Dan: The content width is 642px

    To add the ads automatically to all posts. You need to build child theme and then copy content.php in your child theme and add the ads code over there.

    in reply to: Mini Nav Styling #11392
    Sakin
    Keymaster

    @s-design: Your code is fine. No there is no option, you need to edit that file in child theme.

    in reply to: Chrome Browser Issue #11391
    Sakin
    Keymaster

    @donal.leader: I think it’s Cache issue in your Chrome browser. Can you clear your cache and refresh your browser. As I see it’s all fine in my Chrome…

    in reply to: Adjusting header border #11390
    Sakin
    Keymaster

    @speedie: You can add the following css.

    #header-right #s {
        background-color: #3a3d41;
        color: #fff;
    }
    in reply to: Adjusting header border #11378
    Sakin
    Keymaster

    @speedie: You can change the background color of the header by adding the following CSS in “Appearance => Theme Options => Custom CSS box.

    #hgroup-wrap {
        background-color: #fefb00;
    }
    in reply to: Customise bullets #11369
    Sakin
    Keymaster

    @Potzas: Ah Cool. Happy Home 🙂

    in reply to: Adjusting header border #11367
    Sakin
    Keymaster

    @speedie: Post your site URL. So, that I can send you the code.

    in reply to: Adjusting Contect Width #11366
    Sakin
    Keymaster

    @Dan: Adjusting the overall width of the site for Simple Catch might be problem, when you are viewing the site in lower screen size.

    in reply to: embed youtube in featured content #11365
    Sakin
    Keymaster

    See this screenshot of embed code http://pinterest.com/pin/548594798329798864/

    in reply to: Logo Header Spacing Issue #11364
    Sakin
    Keymaster

    @mjcorder: There is already issue with your custom css that will have issue in your mobile devices.
    I don’t see the use of following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header .layout-978 { position: relative; }
    #header .logo-wrap { margin-top: 20px; }
    #header .social-search { margin-top: 0px; padding-right: 0; position: absolute; right: 0; top: 0; }
    #header-left { float: none; }
    #site-logo { float: none; text-align: center; }
    #site-logo a { display: inline-block; }
    @media screen and (max-width: 960px) { #header-left { padding-left: 28%; } }

    But yes the following css is fine.

    #header-right .widget_search { display: none; }
    #site-logo { padding-top: 20px; }
    #hgroup-wrap { padding-bottom: 0px; }
    body { padding-top: 0; }
    .home #primary .entry-header { display: none; }
    #main-slider .entry-container { display: none; }
    .no-sidebar #primary { width: 90%; }

    So, first correct this and then your logo will be in left and you will have social icons on right so, there won’t be much space.

    in reply to: Customise bullets #11362
    Sakin
    Keymaster

    @Potzas: Great it worked for you and I appreciate your response. You are too fast.

    in reply to: Show post title in category pages #11358
    Sakin
    Keymaster

    @donestefano71: Can you send me your Site URL? So, that I can look in your css customization.

Viewing 20 posts - 11,561 through 11,580 (of 14,509 total)