Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@omgstyle: I need to check in your site to see what are you trying to accomplish. So, send me your site URL?
Sakin
Keymaster@ashrafashraf: it’s better to copy the code that I gave you.
August 15, 2013 at 12:56 pm in reply to: Change Simple Catch Pro slider format to Catch Box slider format #13245Sakin
Keymaster@pimpleprogress: sorry, I forgot to add float. So, replace the previous css with the following
.home .hentry .entry-summary img.wp-post-image {
float: left;
margin-bottom: 10px;
margin-right: 3%;
max-width: 35%;
}August 15, 2013 at 2:39 am in reply to: Change Simple Catch Pro slider format to Catch Box slider format #13234Sakin
Keymaster@pimpleprogress: To make it exact same you need to edit the code and for that you need developer. But to make it image on left with content on right, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.home .hentry .entry-summary img.wp-post-image { margin-right: 3%; max-width: 35%; }Sakin
Keymaster@fakindino: Don’t edit files from Template Editor. Editing any theme core files will be reverted back when you perform update to theme. So, you will loose all you edits. So, the best option to modify themes through Theme Options panel and Custom CSS box or through building child theme.
Just copy the footer.php code from http://themes.svn.wordpress.org/simple-catch/2.6/footer.php
Sakin
Keymaster@pele: Thanks for showing that, we will fix that in next version. For now you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
ul.social-profile li.custom-social a img { max-height: 31px; max-width: 31px; }ok we will add Roboto Font family as well.
Sakin
Keymaster@portolan: you can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-header .entry-meta .by-author { display: none; }Sakin
Keymaster@SteveW: When you edit the functions, don’t edit on the core theme files. First, build the child then and add the functions in your child theme functions.php file.
you can addif ( is_home() ) { }condition. See this http://codex.wordpress.org/Function_Reference/is_homeAugust 15, 2013 at 2:10 am in reply to: Change Simple Catch Pro slider format to Catch Box slider format #13226Sakin
Keymaster@pimpleprogress: That’s not possible with default layout. But yes, if you have developer, who can work on customization then you can do that.
August 15, 2013 at 2:09 am in reply to: I want to make my blog section different than the rest of the site #13225Sakin
Keymaster@heatherlb: Yes that is the only way to do it as blog doesn’t take the page settings. It take the theme options settings.
Sakin
Keymaster@ashrafashraf: Yes you should add it where you have child theme style.css
Sakin
Keymaster@ashrafashraf: Please hire a developer for this type of task. When you are trying to edit header.php the the name will be header.php only.
Sakin
Keymaster@impresnet: For color options upgrade to Catch Everest Pro version where there is Color Picker in Theme Option panel though with you can easily change it.
Sakin
Keymaster@ashrafashraf: Yes.
Sakin
Keymaster@omgstyle: You can hide it by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-container { display: none; }Sakin
Keymaster@ashrafashraf: If you want to change header.php then you have to copy the header.php in your child theme and edit it.
Sakin
Keymaster@ashrafashraf: Yes it will not be effected.
Sorry I don’t have idea about that.
Sakin
Keymaster@MichelB: It’s bit confusing why it’s not working in Android devices. Will check it and let you know if I get any answer on this.
Sakin
Keymaster@ashrafashraf: it’s not loading your parent theme css. So, can you replace the code in your child theme style.css with the following
/* Theme Name: Ashraf Theme URI: http://catchthemes.com/themes/catchbox Author: Catch Themes Team Author URI: http://catchthemes.com Template: catch-box Description: Catch Box Child Theme Version: 1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready */ @import url("../catch-box/style.css");Sakin
Keymaster@ashrafashraf: If you have added the css in your child theme style.css or in “Appearance => Theme Options => Custom CSS” box, then your changes will not be effected when you update the theme.
When you change the admin bar php file. It will be reverted back when you update the WordPress core, as that file is from WordPress core.
You don’t have option to add screenshot in this forum. So, you have to upload the screenshot image in your site or in any photo sharing site and then the url of that image in the forum.
-
AuthorPosts
