Forum Replies Created

Viewing 20 posts - 8,941 through 8,960 (of 14,504 total)
  • Author
    Posts
  • in reply to: How do I change the main top images #19728
    Sakin
    Keymaster

    @Karin: Did you check in our Theme Instruction page at http://catchthemes.com/theme-instructions/catch-everest-pro/.

    In Catch Everest Pro theme, you have option to select “Post Slider, Page Slider, Category Slider and Image Slider”. So, if you want to add page or post slider then you need to add page or post IDs. For category slider, you need to select category and for image slider, you need to upload the image.

    First, go to “Appearance => Theme Options => Featured Slider => Slider Options” and select the slider type. For example: select “Image Slider”.
    Then you will get “Featured Image Slider Options” where you can upload the image. See this screenshot http://www.pinterest.com/pin/548594798329509357/

    in reply to: Post Slider problem #19708
    Sakin
    Keymaster

    @pgdll: Ok how did you remove that title, content and link from the slider? As Catch Everest Free theme only have option to add Featured Post slider which will take the post title, excerpt content and links.

    in reply to: Does Pro Theme Allow For Full Screen Display? #19707
    Sakin
    Keymaster

    @corinnecollins.com: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #page { max-width: 90%; }

    in reply to: Widget before content for mobile #19705
    Sakin
    Keymaster

    @manuscle: For this you need to build child theme and do the customization. In your child theme copy index.php and delete <?php get_sidebar(); ?>. and then copy header.php file and then add <?php get_sidebar(); ?> after <div id="main" class="clearfix">

    If this is complicated for you then please hire customizer http://catchthemes.com/hire-customizer/

    in reply to: Upgrade to Pro? #19704
    Sakin
    Keymaster

    @SeahorseOne: First Catch Everest Pro has lot more feature then Catch Everest Free theme. But if you are satisfied with the Free one then you don’t need to upgrade it. See the detail feature list at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Post Slider problem #19703
    Sakin
    Keymaster

    @pgdll: This is just code from same file catcheverest-theme-options-defaults.php. I don’t mean this. If you look at your site, I can see that you have remove the title, content and links from the slider posts. So, how did you customize that? I need to check in that code.

    in reply to: Does Pro Theme Allow For Full Screen Display? #19700
    Sakin
    Keymaster

    @corinnecollins.com: I don’t get it what you mean. Can you explain with your site URL or screenshot.

    in reply to: Logo #19691
    Sakin
    Keymaster

    @TruckinTortuga: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #logo-wrap, #site-logo {
        display: block;
        float: none;
        text-align: center;
    }
    in reply to: Does Pro Theme Allow For Full Screen Display? #19689
    Sakin
    Keymaster

    @corinnecollins.com: Yes it allows. You can see the Theme Details at Theme Instruction page at http://catchthemes.com/theme-instructions/catch-box-pro and also the demo at http://catchthemes.com/demo/catchbox-pro/

    in reply to: adding main horizontal navigation to footer #19688
    Sakin
    Keymaster

    @marcella: Right now Catch Everest Pro don’t have option to add in Footer Menu. We will add this in future version update. For now you need to consider hiring customizer at http://catchthemes.com/hire-customizer/

    About the Post layout then you can change it by building child theme and then copy content.php in your child theme and change it. It’s bit technical.

    in reply to: word splits badly at the end of line #19686
    Sakin
    Keymaster

    @Micha: That page is not found. Try replacing the above css with the following.

    body, button, input, select, textarea, .site-content article { 
    	word-wrap: normal;
    	-webkit-hyphens: none;
    	-moz-hyphens: none;
    	hyphens: none;
    }
    in reply to: How to change permalinks #19685
    Sakin
    Keymaster

    @kellettjen: Oh so you have .htaccess file permission issue otherwise it will have been auto.

    in reply to: Optional Sidebars #19675
    Sakin
    Keymaster

    @poppy: Sorry I don’t handle that you can ask for quote by filling up the form.

    in reply to: Optional Sidebars #19672
    Sakin
    Keymaster

    @poppy: For any theme level customization you need child theme. As if you change any core theme file such as functions.php, index.php, style.css and so on. It will work until you update the theme. When you update the theme it will revert back the file to original mode and all your customization will be gone. So, by building child theme your customization will be safe.

    For sidebar, either you can search for plugin at wordpress.org/plugins or you need to build child theme.

    in reply to: featured slider #19670
    Sakin
    Keymaster

    @mark: If you use Featured Post Slider or Featured Page Slider or Featured Category Slider, then it will take the image from page/post and auto crop the image. But if you use Featured Image Slider, you can upload image of any size and it will not crop it.

    Thanks for the fix in the typo about Enable Slider. We will fix this in new version.

    in reply to: Optional Sidebars #19669
    Sakin
    Keymaster

    @poppy: There is not option to create it by default. You need take help from customizer http://catchthemes.com/hire-customizer/ to build child theme and add it.

    in reply to: Home Slider Images #19668
    Sakin
    Keymaster

    @EdG: Cool. Thanks 🙂

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

    @klhaight: There must me some css in your child theme style.css which is causing the issue. I will not be able to check in details. You can take help from customizer at http://catchthemes.com/hire-customizer/

    in reply to: How to change permalinks #19665
    Sakin
    Keymaster

    @kellettjen: For changing default permalink structure you can go to “Settings => Permalinks” then choose “Post name” and save changes.

    in reply to: Gallery Formatting #19664
    Sakin
    Keymaster

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

    .single-gallery .service-item dd { margin-bottom: 0; }
    .single-gallery .service-item .widget-title { min-height: 40px; }
Viewing 20 posts - 8,941 through 8,960 (of 14,504 total)