Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@bigoslesli: Actually if you just want static image then you don’t need to use Featured Slider. You can just disable slider from “Appearance => Theme Options => Featured Slider => Slider Options => Enable Slider”.
Then for static header image, you can just add that image from “Appearance => Theme Options => Header Featured Image Options”.
But if you don’t want to use header image and still want to use featured slider image without the arrow, then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide it.
#slider-nav { display: none; }Sakin
Keymaster@Kim: That optional sidebar one, two and three are specific to Page/Post. So, you can change that from page/post “Catch Flames Options” meta box. See this screenshot https://www.pinterest.com/pin/548594798331765450/
For category, it will load default “Primary Sidebar” but if you add any widget in “Archive Sidebar” then it will load archive sidebar. It doesn’t have differnet sidebar for different category. For this you need to add plugin. You might want to check out “Widget Visibility” module of “Jetpack” plugin. With this, you can just add widget only in Primary Sidebar and then each widget will get option to make it visible. Read this http://jetpack.me/support/widget-visibility/
Sakin
Keymaster@raybabi04: Looks like you have already fixed it by adding in WordPress SEO by Yoast plugin. When I check in, you have image as well as title.
March 15, 2015 at 9:57 pm in reply to: how to place facebook comments box below my the themes native box #53384Sakin
Keymaster@meekglorious: For plugin, please use plugin support forum. They should be able to answer you. Looks like you are facebook comments for wordpress plugin. This plugin has not been updated over 2 year. So, it’s not safe to use this plugin. Your site might get hacked. So, be careful.
Sakin
Keymaster@Lovetoreadread: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
ul.social-profile li.tumblr a { background-position: -646px -43px; } ul.social-profile li.goodreads a { background-position: -989px -43px; }Sakin
Keymaster@Keith: Ok for border in post and widget, you can replace the previous CSS that I gave you with the following css:
#content .hentry, #secondary .widget { border: 2px solid #7d1515; }Are you sure you want to reduce the spaces between each widget after adding border.
Sakin
Keymaster@Nijn: First you need to build child theme and then in your child theme functions.php file you need to add code like below, where you need to add your menu code in the function below:
function catchevolution_below_header_top_menu() { // Add your menu code here } add_action( 'catchevolution_before_header', 'catchevolution_below_header_top_menu', 15 );Sakin
Keymaster@Francis: Ok looks like you are viewing your site from very large screen with screen resolution more that 1680px.
Try adding in the following css in “Appearance => Theme Options => Custom SS” box:
#feature-slider .slides { width: 100%; }Sakin
Keymaster@meekglorious: twitter @sakinshrestha and @catchthemes same with facebook
Sakin
Keymaster@Saverio: That’s nice 🙂
Sakin
Keymaster@Keith: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.home #content .hentry { border: 1px solid #000; }To Set the number of post, you need to go to “Settings => Reading” and change the value in “Blog pages show at most” and save changes.
Sakin
Keymaster@Melissa: Please send me your site URL and let me know what is the width of the right sidebar that you want to make in terms of PX. To check Ad King Pro widget, I need to see your site URL.
Sakin
Keymaster@ramakrishna: Sorry I don’t get it what you mean. Can you share your site URL and Screenshot of Theme Options. It should show Social Icons options. For that you need to go to “Appearance => Theme Options => Social Link => Social Icons”. There you need to add in your social profile URLs.
Sakin
Keymaster@Saverio: Yes, I got that so what you want to do it?
If you want to make your sidebar widget to take one full row in mobile devices portrait, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (max-width: 480px) { #secondary .widget { width: 100%; margin-left: 0; } }Sakin
Keymaster@meekglorious: Remove the following css from your Custom CSS box:
img[class*="align"], img[class*="wp-image-"] { border: 1px solid #ddd; max-width: 20.5%; padding: 6px; }Sakin
Keymaster@Supratik:
1. You need to add widget in your Sidebar and it will show in the left column. Can you add widget and let me know it so that I can check in your issue. I see that if you don’t have widget then it should be full width which is an issue. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box:.content-area-full .content-area { clear: both; width: 100%; }2. For this you need to create child theme and then copy
page.phpfrom Create theme to your child theme and then add the following code just below yourget_header(); ?>
<?php if ( is_page( 'knowme' ) ) { get_sidebar( 'intro' ); } ?>Sakin
Keymaster@michellebergmann: You can hide the post meta by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-header .entry-meta { display: none; }For images and font, yes your site need to be public. For font, we don’t have that option in Free version and only have in Pro version. Yes, in free version you can use plugin to add font. Then add custom css.
March 14, 2015 at 1:01 pm in reply to: Featured Header Image, Excluding Homepage Option not working #53281Sakin
Keymaster@Saverio: Sorry not sure what you mean. Can you send me screenshot and explain. Can you check in our demo page is that issue is there http://catchthemes.com/demo/catch-everest/sidebar-layout/right-sidebar/
Sakin
Keymaster@Francis: I check in your site http://www.fincasabina.com/Wordpress/ but I don’t see you have change to Featured Image Slider. I can still see demo images.
You don’t need to send me screenshot in email. You can just upload screenshot in your site or any photo-sharing site. For example screenshot like this link http://awesomescreenshot.com/09f4mea713
-
AuthorPosts
