Forum Replies Created
-
AuthorPosts
-
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/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.
Sakin
Keymaster@corinnecollins.com: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#page { max-width: 90%; }Sakin
Keymaster@manuscle: For this you need to build child theme and do the customization. In your child theme copy
index.phpand delete<?php get_sidebar(); ?>. and then copyheader.phpfile 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/
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/
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.Sakin
Keymaster@corinnecollins.com: I don’t get it what you mean. Can you explain with your site URL or screenshot.
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; }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/
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.
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; }Sakin
Keymaster@kellettjen: Oh so you have .htaccess file permission issue otherwise it will have been auto.
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.
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.
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.
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/
Sakin
Keymaster@kellettjen: For changing default permalink structure you can go to “Settings => Permalinks” then choose “Post name” and save changes.
-
AuthorPosts
