Forum Replies Created

Viewing 20 posts - 11,141 through 11,160 (of 14,502 total)
  • Author
    Posts
  • in reply to: Reduce and remove empty space #12632
    Sakin
    Keymaster

    @kapo_e: I see that you have added the following css in “Appearance => Theme Options => Custom CSS” box.
    #site-logo, #hgroup { padding-top: 30px; padding-bottom: 0px;}

    You can just add the following css instead
    #site-logo { padding-top: 5px; }

    in reply to: social icons UPON the header featured image #12631
    Sakin
    Keymaster

    @businessbabes: Thanks for your screenshot. But I need to check in your site as why it is not working as per the demo site. Have customize any CSS?

    in reply to: Width of Categories & Archive bar #12629
    Sakin
    Keymaster

    @k.capelli: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box
    #secondary .widget select { width: 300px; }

    in reply to: Responsive Header & Width #12628
    Sakin
    Keymaster

    @maklbacon: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box

    @media screen and (max-width: 767px) {
    #header-right .widget { display: inline; float: left; }
    #header-right .widget_search { clear: none; margin-left: 10px; }
    .header-sidebar #s:focus { width: 72px; }
    }
    in reply to: Reduce and remove empty space #12608
    Sakin
    Keymaster

    @PierreLuc3E: For site logo the following css should work.
    #site-logo, #hgroup { padding-top: 0; }

    in reply to: Width of Categories & Archive bar #12605
    Sakin
    Keymaster

    @k.capelli: Can you send me your site URL and explain in detail about the width of drop down.

    in reply to: Image From URL #12604
    Sakin
    Keymaster

    @aaronborrego: You need to upload the image from your post and set it as “featured image”. See this screenshot http://pinterest.com/pin/548594798329948788/

    For more read about featured image at http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    in reply to: Homepage Featured Content Options #12603
    Sakin
    Keymaster

    @jbprins: can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    #featured-post img { box-shadow: none; }

    in reply to: social icons UPON the header featured image #12602
    Sakin
    Keymaster

    @businessbabes: Thanks for your appreciation

    1. You can add social icons only in various Sidebars, such as header top sidebar, header right sidebar, main sidebar, footer sidebar and all. But for other places you need to build child theme and add though action hook. So, for this you might need to hire developer to customize it for your.

    2. Catch Everest Pro doesn’t have breadcrumbs by default. So, it must be though plugin. Just disable the Breadcrumb plugin.

    3. I don’t understand this. Can you upload the screenshot image anywhere and send me the link of screenshot describing the area that you want to diminish.

    4. It has active as well see the demo http://catchthemes.com/demo/catch-everest/

    It’s very difficult for me to support you without the site URL. So, best option will be to upload it in demo sever and send me the site URL.

    in reply to: Full width #12601
    Sakin
    Keymaster

    @Marianne: Featured Post Slider has the limitation of 987px width. So, you can just make it full width. For this first you need to have larger image in the post and then customize the css. So, better hire developer for this task.

    in reply to: Reduce and remove empty space #12600
    Sakin
    Keymaster

    @PierreLuc3E: Modifying Catch Everest Free Theme. But it depends on how you have used Catch Everest in your Theme.
    1 – remove the grey band above the Header
    — You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .site { margin-top: 0; }
    2 – reduce the white space before and after the Logo
    — You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #site-logo { padding-top: 0; }
    #hgroup-wrap { padding-bottom: 0; }

    3 – reduce the white space before and after the Featured Post Slider
    — For this I need your site URL
    4 – reduce the white space before and after the Homepage Headline
    — You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #homepage-message { margin-top: 0; }

    in reply to: Upgraded Theme #12592
    Sakin
    Keymaster

    @Anusha: You can download the previous version but previous version also will not have your edited file. That is why you should never customize core theme files.

    in reply to: Upgraded Theme #12588
    Sakin
    Keymaster

    @Anusha: Oh you shouldn’t change any core theme files like style.css, functions.php, index.php and all. As all the customization made in core theme files will be reverted back to the latest version when you update the theme. So, all the customization should be done through Theme Options panel. For CSS changes you can add it in “Appearance => Theme Options => Custom CSS” box. Further, if you want to customize the functions then you need to build child theme and edit the function.

    in reply to: Creating Child Theme for Simple Catch Pro #12584
    Sakin
    Keymaster

    @k.capelli: the site now looks fine to me. Can you refresh your browser to clear the cache and you will see your site as fine.

    in reply to: Creating Child Theme for Simple Catch Pro #12580
    Sakin
    Keymaster

    @k.capelli: I couldn’t find the style.css of your child theme http://www.thelostlondoner.com/wp-content/themes/Simplecatchprochild/style.css

    Maybe your server doesn’t take capital letter. So, can you change your child theme directory from Simplecatchprochild to simple-catch-pro-child

    in reply to: Home page: Second language #12574
    Sakin
    Keymaster

    @richemont: Can you ask in qTranslate plugin forum and let me know what plugin author tell you to do it.

    in reply to: Rss Feed #12573
    Sakin
    Keymaster

    @Bill Pagonas: Sorry I don’t have this answer. Maybe try in WordPress Forum at http://wordpress.org/support/forum/plugins-and-hacks where there will be lot of people trying to answer your question

    in reply to: Logo positioning issue #12572
    Sakin
    Keymaster

    @richemont: The logo is positioned though padding so you have to adjust that. For left you have to reduce the padding left and for top you need to reduce padding top.
    So, adjust the padding as per you need and add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For left padding */
    #hgroup-wrap { padding-left: 50px; }
    /* For top padding */
    #site-logo { padding-top: 50px; }
    in reply to: Creating Child Theme for Simple Catch Pro #12571
    Sakin
    Keymaster

    @k.capelli: Your style.css of child theme looks fine. Do you have Simple Catch Pro theme there was well. The site come blank with text all over the place, only when the child theme doesn’t find the parent theme style.css

    Can you activate your child theme and send me your site URL?

    in reply to: Header right section #12570
    Sakin
    Keymaster

    @Yennyram: You are option to add text in header right section only in Catch Everest Pro theme. There are lot more cool features, see this http://catchthemes.com/theme-instructions/catch-everest-pro/

Viewing 20 posts - 11,141 through 11,160 (of 14,502 total)