Forum Replies Created
-
AuthorPosts
-
November 30, 2013 at 11:55 pm in reply to: how to remove *either* title *or* excerpt on featured slider? #17785
Sakin
Keymaster@davidyoungs: Thanks for your support. 🙂
Sakin
Keymaster@Ralph177: You can install “WordPress SEO by Yoast” plugin, which will add your featured image for facebook. Also they have option for each page and post where you can manually add in the image you desire.
Sakin
Keymaster@prayer0house: Please check in Catch Everest Pro theme instructions http://catchthemes.com/theme-instructions/catch-everest-pro where you can find the way to upgrade from Dashboard or from FTP.
If you are still confused about it. Then we can help you with the update. Let me know it and then we can personally email you about it.
Sakin
Keymaster@Joaozinho: There is issue with your next and previous code. So, you need to make that responsive. To make that responsive you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#nav-single { width: 94%; }Sakin
Keymaster@youngwings: There is no sub-menu item in you site. You need to add submenu and menus from “Appearance => Menus”. After creating the menu you need to assign location from “Appearance => Menus => Manage Locations”. So, please check in your menu settings.
November 30, 2013 at 11:05 pm in reply to: how to remove *either* title *or* excerpt on featured slider? #17777Sakin
Keymaster@davidyoungs: Thanks for your appreciation. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove just title in Featured Post Slider.
#main-slider .entry-header { display: none; }Sakin
Keymaster@rbrt_bene: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site { background-color: transparent; } /* For Header */ #masthead { background: rgba(0, 0, 0, 0.7); } /* For Main */ #main { background: rgba(0, 0, 0, 0.7); } /* For Footer */ #site-generator { background: rgba(0, 0, 0, 0.7); }Sakin
Keymaster@Karen Drost: Post in your site URL and then I will check in. You need to upload the image from “Appearance => Header”, after you upload select the area in image which you want to show in and click on “Crop and Publish” then click on save changes. This will replace it.
Sakin
Keymaster@Natekj: I see that you are changing in core style.css which is not recommended at all. Either you need to change CSS from “Custom CSS” box in Theme Options panel or you need to change it by build child theme. As all the changes that you made on core theme files will be reverted back to original when you update the theme.
So, first revert back the original style.css
Then following CSS in supposed to be add in “Appearance => Theme Options => Custom CSS” box, which will change the sub menu current item background color to white.
#header #mainmenu ul.sub-menu li.current-menu-item a { background-color: #fff; }Sakin
Keymaster@Natekj: Do you mean to change the Sub Menu current menu item, then you can use the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header #mainmenu ul.sub-menu li.current-menu-item { background-color: #fff; }Sakin
Keymaster@Felix: for Full Screen layout, you can change that from “Appearance => Theme Options => Default Layout”.
About the responsive menu, I think it’s conflicting with your plugin. Please try disabling plugin and check in.
Sakin
Keymaster@Natekj: Sorry I don’t understand what you mean. Can you post in your site URL and explain in reference to your site. So, that I can understand what you have done and what you want to do it next.
Sakin
Keymaster@Karen Drost: See the Catch Evolution theme instruction at http://catchthemes.com/theme-instructions/catch-evolution/.
The Buddha image in the header is the Custom Header than you can change it from “Appearance => Header”.
Sakin
Keymaster@milerh: Please don’t edit any core theme files. If you want to edit core theme files then build child theme and edit it. If you are using Catch Everest Free version then you can download the theme from http://catchthemes.com/themes/catch-everest/ and then then copy the footer.php code.
Sakin
Keymaster@Nsedgwick: I check in your site and found issue in your iframe code that you have added in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes”. There was missing closing from your iframe code.
Sakin
Keymaster@suchi: If you are using Free Version of Catch Everest then you have to use Featured Post Slider which take the featured image of the post that is 1140p width and 450px height. BUt if you have pro version, you can use Image Slider where you can upload the image of any size you like as it’s independent image slider.
IN free version can you try uploading the smaller size image in the featured image of post. Maybe that will also work. I haven’t tried it.
Sakin
Keymaster@Judi Rever: I will contact our sales. If you have any issue with sales and account then you can contact them directly from http://catchthemes.com/contact-us
Sakin
Keymaster@Andreas: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-left { float: right; } #header-right { float: left; }Sakin
Keymaster@iroersma: YOu can reduce the px amount as per your need and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For Grey above site */ .site { margin-top: 20px; } /* For above and below logo and social icons */ #site-logo, #header-right { padding-top: 20px; } #hgroup-wrap { padding-bottom: 20px; } -
AuthorPosts
