Viewing 20 posts - 21 through 40 (of 49 total)
  • Author
    Posts
  • #29470

    Sakin,
    thanks – now ALL works great!

    #29589

    Hello Sakin,

    could you suggest how to remove “Continue reading” on the featured post slider (main page)? Thanks!

    Yuliya

    #29704
    Sakin
    Keymaster

    Hello Yuliya,

    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide continue reading in slider.
    #main-slider .more-link { display: none; }

    Regards,
    Sakin

    #30623
    real_makkoy
    Participant

    Hello,
    Please I would like to remove the featured image from the top of this post. so that it only shows in the slider and not the post. please help

    http://makkoy.com/makkoy-client-testimonial/

    #30634
    Sakin
    Keymaster

    @real_makkoy: You can edit that post and you will see “Catch Everest Options” below you post editor where you can disable featured content header image from “Content Featured Image Options”

    #31359
    helen
    Participant

    Hi Sakin

    I have added to the Custom CSS: #hgroup-wrap, #site-logo { padding 0; }
    But I still have a lot of white space between the header image and the menu bar
    My url is http://www.mesmerizecandles.com
    Any help to get rid of this white space would be gratefully received
    Cheers
    H

    #31360
    helen
    Participant

    NB That was a typo, should be colon after padding

    #31462
    Sakin
    Keymaster

    @helen: You have Search in header right section and you can disable that from “Appearance => Theme Options => Header Right Section”.

    #31481
    helen
    Participant

    Cheers Sakin, it’s looking great X

    #32480
    kk078914
    Member

    Hi,

    I’ve recently updated the theme to the latest version and a white space has appeared to the featured post slider. I also get a transparent space after the subpages (e.g. subpages of ‘Courses’ and ‘Industry’). Furthermore, after the update, the search bar appears to be distorted.

    It appears following the recent update my site has shifted slightly to the right.

    Any help would be greatly appreciated.

    Website: http://hcict.net/degree/kk078914/

    #32487
    Sakin
    Keymaster

    @kk078914: This is not because of theme update. If you have theme update only then it will look like our demo page http://catchthemes.com/demo/catch-everest/

    But I see that there is conflicting CSS added in you site. For example http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css?ver=3.1.1. Why are you add Bootstrap. Remove this and it will work fine.

    #32510
    kk078914
    Member

    Thank you for your prompt response.

    Could you please suggest how to go about taking out the bootstrap from my website?

    I don’t even know how I’ve added it in the first place. Is it somewhere within the Editor?

    Thanks

    #32511
    Sakin
    Keymaster

    @kk078914: I also don’t know about that. Maybe it come from one of your plugins. Try checking in by disabling your plugin one by one.

    #32512
    kk078914
    Member

    You wouldn’t believe it but the first plugin I disabled did it…

    It was a plugin called ‘Askupa Twitter Feed (Demo)’ if anyone else has similar problem. I wasn’t using the plugin anyway so happy days!

    Thanks again Sakin! 🙂

    #32513
    Sakin
    Keymaster

    @kk078914: Thanks you found it. It’s a strange plugin when it needs to add whole bootstrap css. Strange.

    #33138

    Hi Sakin,

    I currently have catch Everest free version, but I’m considering to buy Catch Mustang.

    2 questions:
    I have two sites -can I purchase theme once and use it for 2 of my sites?
    Does catch mustang allow for easy multi language adaptation?

    Thanks.
    Yuliya

    #33163
    Sakin
    Keymaster

    Hi Yuliya,

    1. Yes, you can use the theme in your two sites. You can use it for unlimited sites that you own. You are just not allowed to resell or redistribute it.
    2. For Multi Language plugin like WMPL and qTranslate, I recommend to use Catch Everest Pro, Catch Kathmandu Pro and Catch Evolution Pro at this stage. These theme are WPML and qTranslate plugin ready.

    Regards,
    Sakin

    #33320

    Hello Sakin,

    I have purchased catch mustang for the site http://www.3bulavki.com.ua & quite happy with it. Could you please help me with some adaptation:
    1. How to reduce space above and below logo?
    2. Is it possible to increase a text size on header right widget (where I have a phone number)?
    3. Very important: can I remove page names on individual pages (because they fall exactly on ornament strip – pls. see http://www.3bulavki.com.ua)? Or another solution – print the on some background (black of white)…

    Thanks.
    Yuliya

    #33326
    Sakin
    Keymaster

    Hello Yuliya,

    1. How to reduce space above and below logo?
    — For this, you can adjust the padding as per you need need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #header-content { padding-top: 50px; padding-bottom: 30px; }
    #site-logo { padding-bottom: 20px; }

    2. Is it possible to increase a text size on header right widget (where I have a phone number)?
    — You can add the following css in “Appearance => Theme Options => Custom CSS” box. If needed you can increase the size more.
    #sidebar-header .widget_text { font-size: 16px; }

    3. Very important: can I remove page names on individual pages (because they fall exactly on ornament strip – pls. see http://www.3bulavki.com.ua)? Or another solution – print the on some background (black of white)…
    — You can either add white background by adding in following css in “Appearance => Theme Options => Custom CSS” box.
    #main { background-color: #fff; }
    or hide with the following css
    .page .entry-header { visibility: hidden; }
    or you can just add background in page title
    .page .entry-header { background-color: #fff; }

    Regards,
    Sakin

    #33471

    Sakin,

    thanks – all your recommendations worked!

    regarding #3 above: I now have same problem with testimonials – how to remove page title (name of person in this case) for testimonial page?

    Also: I added 4 widgets on main page (www.3bulavki.com.ua) and I’d like to remove “Read more” (or change into local language), and all 4 widgets (columns) have different length, so they look odd. Could we make them equal?

    Thanks!
    Yuliya

Viewing 20 posts - 21 through 40 (of 49 total)
  • The topic ‘Reduce and remove empty space’ is closed to new replies.