Forum Replies Created
-
AuthorPosts
-
August 15, 2015 at 1:04 am in reply to: Featured image uploaded but not appearing on post page #63836
Sakin
Keymaster@Patrick: Ok if you are sure that you have added in Featured image in all those posts. Then can you go to “Appearance => Customize => Theme Options => Layout Options => Archive Content Layout” and check in your settings.
If this also doesn’t work then I need to check in your sever. Let me know it and then I will email you personally.
August 15, 2015 at 12:46 am in reply to: Featured image uploaded but not appearing on post page #63834Sakin
Keymaster@Patrick: Please post in your site URL and then I can check in. Are you sure you have added in Featured image in your post. See this for adding featured image in your posts
http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/Sakin
Keymaster@Cybersnaby: Thanks for your appreciation and if you like Catch Base theme and it’s support, then please support it by providing your valuable review at
https://wordpress.org/support/view/theme-reviews/catch-base?rate=5#postformThanks 🙂
Sakin
Keymaster@Harry: Post in your site URL and let me know what’s not working. Also post in your code. Are you using Static Page in homepage, then it will be as below:
function catchresponsive_featured_slider() { if ( is_front_page() ) : ?> <section id="feature-slider"> <div class="wrapper"> Add in Video here </div><!-- .wrapper --> </section><!-- #feature-slider --> <?php endif; }Sakin
Keymaster@Cybersnaby: There is two option for that. First one it upload large image and user css to make it small as retina uses double pixels. So, for example if you want to display logo to 300px by 200px then you need to upload 600px by 400px and then scale with css using low width and css as below:
#site-logo img { width: 300px; height: 200px; }Another technique is just upload SVG Image for logo.
Sakin
Keymaster@Patrick: Can you go to “Settings => Readings” and make sure you have select “Your latest posts” in Front page displays.
Then if it doesn’t come then go to “Appearance => Customize => Theme Options => Homepage/Frontpage Options” and either un-select all the cateogries or select specific category which you want to display and then save changes.
Sakin
Keymaster@Paul: For that you need to edit all the menu items there and check in option “Open Link in New Window/Tab. Check this screenshot https://www.pinterest.com/pin/548594798330834738/
Sakin
Keymaster@Dhuan: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#branding ul.menu a { font-weight: bold; }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.
-
AuthorPosts
