Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@regalaffair: you can use the same. We will add this fix in new version update. thanks for reporting bug.
November 15, 2012 at 9:40 pm in reply to: Removing the Slider from blog page if using static front page #1928Sakin
Keymaster@ntillman: We need to add the option for enabling and disabling slider. We will look in for future update. For now you can just hide it using the css. Add the following css in “Custom CSS” box in Theme Options under Appearance Tab in your WordPress Dashboard:
.blog .featured-slider, .blog #controllers {
display:none;
}Sakin
Keymaster@gadgetxpert: yes updates are always needed for all the theme and we will update it as per the fixes and the features.
Please add different thread for different questions. If you are looking for customization then use the Hire a Customizer.
Sakin
Keymaster@dpmaki: Hum that’s really strange. I will have my support team look at it. I don’t know why it is showing in you site. But for a quick fix until we release the new version. You can add the following css in the “Custom CSS” box in your Theme Options.
.blog .featured-slider {
display: none;
}
Sakin
Keymaster@gadgetxpert: There is so many question. Form next time please ask one question in one forum thread. So, that it is easy for us to answer it.
1. Logo Clickable: Just add the following CSS in Custom CSS box in Theme Options under Appearance Tab in your WordPress dashboard.
#site-logo a {
display: inline-block;
}
2. Featured image will be same size if you upload the larger image.
3. to remove the top gap. just add the following css:
body {
padding-top: 0;
}
4. to remove the bottom gap. just add the following css:
#page {
margin-bottom: 0;
}
5. To disable tablet and mobile friendly themes you need to do manually from header.php and it is not recommended.
November 13, 2012 at 11:07 pm in reply to: How to create a child theme of Simple Catch Pro (Premium)? #1906Sakin
Keymaster@Waterfords Auction: Sorry for the late response. But if you want the faster response then you can use the support ticket. It’s great that you fixed it.
Sakin
Keymaster@dpmaki: you can just setup through “Settings -> Reading”. Then select A static page and select the page you want to keep it as homepage. Then click on Save changes.
Sakin
Keymaster@mufias: Send me your site URl and I will send you the custom CSS to reduce the height.
Sakin
Keymaster@jcdSF: We found the issue with the update notifier. We have just updated the Simple Catch Pro to version 1.2.4. Where we fixed the update notifier and few css.
Sakin
Keymaster@dpmaki: Can you download the latest version of Simple Catch Pro from your account in Catch Themes and then upload it. If this latest version doesn’t fix it then I will need to check in with you. So, let me know the status.
Sakin
Keymaster@jcdSF: It will say that only if your current style.css has version 1.2.3. Yes, there won’t be any effect if you delete and upload the latest version.
Sakin
Keymaster@Monica: We are sorry that the function you ask in beyond the scope and design and Simple Catch Theme. That is why you need to do the customization work. Each theme has it’s own scope and limitations.
Sakin
Keymaster@MyKE: The latest version is 1.2.3. But I don’t understand what is the problem with the site. Yes youtube video won’t show on front page as this is blog view. and for the excerpt length. Go to “Theme Options -> Theme Settings -> Excerpt / More Tag Settings and change the value in Excerpt Length.
Sakin
Keymaster@Russ-Stewart: I have already replied you in another thread. So, I am closing this one.
Sakin
Keymaster@jcdSF: I will check with my technical team who looks for the update notification. But for now you don’t need to wait for the notification. Just download the latest version from your account in catch themes. Download it and upload it in your server.
Sakin
Keymaster@Russ-Stewart: to hive search button on the header area. use the following CSS in “Custom CSS” box in your Theme Options:
#branding .searchform {
display: none;
}
Sakin
Keymaster@Russ-Stewart: You can on the tagline and use the following CSS in “Custom CSS” box in your Theme Options:
#site-description {
display: none;
}
-
AuthorPosts