Forum Replies Created
-
AuthorPosts
-
August 11, 2015 at 12:24 am in reply to: home page featured content disappeared after upgrade #62721
Sakin
Keymaster@effess: what was the edit you have done in your child theme. Need to check that.
Also check in your “Select Content Type” in “Appearance => Theme Options => Featured Content => Featured Content Options”August 11, 2015 at 12:05 am in reply to: home page featured content disappeared after upgrade #62719Sakin
Keymaster@effess: Looks like you have edited files inside
catch-kathmandu-protheme directory. As when you update the theme, all the files and codes insidecatch-kathmandu-protheme directory will be reverted back to original.So, you need to change the Featured Content from “Appearance => Theme Options => Featured Content”. Then in Featured Content options box, you need to select Content Type, enable content, and so on. Then if you choose Image Content, then you need to upload image and content from “Featured Image Content Options”.
Sakin
Keymaster@Michael: To change the mobile menu icon hover color, you can adjust the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
.mobile-menu-bar:hover { color: #7c9b30; }August 10, 2015 at 11:50 pm in reply to: Enabling 'Adventurous Options' in the Custom Post Admin #62717Sakin
Keymaster@elpmendieta: So what is the problem. I see there is post in your blog http://www.chispumkids.com/blog/
Sakin
Keymaster@kangrob: Soryy, there is no option to add in title of each post automatically inside of a header image without editing it. You need to do advance customization by building child theme.
Sakin
Keymaster@Barb: Please post in your site URL so that I can check in and suggest you the solution.
Sakin
Keymaster@christiane: For featured content sub-headline text, you can add the following css:
#featured-heading p { font-family: "Archivo Black",sans-serif,Arial; }Sakin
Keymaster@Lizi: You shouldn’t add any files inside `catch-evolution-pro’ theme directory. All your new image should be added from “Add Media”. If you want to add image in post/page, then you need to add it from “Add Media” button in your page/post. If you just want to upload image, then you can upload it from “Media => Add New”.
But if you are trying to change image in slider. Then you can upload image from “Appearance => Theme Options => Featured Slider”
So, please post in your site URL and tell us what are you trying to do it. Then I can suggest you accordingly.
Sakin
Keymaster@Lizi: There is no option to replace the static image with the featured slider as these two are different.
If you want to ads in slider, then you need to go to “Appearance => Theme Options => Featured Slider => Slider Options”. Then you can select slider type as “Featured Image Slider” and if want large slider then you need to select “Full Width Slider” from Slider Layout. But if you want small one then you can select “Normal Width Slider”, then you can add image.
Sakin
Keymaster@Luchino: The “Excerpt” layout will nit display your post formatting and it will just show plain text with featured image. So, if you want formatted text to show then you don’t need plugin. You can just go to “Appearance => Customize => Theme Options => Layout Options => Archive Content Layout” and select “Show Full Content (No Featured Image”. Now, your homepage will show full content of your post. Now, you can split content using more tag
<!--more-->. For detail about more tag, check out http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-optionSakin
Keymaster@agenciabrushup: I just check in your site but you are not using theme developed by us that is CatchThemes.com. So, I will not be able to help you on this. Please contact your theme author support.
Sakin
Keymaster@Peter: You can just add the following code in your child theme functions.php file
function catchresponsive_featured_slider() { echo do_shortcode('[banner_rotator hosting1]'); }Sakin
Keymaster@SungJu: I just check in your site but I don’t see the slider to check the quality. So, can you add in slider image and let me know it.
Sakin
Keymaster@Christine: You can adjust the max-height in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#masthead.fixed-header #site-logo img { max-height: 32px; }Sakin
Keymaster@ginabrasseur: Sorry I don’t get it what you mean. Looks like you are looking at source code. There are two menu items. Once in your desktop menu and another is mobile menu.
Sakin
Keymaster@Joseph: You can change the color code in the following css as per your need. The lighter will be as below:
#feature-slider .entry-container { background: #555; background: rgba(85,85,85,0.6); } -
AuthorPosts
