Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@monolith: This is customization and for then you need to hire developer.
I will guide you on how you can do it.
First, you need to create Child Theme of Catch Everest and then create two new page templates. You can just copy page-blog.php from Catch Everest theme and then create similar 2 templates. For example: page-listen.php and page-read.php files. In these two new files, you need to change then template name from Template Name: Blog to the name you want it to be recognized with.
Then in WP_Query array add
category__in => 3for your page-read.php file.
For Child theme, read here http://codex.wordpress.org/Child_Themes
For WP_QUERY, read here http://codex.wordpress.org/Class_Reference/WP_QuerySakin
Keymaster@tracypie: Sorry I couldn’t find the big featured image. Can you send me the page url in which you are having trouble with.
Sakin
Keymaster@ghblog: Creating child theme is little hard then just a basic settings. First you need to create the folder. For example: simple-catch-child . Then you need to create the file style.css in your child theme folder. The main thing in your child theme css in to define the template. That will be the parent theme folder name. For Simple Catch Theme, it will be simple-catch.
For more about Child Theme. See this http://codex.wordpress.org/Child_Themes
Sakin
Keymaster@Gina: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.blog .entry-summary img { float: left; margin-right: 10px; }Sakin
Keymaster@kris10haley: You can remove the white space around her logo (especially above) by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content { padding: 0; }For making the logo 75-80% of it’s current size, you and just upload the small size logo.
For lessening the white space above/below posts, pages and widgets.. This theme is design with lot of white spaces to create clean look.
To reduce the white page above and below content
.hentry { padding-top: 10px; padding-bottom: 10px; }To reduce the white page above and below widgets
.widgets { padding-top: 10px; padding-bottom: 10px; }Sakin
Keymaster@robzone21: I just check in your site and found that you are not using any of our themes. We only provide support to our own themes.
Sakin
Keymaster@ashrafashraf: You are checking in Installation instruction while you need to check “Updating Theme Using the Administration Panel” instruction.
Sakin
Keymaster@EPICPROJECT: Sorry there is no option to do that only for the post in the widget. But you can use “3. Catch Everest: Featued Content” widget and add write down own title and content as per you need.
Sakin
Keymaster@BenniemanZA: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box. This is bit difficult. So, nice one please upgrade to Pro version.
#header-menu { background-color: #323c9a; } #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #6ea2dc; } #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background-color: #6ea2dc; }Sakin
Keymaster@Jeffer: For main you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main { background-color: #fff; }Sakin
Keymaster@azizwaing: You need to add in your site URL so that I can check in.
Sakin
Keymaster@kat22: Just find them image “social-profile.png” in your theme images folder and then edit that image file.
Sakin
Keymaster@nnicholson1: I see that for other image you have added
style="border: none;"in your img tag. For this one also you need to add that.Sakin
Keymaster@soraja: Hello Anita, I am not so sure about that plugin but if you want to localize in Hungarian language then you need to create hu_HU.mo and hu_HU.po file through http://poedit.net/ software. If you look at the languages folder, you will see other language file for your reference.
About your header image hover, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the opacity effect.
#hgroup-wrap a:hover img { opacity: 1; }Sakin
Keymaster@Gina: Sorry, I don’t get it what you mean. Can you share your site URL and then explain please.
Sakin
Keymaster@ashrafashraf: For update, please follow the instruction mentioned in http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@senna: Looks like you have successfully changed it. Favicon should be .ico extension image to get it in older browser but modern browser accepts other image formats as well.
I just check in your site and see favicon in your site as http://www.lincolnfamilyfunerals.com.au/wp-content/themes/catch-everest/images/favicon.ico
-
AuthorPosts
