Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterJust update to latest version to fix this issue.
Sakin
KeymasterJust update to latest version to fix this issue.
November 20, 2012 at 9:50 pm in reply to: How to create and register custom page or blog posts for Simple Catch Pro? #1997Sakin
Keymaster@Waterfords Auction: About this I see that there is bug and will fix that link. But that link will actually send you to the Theme Options in your WordPress dashboard. So, you can go directly.
But to select the page layout individually, you you just select the layout where there is option to select from “No sidebar, No Sidebar full width, No Sidebar One Column, Left Sidebar and Right Sidebar”.
Sakin
KeymasterYou can just add the css in the “Custom CSS” box in your Theme Options in WordPress Dashboard.
For h1 you can change the font size as:
h1 {
font-size: 32px;
}
Same goes with h2.
Sakin
Keymaster@berry105: Sorry looks like I missed your support forum thread. Uploading and changing the Header logo in not a problem. You can just change it from your Theme Options. If there is problem then can you send me your site URL. Also try updating the theme and check it.
November 20, 2012 at 9:25 pm in reply to: catch-box: I can't change the default layout anymore #1994Sakin
KeymasterHi Christophe,
Yes I see that and have already fixed that issue in the latest version. Just update your theme and your are done.
Regards,
SakinSakin
Keymaster@smgrayson8: The grey background in from the background image defined in #header css. So, you can add in custom css in “Custom CSS” box in your theme option under Appearance Tab of your WordPress Dashboard.
For example to change the color you can do like this:
#header {
background: none #000;
}
Sakin
Keymaster@gadgetxpert: This is more of customizing theme. For this you need to have good knowledge of child theme and css.
For this you need to create a child theme of Simple Catch Theme and then edit the 404.php in your child theme. You have to add in
<?php get_sidebar(); ?>
after content and add in style.css where you need to add in float left to .no-sidebar div.col8, .error404 div.col8Sakin
Keymaster@gadgetxpert: About the question regarding logo section white. I am bit confused,. I guess you want your header grey background to be removed. If that is the case then you can add the following css in the “Custom CSS” box in your Theme Option under Appearance tab of WordPress Dashboard:
#header {
background: none;
}
Yes there will be updates of the theme. But for the border around the search box you can add it through css. For example as below in your “Custom CSS” box:
#header .social-search form.searchform {
border: 1px solid #000;
margin-top: 20px;
padding-top: 0;
}
about your last question: Also, and sorry for being a nag I have autism; When you click on a post, it highlights in the menu, can I stop this? can you tell me why you want to remove this. This is default in the standard theme.
Also for more please use different forum thread for different questions and also please add in your site URL whenever you are asking for support.
Sakin
Keymaster@jcdSF: Please delete the old theme and then upload the latest version. There might be some conflict with older version. From version 1.2.4 we have added the update notifier. Sorry for the trouble.
Sakin
Keymaster@mufias: You can use the following css to hide the search form in the header.
#header-content .searchform {
display: none;
}About reducing the height of the header. You need to tell me exactly how much you want to decrease and if possible send me the design.
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.
-
AuthorPosts
