Forum Replies Created

Viewing 20 posts - 11,561 through 11,580 (of 14,498 total)
  • Author
    Posts
  • 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.

    in reply to: Customise bullets #11357
    Sakin
    Keymaster

    There was issue with your css. I have fixed it. You can copy from here. There was css issue in bullet css.
    http://pastebin.com/Ei4rmvau

    in reply to: Widget-Title #11356
    Sakin
    Keymaster

    @donal.leader: Are you using the older version of WordPress as the Blogroll widgets has been removed from the WordPress version 3.5 onwards. It is not safe to use older version of WordPress.

    See this: http://wordpress.org/support/topic/links-and-blogroll-widgets-missing

    That is why I recommend you to use “Custom Menu” widget. For this, you have to build the new menu through “Appearance => Menus” there you can add your links. Then you can do to “Appearance => Widgets” and add the your menu thorough Custom Menu widgets.

    See this for Menu: http://en.support.wordpress.com/menus/
    See this for Custom Menu Widget: http://en.support.wordpress.com/widgets/custom-menu-widget/

    in reply to: Center Featured Content Text #11355
    Sakin
    Keymaster

    @saludypaz: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #featured-post .post { text-align: center; }

    in reply to: Chrome Browser Issue #11354
    Sakin
    Keymaster

    @donal.leader: We also check in the though Mac Chrome. It looks fine on your site. Can you send me your screenshot?

    in reply to: Featured Slider Questions #11352
    Sakin
    Keymaster

    @jackwagon: I don’t get it what you mean. You can enable it back.

    in reply to: Customise bullets #11351
    Sakin
    Keymaster

    @Potzas: I check in your pastebin but it’s not opening. Can you check in the URL.

    in reply to: remove standard praying wheels… #11350
    Sakin
    Keymaster

    @mjcorder: Once you upload the image. You will see “Insert into Post” button. See this screenshot http://pinterest.com/pin/548594798329798533/

    If you having problem with then, then you can just copy the image url and paste it in the url box.

    in reply to: Editing the footer #11349
    Sakin
    Keymaster

    @mjcorder: The Payment for our Premium and Pro theme goes like this.
    1. Once you make the payment, you can use the theme for lifetime
    2. There is manual optional renewal process after a year. This renewal is for the Support and Theme Updates. But if you don’t want this then you don’t need to renew it.

    in reply to: change " posted on" line in post #11348
    Sakin
    Keymaster

    @klhaight: Thanks for your appreciation.

    in reply to: Customise bullets #11327
    Sakin
    Keymaster

    @Potzas: Send me the complete code with the css for bullet. I think there is mistake.

    in reply to: Customise bullets #11321
    Sakin
    Keymaster

    @Potzas: There is problem with your first 3 lines.

    #header-menu { ubuntu; sans-serif }
    #header-menu ul.menu a { font-family: ubuntu, sans-serif; }
    #header-menu ul.menu a { text-transform: none; }

    Replace the above css to the following
    #header-menu ul.menu a { font-family: ubuntu, sans-serif; text-transform: none; }

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