Forum Replies Created

Viewing 20 posts - 12,561 through 12,580 (of 14,507 total)
  • Author
    Posts
  • in reply to: Glitch in mobile menu? #8139
    Sakin
    Keymaster

    @jocatman: For Catch Everest Pro theme, you can just update the theme to latest Version 1.2 and it will be fixed.

    in reply to: Responsive Custom Menu #8138
    Sakin
    Keymaster

    @jocatman: If you want fixed width and disable the Responsive Design then you can do that from “Appearance => Theme Options => Responsive Design”. Just check on “Disable Responsive Design”.

    in reply to: Remove This entry was posted in, remain tags #8137
    Sakin
    Keymaster

    @bluezelia: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .single footer.entry-meta { display: none; }

    in reply to: How to remove some things #8136
    Sakin
    Keymaster

    @impresnet: Thanks and it looks like it has issue with media query and max width. We will add the fixed in upcoming version.

    Can you check out demo page now in IE8?

    in reply to: How to remove some things #8133
    Sakin
    Keymaster

    @impresnet: Thanks and it looks like it has issue with media query and max width. We will add the fixed in upcoming version.

    Can you check out demo page now in IE8?

    in reply to: HEADER COLOR #8101
    Sakin
    Keymaster

    @saratina: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header .social-search { display: none; }

    in reply to: Change Permalink #8099
    Sakin
    Keymaster

    @jccaro: Where is your site map and what is the problem. This page http://familyancestree.com/untitled-6 is link page. You can edit this link page and adjust the link.

    This is not a theme issues.

    in reply to: Featured Content #8098
    Sakin
    Keymaster

    @Potzas: You image is too small for featured content. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #featured-post .post { text-align: center; }
    #featured-post figure { display: block; margin: 0 auto; width: 100px; }

    in reply to: Header and Foot Padding #8096
    Sakin
    Keymaster

    @justinillig: Just change the padding as per you need and add it in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap { padding-left: 50px; padding-bottom: 50px; }
    #site-logo { padding-top: 50px; }

    in reply to: HEADER COLOR #8094
    Sakin
    Keymaster

    @saratina: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header { background: none #FFFFFF; }

    in reply to: Drop Down Menus Not Working on iPad or iPhone #8093
    Sakin
    Keymaster

    @KellyMartin: Yes it is working fine.

    in reply to: Featured Content #8091
    Sakin
    Keymaster

    @Potzas: Yes for this I need to see your site so that I can understand what are you talking about.

    in reply to: Hover options #8090
    Sakin
    Keymaster

    @Potzas: I think you are talking about the menu active color. You can change he active background color and text color by changing the color code and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a, #colophon .menu .current-menu-item a { background-color: #000; color: #fff; }

    To have Featured Image without any link then user Featured Image Slider. Which you can do it from “Appearenance => Theme Options => Featured Slider => Slider Options”. Then select “Image Slider” and add the image you want without a link.

    in reply to: Logo Left of Site Title #8088
    Sakin
    Keymaster

    @specialkyo: This option in not there in Theme but you can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    hgroup.with-logo { clear: none; float: left; padding-left: 2rem; }

    in reply to: Featured Slider Text Box #8087
    Sakin
    Keymaster

    @specialkyo: If you are using Catch Everest Pro theme then you can use Featured Image Slier which you can select from “Appearance => Theme Options => Featured Slider”. Then Select slider type.

    In Featured Image Slider, you can just upload the image and no need to add any links.

    See theme instruction for more details http://catchthemes.com/theme-instructions/catch-everest/

    in reply to: Header and Foot Padding #8085
    Sakin
    Keymaster

    @justinillig: I don’t understand which padding you are talking about. Do you mean the margin above the header or above the header image.

    in reply to: Shadowed Images & Change Title Hover Color #8084
    Sakin
    Keymaster

    @rachellam:
    1. I can’t seem to change the blue hover color of the titles of posts and the recent posts/archive links on the right side bar.
    — Just change the color code in the following CSS and add it in “Appearance => Theme Options => Custom CSS”. box.
    .entry-header .entry-title a:hover { color: #0088cc; }
    .widget-area .widget a:hover { color: #0088cc; }

    2. I’d like to get rid of the shadows surrounding the three linked images on the sidebar so they blend with the white background.
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS”. box.
    #medias img { box-shadow: none; }

    in reply to: Cannot Disable Categories in Homepage/Frontpage Settings #8083
    Sakin
    Keymaster

    @mirokitong: Sorry I cannot check in from here. I need your site access. So, I will send your private email and you can follow up with me there.

    in reply to: Change Permalink #8082
    Sakin
    Keymaster

    @jccaro: You cannot just add extra link in the homepage. Homepage will always be your primary URL. If you add any base slug then it will add to all other pages as well.

    in reply to: text in page is cut off on right margin #8081
    Sakin
    Keymaster

    @craigcmd: Please remove the following CSS from your “Custom CSS” box and it will be fine.


    #primary {
    width: 535px;
    }

    #content {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    }

Viewing 20 posts - 12,561 through 12,580 (of 14,507 total)