Forum Replies Created

Viewing 20 posts - 10,441 through 10,460 (of 14,496 total)
  • Author
    Posts
  • in reply to: Change menu colors? #14906
    Sakin
    Keymaster

    @Dignan17: You can change that form “Appearance => Theme Options => Color Options”. But this options is only there in Pro version and not in free one.

    For free version, you can share with me your site and I can help you with css.

    in reply to: Maximum width setting? #14905
    Sakin
    Keymaster

    @Dignan17: Sorry but your site is offline

    in reply to: Crop Slider Image #14901
    Sakin
    Keymaster

    @Terry M: Simple Catch Pro theme “Post Slider” uses the image size 976px width and 313px height. So, you need to upload the image with that size so that it doesn’t crop. You can also check this video http://www.youtube.com/watch?v=Oiov0L4blIw, you can just skip to 22 minutes.

    Next option is to use “Featured Image slider” where you can upload any image you want. It will not crop it.

    in reply to: Customizing Catch Everest Pro #14900
    Sakin
    Keymaster

    @brooklynfunbus: Ok let me take a look at your site and let you know.

    1. Custom Social icons: I am able to get the custom twitter and facebook icons to load, and the links work fine, but they only appear if I also have the predefined FB and twitter icons also loaded, which results in two of each appearing on the site.
    — This is because you have link both in custom social icons as well as Predefined social icons. So, just remove the facebook and twitter link in your Predefined Social Icons.

    2. Is it possible to have a line of copy above the menu items, but below the header image? This is for a restaurant, and I would like to have the address, phone number, and hours of operation listed there. I have the hours as a homepage sub-head, but they appear underneath the featured image, and I would like them above. Right now, I have the restaurant description as part of the logo in the photoshop file, but that is not optimal.
    — You can add Text Widget in Header Right Sidebar and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-right {
        clear: both;
        float: none;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }
    .header-sidebar .menu, .header-sidebar .widget_text {
        clear: both;
        float: none;
    }

    3. When the browser window is shrunk, or it is viewed on a smartphone, the menu titles turn to white during the responsive design, and they can’t be read on the ivory background. I did not see any settings to change this.
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .sb-selector:link, .sb-selector:visited, .sb-selector:hover {
        color: #0A4C62;
    }
    .sb-options a:link, .sb-options a:visited {
        color: #0A4C62;
    }

    4. There is a white bar below the featured image that I can’t seem to get rid of. How can I do that?
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message {
        margin-top: 0;
    }
    in reply to: Maximum width setting? #14896
    Sakin
    Keymaster

    @Dignan17: Let me know the width and the your screenshot design. Then I can give you suggestion about it.

    in reply to: Adding extra header image #14895
    Sakin
    Keymaster

    @wyliecoyote: Sorry there is no option to customize or add image in the header right. This option is there in Catch Everest Pro, as you will see extra Header Right Sidebar. Then you can add image an other widgets as per you need. See more information about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Maximum width setting? #14893
    Sakin
    Keymaster

    @Dignan17: Can you send me your site URl and let me know what the max width you want to set it. For larger screen maybe you can try our new theme Catch Evolutions Pro http://catchthemes.com/themes/catch-evolution-pro/

    in reply to: remove featured text and #14892
    Sakin
    Keymaster

    @sakino akura: If you are using Catch Box Free theme, then you can add the following CSS in “Appearance => Theme Options => Custom Css” box to hide the text box in the slider.
    #slider-wrap .featured-text { display: none; }

    Sakin
    Keymaster

    @questions: Yes I know about it. So, there should be no spaces or enter in your code so that WP doesn’t add the p tag. Otherwise you have to disable auto format though plugin.

    in reply to: How to edit Leave a Reply #14811
    Sakin
    Keymaster

    @evenflow: Thanks for sharing your site url.

    1. How to edit the text “Leave a Reply”?
    To change Leave a Reply text is quite difficult task. You need to build child theme and then copy content.php from Catch Box Pro theme to your child theme and then edit the text Leave a Reply.

    2. How to remove the words “Posted on:”
    — Do you mean to remove the whole Posted On: section under your title. Then you can hide it by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-header .entry-meta { display: none; }

    in reply to: Center logo in header #14805
    Sakin
    Keymaster

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

    .logo-wrap { width: 100%; }
    #site-logo { text-align: center; }

    This will make the logo center and search box below in Header Right Sidebar below. If you want to remove header right sidebar then you can do that from “Appearance => Theme Options => Header Options”

    in reply to: Header menu bar lines between options #14801
    Sakin
    Keymaster

    @hivron: Yes sure, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #branding ul.menu li { border-left: none; }

    in reply to: How to edit Leave a Reply #14800
    Sakin
    Keymaster

    @evenflow: Can you send me your site URL please?

    in reply to: Customizing Catch Everest Pro #14799
    Sakin
    Keymaster

    @brooklynfunbus: WoW this is really long set of questions.

    1. I have an Adobe Typekit account, and I want to use fonts from that. What selectors do I need to identify in CSS to make these fonts available?
    — For typekit, you need to add your site name in your typekit account. See this http://help.typekit.com/customer/portal/articles/786466-using-typekit-with-a-self-hosted-wordpress-site
    At the end the script that you need to add in header. You can add that script in “Appearance => Theme Options => Webmaster Tools => Header and Footer Code”. Then add that script in “Code to display on Header” box.

    2. Is it possible to change the point size of the menu items, and also make them upper/lower case instead of all caps?
    — It is not recommended to change the point size of the menu items. As when you change that you need to configure it for responsive devices as well. So, only in special case you can add the font size only for large screens.
    — To make the menu to normal as per your title. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu a { text-transform: none; }

    3. Are there more formatting options for pages than are shown in CE Pro? For example, I would like to tighten the leading in the pages.
    — Sorry I don’t get this. For changing the design part you can do that from your Custom CSS box in theme options panel.

    4. Also in Pages, is it possible to not have the title of that page display at the top of it? Or, how do I change the formatting of it? It’s bigger than I want, and would again like to use a typekit font.
    — I have already mention about typekit font in your question 1. About hiding the page title, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page .entry-header { display: none; }

    5. Is it possible to use custom facebook and twitter icons? I made some custom ones in photoshop (that reflect the restaurant logo) but I can’t figure out how to place them.
    — You can do that from “Appearance => Theme Options => Social Links => Custom Social Icons”.

    6. I have set up a mosaic photo gallery using jetpack, but is there a way to make the gallery wider? Right now, it sets up the images only two across, and I have to scroll down to see the rest.
    — Sorry we don’t have option for this at this stage. We need to look at Jetpack plugin compatible with our theme. Currently it works best with “Right Sidebar”, “Left Sidebar” and “No Sidebar” layout.

    in reply to: Web host can support WP theme? #14798
    Sakin
    Keymaster

    @Sakin: WordPress Web Hosting: We vouch for these WordPress web hosting providers to get your website up and running. They are quick, affordable, hassle-free, technically sound and have excellent customer support! http://catchthemes.com/wordpress-web-hosting/

    in reply to: Widgets in the Sidebar #14796
    Sakin
    Keymaster

    @shamwow: Yes, archive widget will work on all the archive/category pages.
    For single page you can use “Page Sidebar”
    For single post you can use “Post Sidebar”
    Further, you have option to choose options sidebar one, two and tree for any page or post. This doesn’t include homepage and archive pages.
    You can choose optional sidebar from your page and post editor “Catch Everest Options” meta box.

    in reply to: Remove footer area space #14795
    Sakin
    Keymaster

    @Lorena Poling: You can find the image URL from “Media => Library”. Then click on the image for which you want to find the URL. Then it will open your image in “Edit Media” screen, where you will see “File URL” in right sidebar.

    Sakin
    Keymaster

    @questions: When you write content, just change to text mode in your editor. See this to change your editor to text mode http://en.support.wordpress.com/editors/. After you change the editor to text mode, you need to paste your code without any enter.

    Sakin
    Keymaster

    @questions: Thanks
    If you change the space below “Buy Shirts”, it will reduce to all paragraph tag as you have added it in paragraph. If you want to change to all paragraph then css will be as below
    #entry-content p { margin-bottom: 4rem; }

    To reduce the space above the BUY NOW graphic button, you need to add the following css in “Appearance => Theme Options => Custom CSS” box.

    .entry-content table, .entry-content td {
        margin-bottom: 0;
    }
    in reply to: Link Color #14784
    Sakin
    Keymaster

    @karenstl: To change the link color in widget. You can change the color code in the following CSS and added it in “Appearance => Theme Options => Custom CSS” box.

    .widget-area .widget a {
        color: #757575;
    }
Viewing 20 posts - 10,441 through 10,460 (of 14,496 total)