Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Harry: For that you need to replace previous code with the following code:
function catchresponsive_featured_slider() { if ( is_home() ) : ?> <section id="feature-slider"> <div class="wrapper"> Add in Video here </div><!-- .wrapper --> </section><!-- #feature-slider --> <?php endif; }Sakin
Keymaster@Dhuan: Sorry I don’t get it what you mean. Can you explain in reference with your site URL.
August 14, 2015 at 3:36 pm in reply to: No featured thumbnail issue on Facebook share of homepage #63798Sakin
Keymaster@goldenentrepreneur: Sorry, you are not using any of our theme for support. We only support theme developed by us. Please contact your theme author support.
Try adding in “Yoast SEO” plugin. It automatically takes your featured image as og:image.
Sakin
Keymaster@Dhuan: Yes, you are right.
Sorry I don’t understand what do you mean by navigation menu become equally thick as home.Sakin
KeymasterYou need to replace that
Add in Video herewith your video code.Sakin
Keymaster@Thomas: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
article .entry-format a:hover { color: #ff7070; } article.hentry .entry-header .entry-title a:hover { color: #ff7070; }Sakin
Keymaster@margarita: Ok then you can add the following css in “Appearance => Theme Options => Custom CSS Options” box:
.entry-title { display: none; }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.
-
AuthorPosts
