Forum Replies Created
-
AuthorPosts
-
August 15, 2015 at 7:58 am in reply to: Featured image uploaded but not appearing on post page #63852
Sakin
Keymaster@Patrick: This is your blog page http://bible-stories-library.com/my-blog/. Now, you need to add featured image in posts like
http://bible-stories-library.com/2015/08/language-of-love-does-god-really-love-us/
http://bible-stories-library.com/2015/08/language-of-love-is-god-really-in-control/
http://bible-stories-library.com/2015/08/language-of-love-why-does-god-allow-bad-things/and so on.
I guess, you have just inserted image in those posts. But haven’t added in Featured Image. As it’s working here. If you have done all these and still not working then I will email you to check in your server.
Sakin
Keymaster@Harry: Ok for that you need to replace the previous code with the following:
function catchresponsive_featured_slider() { if ( is_front_page() ) : ?> <section id="feature-slider"> <div class="wrapper hentry"> Add in Video here </div><!-- .wrapper --> </section><!-- #feature-slider --> <?php endif; }Then add the following css in your child theme style.css
#feature-slider .hentry { margin: 0; }August 15, 2015 at 2:02 am in reply to: Featured image uploaded but not appearing on post page #63840Sakin
Keymaster@Patrick: No, you need to add in Featured Image for all those posts for which you want to show image. Just edit individual posts and add in Featured image.
Sakin
Keymaster@Dhuan: All those detail color options are there only Pro version.
1. For slider text, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#slider-wrap .featured-text { color: #fff; }2 and 3. These blocks are widget in Primary Sidebar. For that, you can just go to “Appearance => Widgets”. If you like to add image then you might want to drag and drop “Adspace Widget” to your sidebar and add images.
4. The three boxes in footer are widgets in “Footer Area One”, “Footer Area Two” and “Footer Area Three” . For this also, you need to go to “Appearance => Widgets” and add in widget to these areas.
August 15, 2015 at 1:04 am in reply to: Featured image uploaded but not appearing on post page #63836Sakin
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; } -
AuthorPosts
