Forum Replies Created

Viewing 20 posts - 9,021 through 9,040 (of 14,494 total)
  • Author
    Posts
  • in reply to: update the theme #19450
    Sakin
    Keymaster

    @ashrafashraf: This type of access control cannot be done through theme. You need to install plugin for that. Plugin like membership, access control, groups can give you this type of solution. Try searching for plugins.

    By default WordPress just allows you to create Password Protected pages or private pages.

    in reply to: Change number of featured content columns #19446
    Sakin
    Keymaster

    @Micha: Sorry that option in only available in Catch Everest Pro version where you can simply change from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options => Featured Content Layout”.

    in reply to: Change menu colors? #19444
    Sakin
    Keymaster

    @Mark Argentino: When I check in your site in my iPhone, it is showing fine. I see the menu showing black background with white text and in menu options it is showing default select box with black text. If you want you can play with color in your “Appearance => Theme Options => Custom CSS” box.

    /* For Menu */
    .tinynav {
        color: #fff;
    }
    /* For Menu Options color */
    .tinynav option {
        color: #000;
    }
    in reply to: Showing Categories on the posts on the front page #19433
    Sakin
    Keymaster

    @v4media: Where do you want to show the categories. In Simple Catch Theme, there is no option to show category in homepage under the posts. For this you need to build child theme and work on the functions.

    in reply to: Social buttons #19432
    Sakin
    Keymaster

    @mpetric: Just go to “Appearance => Theme Options => Font Size Options” and in “Site Tagline Line Height” change to 40 and save changes.

    in reply to: Embedding video to featured Slider #19427
    Sakin
    Keymaster

    @chris: If you like Catch Box Format then please use Catch Box. As this theme is differently designed. There will be lot of css that need to change to make it similar to Catch Box. So, either you need to use Catch Box Pro theme or you need to use hire a customizer http://catchthemes.com/hire-customizer/ to build child theme and edit the design.

    in reply to: update the theme #19426
    Sakin
    Keymaster

    @ashrafashraf: You can check our theme instruction page at http://catchthemes.com/theme-instructions/catch-box-pro where it shows you two ways that you can update the theme. 1. through WordPress admin panel and 2. through FTP.

    in reply to: RSS feed not working anymore #19425
    Sakin
    Keymaster

    @jennyebermann: It should be working fine as I just check in feed for Catch Everest Pro theme and it’s working fine. Can you send me your site URL so that I can check in the error.

    in reply to: Multi Language #19424
    Sakin
    Keymaster

    @Ronald de Hommel: I also don’t know about it as I haven’t worked in this plugin. Next step, can you build child theme
    Then copy the function function catcheverest_homepage_headline() and remove // from //delete_transient( 'catcheverest_homepage_headline' );
    Then copy the function function catcheverest_homepage_featured_content() and remove // from //delete_transient( 'catcheverest_homepage_featured_content' ); and check in. As these code remove the cache of your dynamic content.

    in reply to: Multi Language #19415
    Sakin
    Keymaster

    @Ronald de Hommel: I am not sure about polylang plugin. Can you ask in their support forum. Our user had similar problem in qTranslate plugin. See this
    http://catchthemes.com/support-forum/topic/qtranslate-plugin-in-catch-everest-pro/
    http://catchthemes.com/support-forum/topic/qtranslate-and-featured-slider/

    in reply to: Password protection #19413
    Sakin
    Keymaster

    @EirikurVa: We are also using W3 Total Cache in http://catchthemes.com/demo/catchbox-pro/ and it is working fine in Chrome and in Firefox. Can you send me your site URL.

    in reply to: Pages not showing up on ipad #19408
    Sakin
    Keymaster

    @klhaight: It is showing in my ipad and iphone. Can you refresh your browser and check in.

    in reply to: Removing Author Bio Box #19406
    Sakin
    Keymaster

    @thinkentnet: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #author-info { display: none; }

    in reply to: Removing Author Bio Box #19402
    Sakin
    Keymaster

    @thinkentnet: Can you show me the URL and then I will send your the css to disable it.

    in reply to: Header – White space above and below #19400
    Sakin
    Keymaster

    @bzesktpe: Check out the theme instruction page http://catchthemes.com/theme-instructions/catch-evolution-pro/. Go to “Appearance => Theme Options => Header Options => Logo URL”. Then Paste URL or upload the image through “Change Header Logo” button.

    in reply to: Header – White space above and below #19397
    Sakin
    Keymaster

    @bzesktpe: Your logo image have lot of white space above and below. See your logo image http://lavarvision.com/wp-content/uploads/2014/01/Untitled6.png . Edit the logo image and it will be fine.

    Sakin
    Keymaster

    @marcella: Catch Everest theme doesn’t have another menu at the footer.

    To remove the spaces blow in your pages, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .page .site-content article {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    in reply to: Customized link url for photos in Catch Everest. #19395
    Sakin
    Keymaster

    @natoulie: Updating plugin and WordPress core is completely fine and nothing to do with the content. Also updating theme is fine if you have customize the theme in right way. This means, if you have customize the theme using Theme Options, Custom CSS and Settings then updating theme will not change anything. But if you have customized and core theme files such as style.css, functions.php, index.php and so on. Then updating the theme will revert these files into original core theme files and you will loose your edits. So, if you want to edit functions and files then you need to build child theme and edit it.

    So, when I look at your site. I don’t think you have edited any core theme file. In this case you can just update it. Sorry we don’t have videos, you can search in Youtube.com there are lots.

    in reply to: Need help removing the search bar, upper right #19393
    Sakin
    Keymaster

    @panselli: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header .social-search form.searchform { display: none; }

    in reply to: menu height, font and thick letters #19392
    Sakin
    Keymaster

    @chris: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Adjust the size and height as per your need.

    #header-menu ul.menu a {
        font-size: 16px;
        font-weight: bold;
        line-height: 4.5rem;
    }
Viewing 20 posts - 9,021 through 9,040 (of 14,494 total)