Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@julianno: It’s bit difficult one. Please consider hiring customizer at http://bit.ly/catch-tweaky
Sakin
Keymaster@greenlesotho: Looks like the download got interrupt before it was complete. So, you need to login to your FTP or Hosting Control Panel and then delete the folder catch-evolution that will be there in wp-content/themes folder. After you delete it, it will load default twenty thirteen theme and then you can reinstall it.
Sakin
Keymaster@ashrafashraf: I cannot open your site. It’s showing 300 Internal Server Error.
Sakin
Keymaster@azizwaing: To remove box shadow, you can add the following CSS in “Appearance => Theme Options => Custom CSS box.
#main-feat-img { box-shadow: none; }But for contact page and placement, you need to work with your CSS developer. It’s but confusing.
Sakin
Keymaster@tracypie: Thanks Tracy and Yes the plugin Easy Digital Downloads is working great. Will take a look at Woo-Commerce.
Sakin
Keymaster@BenniemanZA: thanks for your appreciation.
Sakin
Keymaster@ghblog: I don’t get it what you mean. Send me your site URL and also explain what do you mean by header/tagline. This means you want to hide your site title and descriptions/Tagline.
October 11, 2013 at 3:02 pm in reply to: Move social media icons back above header and move widget next to header #15834Sakin
Keymaster@ghblog:
1. I need to check in your site URL to see how you have added your header image and then work on suggestion.
2. To add widgets in header right section, you need to upgrade to Simple Catch Pro theme, where you will get option to use Header Right Sidebar and then add anything you want through “Appearance => Widgets”.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; } -
AuthorPosts
