Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Nick: Yes, it’s responsive. Can you share your site URL so that I can check in. You can check our demo URL with your mobile device at http://catchthemes.com/demo/catch-kathmandu/
Sakin
Keymaster@Keith: Ok then ignore all previous uss and just add the following css to add border in all posts and post in homepage.
#content .hentry { border: 2px solid #7d1515; }Then to reduce the space between widget, you can remove margin bottom and paggind bottom by adding the following css:
#secondary .widget { margin-bottom: 0; padding-bottom: 0; }Sakin
Keymaster@Matthew: Thanks will check in details
Sakin
Keymaster@Fuchur: Your code look good. After you update the code. Did you change any value in Customizer social icons so that it clears the transient cache.
We are in the process of adding in the theme in next version update. We are in the process of adding two one for Skype Call and another for skype call my number. Thanks 🙂
Sakin
Keymaster@peenie92: First of all your logo image http://www.ifishanywhere.com/wp-content/uploads/2015/03/15225_iFishanywhere_LOGO_4-e1426460259872.png has lot of bank space above and below. So, you need to edit that logo and check back.
Sakin
Keymaster@Matthew: Can you let me know what’s broken. Also after upgrade don’t forget to clear your Cache from W3 total Cache plugin settings and check your custom css.If you want assistance in upgrade installation then I can do that for you. There will be few item you might need to reassign back like custom menu and so on. See this http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/
I will email you just in case you need help in upgrade setup then I can do that smoothly.
March 15, 2015 at 10:36 pm in reply to: how to remove title and Excerpt from post feature slider #53391Sakin
Keymaster@Stephanie: You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide the Featured Post Slider title and excerpt text.
#main-slider .entry-container { display: none; }But if you choose Featured Image Slider from “Appearance => Theme Options => Featured Slider => Slider Options => Select Slider Type” then you can use upload image and link as per your need. If you don’t want title and content then you lave that empty.
Sakin
Keymaster@llosongco: Sorry I don’t get it what you mean. Can you explain in reference with your site URL.
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.
-
AuthorPosts
