Forum Replies Created
-
AuthorPosts
-
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; }Sakin
Keymaster@fastfun: Yes, you can use that logo and change the color of the site as per you need. Let me know if you need any help in customizing color.
Sakin
Keymaster@greenlighttechs: You can hide that home by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.home #content article { display: none; }Sakin
Keymaster@xpyouth: For that, you need to go to “Appearance => Menus” and then create custom menu. Then you need to assign that menu from “Appearance => Menus => Manage Locations”.
So, for the menu it that you don’t want to link with. You need to add that menu item as links. In that custom link field, in URL just add
#and in Link Text you can add the text to menu and wrap with span code like this<span onClick="return true">Parent Drop</span>, then click on “Add To Menu”. This will add that Prent Drop menu in your menu. Then after adding it, if you don’t want that#as well then you can delete that#from URL and Click on Save Menu.Sakin
Keymaster@web-automobile: First, you are using old version of Catch Box Pro Theme. Please upgrade to latest version 2.8. Then I suspect Cache issues. So, can you clear your Cache from WP Super Cache Setting and then disable that plugin and check in.
-
AuthorPosts
