Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@sumit.nagi: Nice site and thanks for your feedback. Yes we will add new features soon. This will include different sidebar for home and other pages and also there will be footer sidebar like in our catch box themes. But we are not in plan right now to add header widgets.
So, it’s all your deal. Right now we are offering introductory price which will be over soon and will be on full price.
Cheers 🙂
Sakin
Keymaster@yagoleon: You can change any size image to the logo. But then you need to add in custom css in “Custom CSS” box in your Theme Options. As the max height set for the logo is 90px.
So go to Appearance -> Theme Options -> Custom CSS and add in the following css:
h1#site-title a img {
height: auto;
max-height: inherit;
max-width: 250px;
}
Sakin
Keymaster@ntillman: You can add and remove any widgets in Sidebar through Appearance -> Widgets in your WordPress Dashboard.
Sakin
Keymaster@TJBraatveit: Simple Catch and Simple Catch Pro there have a lot on difference. The directory is also different. So, you have to set style.css in the child theme as below:
/*
Theme Name: Simple Catch Pro Child
Theme URI: http://catchthemes.com/themes/simple-catch-pro/
Description: Child theme for the Simple Catch Pro theme
Author: Catch Themes
Author URI: http://catchthemes.com
Template: simple-catch-pro
*/
@import url("../simple-catch-pro/style.css");
Sakin
Keymaster@smgrayson8 : No problem. You are doing great. You are using Simple Catch Pro theme which is different then simple catch theme. So, for this you can use the css as below:
#branding {
background: none #000;
}
Sakin
Keymaster@dpreiser: You are using simple catch pro. So for this you need to add the following css:
#header-content .searchform {
display: none;
}
Sakin
Keymaster@josedebenidorm: you need to login first and then only you will be able to see that forum as that is private forum.
Sakin
Keymaster@anna_bki: For that you need to add it with the help of css and code in simplecatch_headersocialnetworks() function. If there is problem then you can user support ticket for this.
Sakin
Keymaster@josedebenidorm : Please use the appropriate forum. As for all the simple catch pro user can access this private forum http://catchthemes.com/support-forum/forum/simple-catch-pro-premium/ . Add in here.
The best to avoid this error. Simply delete the theme from your WordPress and add in the latest version.
Sakin
Keymaster@smgrayson8: I need your site url to check in details.
Sakin
Keymaster@dvmachado: I don’t think I still understand you. But my explanation about the slider is when you add the post ID you should just add the id only not # please.
Sakin
Keymaster@dvmachado: Oh you just have to add Post ID’s without any #. Just ID number. But the design is yours now and how can I help you with as I don’t know your modification. So, I recommend you hiring a customizer.
Sakin
Keymaster@dvmachado: Can you send me your Site URL
Sakin
KeymasterSakin
KeymasterSakin
Keymaster@gadgetxpert: to remove the frame in the image. See below:
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail {
border: none;
}
Sakin
Keymaster@gadgetxpert: to remove that I need to look at your site. You may use the code to remove it by building child theme or you can just use custom css to hide it.
Sakin
Keymaster@gadgetxpert: You are really making me confused by asking all question together. Can you just create one question at a time in one forum thread and create another and so on. Also, I can only tell you about the simple design change but for more you need to hire a customizer.
Sakin
Keymaster@mont: you can add the following css in the “Custom CSS” box in Theme Options under Appearance tab of your WordPress Dashboard:
.single-post #primary {
margin: 0;
}
.single-post #content {
margin: 0 3%;
width: 94%;
}
Sakin
Keymaster@hrcwebmaster: I am not getting what you mean. But first can you send me your site URL and the page link. Then you can paste the code in http://pastebin.com/ and send me the url of code.
-
AuthorPosts
