Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@eckh20: Then you can just active any other theme and then delete Catch Everest Theme and then do the fresh installation of Catch Everest Theme from “Appearance => Themes”. This will revert back to the original file but you will not loose your content.
Sakin
Keymaster@blackkeys: There is nothing in our theme that restrict permalink. You can try using default theme and check in. I am able to to edit the permalink with all our theme.
Sakin
Keymaster@FleurdeSante: Sorry I don’t get it what you mean. Check our theme instruction page at http://catchthemes.com/theme-instructions/catch-evolution-pro/ where you will see details on how to add featured Image slider. This will replace the stock images.
Sakin
Keymaster@adasprom: This theme is responsive theme and the code that you add should also be responsive. Simple Catch theme is static theme. You can try in disabling Responsive Design from “Appearance => Responsive Design”.
Sakin
Keymaster@GARCIA: You can check our our theme instruction page at http://catchthemes.com/theme-instructions/catch-evolution-pro/ where you will see detail instruction on “Updating Theme Using the Administration Panel” or “Updating Theme Using FTP”
Sakin
Keymaster@Ser_DNA: For homepage, you can either set static page or your latest post from “Settings => Reading” in your WordPress Dashboard. Then it will not display the “Nothing Found”.
To hide the Comments are closed, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.nocomments { display: none; }Sakin
Keymaster@shamwow: Featured Image gives you an option to upload the image of you own choice where we do not control it’s layout. It depend on the size of the image you upload it. But featured page slider cuts the image in equal size of 1140px width and 450px height. If you want same size image in the Image Slider, then you need to upload all the image with the same dimension.
Sakin
Keymaster@Rod: It’s called Header Image and detail instruction is given at http://catchthemes.com/theme-instructions/catch-evolution-pro/. In this instruction page you can check on “How to Change Custom Header Image?”
Basically you can upload your large header image from “Appearance => Header”.
Sakin
Keymaster@eckh20: I see that you have changed footer.php file. Please don’t edit and remove that. As that files is required for slider script to be working.
Sakin
Keymaster@blackkeys: That will be your WordPress installation configuration file. Please check in wp-config.php file. This is not theme related question.
Sakin
Keymaster@kpax: To increase the width of the content and decrease the width of the sidebar. We need to consider all the responsive design. So, I will give you the default one and then you can adjust the width as per you need. The following CSS can be added in “Appearance => Theme Options => Custom CSS” box.
#primary { width: 754px; } #secondary { width: 406px; } @media screen and (max-width: 1224px) { #primary { width: 654px; } #secondary { width: 340px; } } @media screen and (max-width: 1060px) { #primary { width: 530px; } #secondary { width: 340px; } } @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { #primary { width: 590px; } #secondary { width: 340px; } } @media screen and (max-width: 960px) { #primary, #secondary { width: 100%; } }Sakin
Keymaster@guy.shachar76: Thanks for the update. We will fix this for RTL in new version. But for now you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#logo-wrap, #top-logo, #header-menu ul.menu li { float: right; } #sidebar-header-right, .has-header-top.menu-logo #access-top { float: left; }Sakin
Keymaster@xpyouth: That is bit complicated. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu #menu-item-121 ul.sub-menu { left: -61px; } #header-menu ul.menu #menu-item-121 ul.sub-menu ul { left: -188px; }Sakin
Keymaster@Karen Drost: It might be your server issues. Can you change to other theme and check in. I have just send in email. You can send me your site access there.
Sakin
Keymaster@rgidon: Just a note. I hope you haven’t change the core theme file functions.php, content-single.php, style.css and so on. If you have made changes to core theme files then your changes will be reverted back to original when you update the theme. So, if you want to change these core theme files then you need to build child theme and edit there.
Sakin
Keymaster@guy.shachar76: You most of the question will be solved if you check in the Theme Instruction of Catch Evolution Pro at http://catchthemes.com/theme-instructions/catch-evolution-pro/
1. How to remove the rotating pictures that comes with the theme (house & flower)
— The rotating pictures is called Featured Slider and you can check in theme instruction for more details.2. How to decrease header height
— You can decrease the header height by reducing the Header Top Margin and Header Bottom Margin from “Appearance => Theme Options => Header Options”.3. how to modify the comment backround (it’s gray)
— You can change the color code as per you need and then you can add the following CSS from “Appearance => Theme Options => Custom CSS” box.
#respond { background-color: #fff; }4. How to change the menu and title to left to right.
I don’t get this. Menu and title is at left only. Post in your site URl and explain where you want to move your menu and title.Sakin
Keymaster@Potzas: It’s because you have hide the title for the pages title from the following Custom CSS.
.page .entry-title { display: none; }So, to show the title on the Featured Content. Either you need to remove the above CSS from Custom CSS box or you need add the following CSS to show only in the Featured content.
.page #featured-post .entry-title { display: block; } -
AuthorPosts
