Forum Replies Created

Viewing 20 posts - 12,701 through 12,720 (of 14,487 total)
  • Author
    Posts
  • in reply to: Blog page features image slider, can't disable #7630
    Sakin
    Keymaster

    @liontrackslux: Sorry I cannot check for unpublished site. Maybe you can upload in any demo url.

    in reply to: slider images width change randomly #7628
    Sakin
    Keymaster

    @Afsoon: I check your site and your uploaded image is this http://gazelledesignstudio.com/wp-content/uploads/2013/04/cropped-copy-cropped-gazelle-icon-+text-19.jpg which width is 600px and height is 113px.

    So, what is the issue there. Also I would like to tell you that there is padding around the image. So, can you tell me what are you trying to do. Maybe, you can upload the screenshot of what you want and past the link here.

    in reply to: Footer size and titles in slider #7627
    Sakin
    Keymaster

    @Ancestral0: Send me your site URL and the remaining questions. So, that I can check in your site and send you the code.

    in reply to: Featured Slider Text and Link #7626
    Sakin
    Keymaster

    @jsvoboda: The text in the featured post slider is the Title of the Post and the Excerpt of the post, which is auto from the content. But in WordPress you have excerpt box in the post from which you can further control the content. More about excerpt box http://en.support.wordpress.com/splitting-content/excerpts/

    in reply to: Featured Slider – Image leading to error page #7624
    Sakin
    Keymaster

    @nenepretty85: Great it’s solve. Thanks and you too have a nice day.

    in reply to: Problem: Header Top SideBar #7623
    Sakin
    Keymaster

    @obiokere: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box. This will make your background color of header right sidebar to transparent so it matched the background of header.
    `.sidebar-top .widget { background-color: transparent; }`

    in reply to: Header Help #7622
    Sakin
    Keymaster

    @eric.suth: Yes, but for that I need to check your site and see what is happening. So, post your site URL.

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

    @impresnet: It’s ok and I am sorry that I couldn’t understand properly. But now I am clear about it and here goes answer to your questions:

    1.- I want to remove as indicated in red. Or modify colors:
    — To remove the slider content. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `#main-slider .entry-container { display: none; }`

    2.- What I want is to leave the post and page to Full Width, like most of the themes. Is it possible?
    — Sorry the full width option is currently available only in Catch Everest Pro version.

    in reply to: Menu – Permalinks #7567
    Sakin
    Keymaster

    @karinschultz: In the menu bar, I want to change the “Home” to “Home Sweet Home”. No matter what I do, it will not allow me to do this.
    — To get flexibility with menu, user custom menu, build your own. Just to go “Appearance => Menu”. See this for more details http://en.support.wordpress.com/menus/. To add home just on Go to Page box, then click on “View All” tab and then, check “Home: Home” and add to menu. this will add home to top of your menu, then edit the label of Home to Home Sweet Home.

    in reply to: Header Top Sidebar #7565
    Sakin
    Keymaster

    @cbtoolkit: Add the widget in the header top sidebar and send me your site URL. Then I will check and give you the css code.

    in reply to: Changing Background Header #7564
    Sakin
    Keymaster

    @karinschultz: I don’t understand your request. Can you upload the screenshot in your site and send me the URL with the screenshot about what you want to do. Sorry for that.

    in reply to: Simple Catch Pro – Page questins #7563
    Sakin
    Keymaster

    @poornima.uk: You have added so many confusing css that is crating problem in alignment. For example this css
    `#main { padding-left: 90px; }`

    This is adding left padding in your content.

    in reply to: Post page not loading #7562
    Sakin
    Keymaster

    @trentbuzz: You have already added the categories under new menu at 6FK and so on. I mean these categories.

    in reply to: Different Menu Hover & Active Background Colors #7561
    Sakin
    Keymaster

    For text, change the color code in color.
    `
    /* For Active Menu */
    #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: #4385cd; color: #fff; text-decoration: underline; }
    `

    in reply to: Show excerpt #7560
    Sakin
    Keymaster
    in reply to: How to remove some things #7558
    Sakin
    Keymaster

    @impresnet: You can remove the slider the title, subtitle color and margin?
    — Do you mean to remove the title and subtitle text, or change the color or remove the margin. Can you send me screenshot what you want to do.

    It is possible in the post and pages change the margins of the text of them, because the text is plenty of space on the left and right.
    — If you are talking about the page http://www.impresnet.com/esc/EAO/?page_id=2. You have choose page without sidebar what is why it is small width and stays at the center. You can upgrade to pro version where you have content layout option to choose “Full Width, no sidebar” where you will have widget width. See this for more details http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Trouble changing text color of footer #7557
    Sakin
    Keymaster

    @iJON: I think you have asked same question on another forum thread where I have answered you.

    in reply to: Color of the footer #7556
    Sakin
    Keymaster

    @iJON: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
    `#footer { background: none #1569c7; }`

    in reply to: Please Please help! Get rid of Mt Everest? #7555
    Sakin
    Keymaster

    @Eugene: Thanks for your appreciation.

    Catch Everest Free theme only have option to add Featured Post Slider, so it has to be post not page. But if you upgrade to pro version there you have option to choose from Featured Post Slider, Page Slider, Category Slider and Image Slider. See this for more details http://catchthemes.com/theme-instructions/catch-everest-pro/

    But yes, you have option to hide the featured post slider post from homepage post through “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options”. Then check Exclude Slider post from Homepage posts and save it.

    in reply to: A few MORE questions #7553
    Sakin
    Keymaster

    To hide page header, just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `.page .entry-header { display: none; }`

    On the pages Public Bodies, Landowners & Utilities I need to remove the ahref link [so those buttons in the navbar just act as a way to get to the subpages] BUT keep the ahref links in the subpages.
    — To do add menu item without a link there is a little trick.
    First, you need to build menu using “Custom Menu” though “Appearance => Menus”.
    Then in “Custom Link” box. Just type # in URL and Landowners in Labels and click on “Add to Menu”. This will create Landowners menu with # as link. But after this you can remove the # from the URL and save the menu.

Viewing 20 posts - 12,701 through 12,720 (of 14,487 total)