Forum Replies Created

Viewing 20 posts - 10,461 through 10,480 (of 14,509 total)
  • Author
    Posts
  • 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;
    }
    in reply to: Catch Everist, IE and Sub Menus #14783
    Sakin
    Keymaster

    @eemsweb: You can add custom css in “Appearance => Theme Options => Custom CSS” box.

    in reply to: Move all the pages up #14782
    Sakin
    Keymaster

    @nevesagar: I see the widget in the sidebar only. In which browser you are having problem.

    in reply to: Stabilize homepage image slider #14779
    Sakin
    Keymaster

    @dbevarly: If you use page or post or category slider then it will automatically crop image to equal sizes. But for image slider, it gives user to add different sizes of image. So, we cannot control on this. This section is for the users.

    in reply to: Stabilize homepage image slider #14777
    Sakin
    Keymaster

    @dbevarly: It’s because you have different size of image and also the excerpt text length is also different. So, you can match those image and text and it will be fine.

    in reply to: Number of Posts Per Page #14776
    Sakin
    Keymaster

    @rachellam: You can do that from “Settings => Reading” from your WordPress Dashboard. In Reading settings, you can type in 2 in “Blog pages show at most”

    in reply to: Cath Everest update #14774
    Sakin
    Keymaster

    @Lorena Poling: It’s clearly mention in Theme Instruction page at http://catchthemes.com/theme-instructions/catch-everest-pro/. If you are using FTP then yes you need to remove the whole folder.

    You don’t need to backup anything, if you haven’t edit any core theme files. All your settings and configuration through Theme Options will be there.

    in reply to: Site looks great on desktop but not so much on phone #14773
    Sakin
    Keymaster

    @rlsdesigns: I just checked in your site thorough iPhone5. So, can you let me know what is the issue?

Viewing 20 posts - 10,461 through 10,480 (of 14,509 total)