Forum Replies Created

Viewing 20 posts - 12,541 through 12,560 (of 14,507 total)
  • Author
    Posts
  • in reply to: Hover options #8193
    Sakin
    Keymaster

    @Potzas: I think you have added the Featured Image. Why don’t you remove the links for that from your Theme Options panel.

    in reply to: Theme Options Panel – Pro version #8192
    Sakin
    Keymaster

    @karinschultz: Sorry I don’t understand your question.

    in reply to: Hover options #8190
    Sakin
    Keymaster

    @Potzas: Again your site in locked in. Which images are you talking about? If you are talking about changes in code then you might want to look for developer at http://jobs.wordpress.net/

    in reply to: Feature Slider image #8187
    Sakin
    Keymaster

    @kalalilys: Then remove the Featured Image from the post.

    in reply to: Glitch in mobile menu? #8186
    Sakin
    Keymaster

    @jocatman: Yes I understand your concern. But it’s the trend in the WordPress that I am following. Then how do you separate the Submenu pages.

    Now you site http://www.olleydesign.com/ doesn’t have submenu so it doesn’t have –

    in reply to: Font change #8182
    Sakin
    Keymaster

    @cara: Just upgrade to Catch Everest Pro theme and then you will gave option to change the fonts and also easy way to edit the Header right section where you have option to user Header Right Sidebar.

    But for now, if you want to hide the Search box in header, then just add the following CSS in “Appearance => Theme Options => Custom CSS”.
    #header-right .widget_search { display: none; }

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

    Yes it won’t affect the SEO.

    in reply to: Feature Slider image #8180
    Sakin
    Keymaster

    @kalalilys: You are showing excerpt view only. So, what is your question. I don’t understand it.

    in reply to: Hover options #8177
    Sakin
    Keymaster

    @Potzas: Please take a help from CSS developer. I have send you the css for hover and active. You can change that.

    You told me to remove the fading that is why I send you the css for hover remove in the image.

    I am not getting you.

    in reply to: Glitch in mobile menu? #8176
    Sakin
    Keymaster

    @jocatman: Your theme is not updated. I checked your style.css and it still show version 1.1.1 where your site is supposed to be version 1.2 that is why it is showing menu.

    About the – . All the submenu will be displayed as – to show it is child menu. if further submenu then it will be — and goes on.

    Please update all files.

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

    @bluezelia: If you wan to hide in all pages then replace the above css with the following CSS in “Appearance => Theme Options => Custom CSS” box.
    footer.entry-meta { display: none; }

    in reply to: Footer and White Space #8173
    Sakin
    Keymaster

    @cheri.schneider: There is empty main wrapper in homepage. You should have just disable homepage or just add the following css in “Appearance => Theme Options => Custom CSS” box.
    .home #main { display: none; }

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

    @justinillig:

    Add the following CSS in “Appearance => Theme Options => Custom CSS” box in order to remove the border in the pages.
    .page .site-content article { border: none; }

    Add the following CSS in “Appearance => Theme Options => Custom CSS” box in order to adjust the padding in the top and bottom of footer.
    #site-generator .site-info { padding-top: 50px; padding-bottom: 50px; }

    in reply to: Hover options #8151
    Sakin
    Keymaster

    @Potzas: That is for active menu so you can add this 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 { background-color: transparent; }

    in reply to: HEADER COLOR #8150
    Sakin
    Keymaster

    @saratina: It’s because of WP-Super-Cache plugin. You need to clear the cache from the setting and it will be fine.

    in reply to: Font change #8148
    Sakin
    Keymaster

    @cara: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator { background-color: #fff; }

    in reply to: Hover options #8147
    Sakin
    Keymaster

    For hover remove in the image.
    #hgroup-wrap a:hover img,
    .featured-image a:hover img,
    .entry-content a:hover img,
    .comment-content a:hover img,
    .widget a:hover img,
    a:hover img.header-image,
    .author-avatar a:hover img,
    a:hover img.wp-post-image {
    opacity: 1;
    }

    But I don’t understand the menu issues you are having. I see that you have already changed the colors in menus.

    in reply to: Feature Slider image #8146
    Sakin
    Keymaster

    @kalalilys: Yes free and pro version both can be use as Custom Menu. You can add it through “Appearance => Menus”. See this for more detail on Custom Menus http://en.support.wordpress.com/menus/

    in reply to: Glitch in mobile menu? #8143
    Sakin
    Keymaster

    @jocatman: Looks like you are trying to upload through Admin panel in WordPress.

    You can just activate the “Catch Everest Free” Theme and then delete the current Catch Everest Pro version. Then upload the new version as the new theme installation.

    in reply to: Hover options #8141
    Sakin
    Keymaster

    @Potzas: I need to check your site.

Viewing 20 posts - 12,541 through 12,560 (of 14,507 total)