Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@margarita: See this screenshot https://www.pinterest.com/pin/548594798331207092/
Sakin
Keymaster@margarita: Please check this thread
http://catchthemes.com/support-forum/topic/unlinked-menu-title/Sakin
Keymaster@taylorlionnet: in WordPress, you need to create User and then only you can change the author.
Sakin
Keymaster@Dhuan: If you just want to change the color then, you can replace the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#branding #access { background: none #3e6107; }But if you want to replace and make it like gradient. Then instead of above css, you need to replace the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#branding #access { background: #3e6107; /* Show a solid color for older browsers */ background: -moz-linear-gradient(#53810a, #3e6107); background: -o-linear-gradient(#53810a, #3e6107); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#53810a), to(#3e6107)); /* older webkit syntax */ background: -webkit-linear-gradient(#53810a, #3e6107); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53810a', endColorstr='#3e6107'); /* for IE */ }Sakin
Keymasternice 🙂
Sakin
Keymaster@Phil: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#site-generator { font-weight: bold; text-align: left; }Sakin
Keymaster@Harry: Sorry there in no option to add in Embedded video to replace the Featured Image Slider.
But if you want then you can do it in custom way. For that, you need to build child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then just add the following code in your child theme functions.php file:
function catchresponsive_featured_slider() { ?> <section id="feature-slider"> <div class="wrapper"> Add in Video here </div><!-- .wrapper --> </section><!-- #feature-slider --> <?php }Sakin
Keymaster@akuster: Ok I have already emailed you. Please reply me there.
Sakin
Keymaster@akuster: Ok I will email but when I check in your site it’s still child theme.
Sakin
Keymaster@akuster: Then it might be issue with your child theme. Can you try activating main Catch Everest Theme and check in. If there is still issue then I will email you to check in your server.
Sakin
Keymaster@svoelker: We haven’t added in schema. So, can you let me know what exactly you are trying to add. Maybe, I can help you with customization using child theme.
Sakin
Keymaster@Brook: WordPress excerpt will not show any formatting or short-code. So, if you want to display that in post in homepage/archive, then you need to go to “Appearance => Customize => Theme Options => Layout Options => Archive Content Layout” and select “Show Full Content (No Featured Image).
Then if you want to split content in your home/archive page, then you can use more tag
<!--more-->. To read about more tag, check this http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/Sakin
Keymaster@flypig: We will fix this in next version update 1.1. For now, can you add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 400px) { #masthead { padding-bottom: 30px; padding-top: 64px; } }Sakin
Keymaster@lesimi:
1. You can adjust the padding-top in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:#main { padding-top: 40px; } .no-sidebar .hentry { padding-top: 30px; }2. You can adjust the padding-top in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#header-content { padding-top: 40px; }3. I don’t see any footer there
4. You can add the following css in “Appearance => Theme Options => Custom CSS” box:
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail { border: none; padding: 0; }5. That administration bar is from WordPress core and it will be visible only to admin user and not for visitors. So, no need to worry about it.
Sakin
Keymaster@akuster: It’s strange why it’s not working in your site. Can you go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content” and make sure you have uncheck option “Disable Homepage Featured Content?”
Sakin
Keymaster@came: There is update to version 1.0. Please update and check in change log at http://catchthemes.com/changelogs/catch-adaptive-theme/
That overlapping is there only is your have column layout in Archive layout options. So, it hides that title back.
Sakin
Keymaster@akuster: Sorry in Catch Everest Free theme, you only have option to show Social Icons and Search in Header Right Section. For that, you might need to upgrade to pro, where you will get Header Right Sidebar and then you can add Image or any text using widgets from “Appearance => Widgets”
-
AuthorPosts
