Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@ashrafashraf: Yes you can simple change Powered by section from “Appearance => Theme Options => Footer Editor”.
Sakin
Keymaster@fakindino: You will not loose all the content. You will just loose the customization that you have done with core theme files.
Sakin
Keymaster@fakindino: I don’t know what customization have you done. So, you need to restore the theme.
Sakin
Keymaster@omgstyle: Do you mean to align the text “23 West 47 St., Suite 701 New York, NY 10036 Phone: +1 (212) 278-0119”. For that you need to add additional css in “Appearance => Theme Options => Custom CSS” box.
#supplementary.one .widget-area { width: 100%; }The post that you posted in Category Press will be posted in Category Archive http://oisdiamonds.com/category/press/. You need to add the category “Press” from “Appearance => Menus”
For menus, use custom menu from “Appearance => Menus” and build custom menu with the pages and category you need. See this http://en.support.wordpress.com/menus/
Sakin
Keymaster@crusehh: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box which will reduce the padding space.
#hgroup { padding-top: 10px; }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.
-
AuthorPosts
