Forum Replies Created

Viewing 20 posts - 11,281 through 11,300 (of 14,509 total)
  • Author
    Posts
  • in reply to: Spacing Issues #12261
    Sakin
    Keymaster

    @Jodi: I don’t know what you have done in your site. So, send me the URL of the page you have issue with.

    in reply to: gallery loading problems and type options #12260
    Sakin
    Keymaster

    @kz2284: Your gallery page is loading fine for me. There is no such format in WordPress.org. It’s only for WordPress.com users. Maybe you can add Jetpack plugin and activate the module for that. Usually WordPress.com features are added through Jetpack plugin.

    in reply to: How to remove author and change font of post title #12259
    Sakin
    Keymaster

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

    /* Title as Italic */
    .entry-header .entry-title { font-style: italic; }
    /* Hide Author */
    .entry-meta .by-author { display: none; }
    in reply to: Slider disappeared from my front page #12258
    Sakin
    Keymaster

    @Elisabetta: Ok may be your site was loading. Great. 🙂

    in reply to: SLIDER HELP – Link to Page, not Post #12257
    Sakin
    Keymaster

    @Oceani5: Sorry you cannot add page in Catch Everest Free Theme as it only have Featured Post Slider. To add page, you need to upgrade to Pro version and select Featured Page Slider. See more about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Category menu with image #12256
    Sakin
    Keymaster

    @interiorsalvage: Yes plugins are good enough.

    in reply to: hide navigation from 1 page #12241
    Sakin
    Keymaster

    @keithphotos: Either you have to build child and write the custom code. But the easiest one will be to add in the css to hide in that page. So, can you send me the page url where you want to hide it then I can send you the Custom CSS to hide, which you can just add in your “Appearance => Theme Options => Custom CSS” box.

    in reply to: Change the Mini Menu Heading Name #12240
    Sakin
    Keymaster

    @s-design: For that you need to change the menu script. So, check in your catcheverest-menu.js which is uncompressed version of catcheverest-menu.min.js . So, in that file change the below script

    jQuery("#masthead .menu").tinyNav({
    	'active' : 'current-menu-item', // String: Set the "active" class
        header: '' // String: Specify text for "header" and show header instead of the active item
    });

    with this one

    jQuery("#masthead .menu").tinyNav({
      active: 'selected', // String: Set the "active" class
      header: 'Main Menu', // String: Specify text for "header" and show header instead of the active item
      label: '' // String: Sets the <label> text for the <select> (if not set, no label will be added)
    });

    Then compress and add it in catcheverest-menu.min.js

    in reply to: Different Images on every page and custom home page #12239
    Sakin
    Keymaster

    @iqbalsaini: Both the question, you have posted in need to fully customize the the theme. So, you need to build child then and do the customization. This is bit difficult, so I recommend you hiring developer. You can can use elance.com, odesk.com, jobs.wordpress.net

    in reply to: Homepage Featured Content Background Color #12238
    Sakin
    Keymaster

    @aaronborrego: Sorry don’t have that option. But why don’t you merge two images into one image and upload it. Then it will look like you have two images.

    in reply to: Header Tags Not Working – H1, H2… #12217
    Sakin
    Keymaster

    @abtaxlaw: Let me know what you want to do with the H1, H2 tags. Also send me your site URL so that I can check in your site.

    You can change the font size from “Appearance => Theme Options => Font Size”

    in reply to: Feature Header Image appears twice on page #12216
    Sakin
    Keymaster

    @Bethann: I just did that in my server and it is working fine. I need to check in your site admin to see it in details. Have you customize any code. I will email you and then you can send me the access.

    in reply to: Feature Header Image appears twice on page #12213
    Sakin
    Keymaster

    @Bethann: You have activate Featured Image in Both section. In the header as well as in the content. That is why you have images in two places.

    If you want to remove in the content section then on your test page. choose
    Content Featured Image Size – “Default Layout Set in Theme Options”.

    in reply to: Remove the horizontal line #12210
    Sakin
    Keymaster

    @elli: Don’t change any code theme files such as simplecatch_functions.php, style.css, functions.php and all. If you want to edit any core theme files then you need build child theme and edit the child theme.

    in reply to: Performance in the wp-admin area #12209
    Sakin
    Keymaster

    @RST: Pro version slider uses different code base and cannot be added back.

    in reply to: Read More Button? #12208
    Sakin
    Keymaster

    @creativejay: If you want image then you have to add css to support image.

    in reply to: Feature Header Image appears twice on page #12207
    Sakin
    Keymaster

    @Bethann: Featured image in controlled through two sections. 1. You can change settings from “Appearance => Theme Options => Header Featured Image Options”. and 2. You can do individual page/post settings from your page/post “Catch Everest Options” meta box, where you will see “Content Featured Image Size”.

    in reply to: Contact Us #12206
    Sakin
    Keymaster

    @flemming: Have you check your screen options. Maybe “Select Sidebar Layout” box has been disabled in your site. You can enable it from Screen options. See the screenshot http://pinterest.com/pin/548594798329896962/

    in reply to: link colors #12194
    Sakin
    Keymaster

    @ahale1011: Can you be more specific like which one. I am but confused by all.

    in reply to: Text color of header #12193
    Sakin
    Keymaster

    @ahale1011: You can change the color code as per you need and add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* Site Title Color */
    #site-title a { color: #ddd; }
    /* Site Tagline Color */
    #site-description { color: #6d757c; }
Viewing 20 posts - 11,281 through 11,300 (of 14,509 total)