Forum Replies Created

Viewing 20 posts - 7,261 through 7,280 (of 14,497 total)
  • Author
    Posts
  • in reply to: Menu Text Colors #34298
    Sakin
    Keymaster

    @littleblue03: Please post in Proper Support Forum. This is Catch Everest support forum, for Catch Evolution add it in this forum http://catchthemes.com/support-forum/forum/catch-evolution-free-theme/. Also when I check in your site, you already have change the menu background to green color.

    in reply to: Responsive header image #34297
    Sakin
    Keymaster

    @baanderson: Sorry I don’t understand what you mean.

    Sakin
    Keymaster

    @devnet: I see that you have added the post ID 2762, title “Manjaro Linux – My Current Distribution” in your Featured Post Slider. So, I guess you have check on “Exclude Slider post from Home page posts”. Can you go to “Appearance => Theme Options => Featured Post Slider => Add Slider Options” and check your settings.

    in reply to: Facebook widget showing images of people #34295
    Sakin
    Keymaster

    @Steve: Please don’t edit any core theme files. You are not supposed to edit any files inside catch-evolution-pro theme directory. As these files will be reverted back to original when you update the theme. For SDK code in header.php, you can add it in “Appearance => Theme Options => Webmaster Tools => Header Codes” box.

    in reply to: Posting via email #34289
    Sakin
    Keymaster

    @Jeff: For this, you can install “Jetpack” plugin and activate “Post by Email” module and configure it.

    in reply to: Reduce white space/padding #34288
    Sakin
    Keymaster

    @Todd:
    1. The request a quote graphic in the header right sidebar widget. But it’s not lined up with the logo. I’d like them to be balanced vertically.
    — For this you can remove the margin top by adding the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-right .widget { margin-top: 0; }

    If this is not enough then you can adjust the padding top.
    .header-sidebar { padding-top: 50px; }

    2. I’d like to further reduce the white space above and below the logo and quote graphic a little more.
    — For the space above logo, you can adjust the padding top
    #site-logo { padding-top: 50px; }

    3. reduce the white space above the line “An Independent Energy…” just a bit
    — You can adjust the padding top in the following css.
    .home #main { padding-top: 50px; }

    4. very slightly reduce the spacing in the headline area and the button size.
    — You can adjust the padding top and below as per your need.

    #homepage-message {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    in reply to: Problem H1 tag on the home page! #34285
    Sakin
    Keymaster

    @philippe: You are using Catch Box theme build in HTML5 and CSS3. So, in HTML5 each article can have 1 header code and each header code can have one h1 tag. So, this is not a problem. See this http://catchthemes.com/support-forum/topic/featured-content-h1-tages-to-many/

    in reply to: How to add text after "All Rights Reserved."? #34223
    Sakin
    Keymaster

    Hello Yuccacane,

    For this you need to upgrade to Catch Kathmandu Pro theme where you will get “Footer Editor” options in your Theme Options panel. For more details about additional features in Pro version, read the theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    Regards,
    Sakin

    in reply to: tweaking the sliding header #34222
    Sakin
    Keymaster

    @jim tobin: Simple Catch Free theme only have option to use Featured Post Slider, which is there to highlight your post and it takes the post title, excerpt content and featured image from the post IDs. So, it will link to post.

    The featured that you are asking can be fulfilled by “Featured Image Slider” where you can upload independent image, title, content and links all optional. For this, you need to upgrade to Pro version. There are other nice additional features, find out at http://catchthemes.com/theme-instructions/simple-catch-pro

    Or you may use redirect plugin to redirect your post URL to homepage. So, it will not show that post.

    in reply to: Remove comments on pages #34221
    Sakin
    Keymaster

    @maevamena: It’s easier in Pr version where you will get option to disable comment on pages from “Appearance => Theme Options => Comment Options”. See more details at http://catchthemes.com/themes/catch-evolution-pro/

    But if you want to do this in free version. Then you need to edit the pages where you want to disable the comment. Then un-check “Allow Comment” in discussion box. See this screenshot at http://www.pinterest.com/pin/548594798329843253/

    in reply to: Facebook widget showing images of people #34220
    Sakin
    Keymaster

    @Steve: There is two option to do this.
    1. Through Plugin: You can install “Jetpack” plugin and then active “Extra Sidebar Widgets” module then you will get “Facebook Like Box (Jetpack)” widget and add it in your sidebar from “Appearance => Widgets”
    2. Through Code: You can get the code from https://developers.facebook.com/docs/plugins/like-box-for-pages , fill in the detail and click on get the code and then add that code in your sidebar from “Appearance => Widgets” using “1. Catch Evolution Adspace Widget”

    in reply to: Spacing around logo in header #34217
    Sakin
    Keymaster

    Hi Maeve,

    You can change the padding as per you need and then add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-content { padding-top: 40px; padding-bottom: 40px; }

    Regards,
    Sakin

    in reply to: Can't Acess Admin on my Site!! Help! #34215
    Sakin
    Keymaster

    @Kevin: Thanks for providing information through email.

    I already mention you, this error is from memory exhaustion and you need help from your hosting server to increase the memory limit. But since your hosing server didn’t support and no one to help. I try to help you.

    I have just increase your site PHP memory limit to 64MB by adding the following code in wp.config.php file
    define('WP_MEMORY_LIMIT', '64M');

    Now, you will be able to access your WordPress dashboard.

    in reply to: Image borders #34211
    Sakin
    Keymaster

    Hi Maeve,

    I am not sure about what you are talking about. If you are talking about how to add background image then you can go to “Appearance => Background” and then upload your image.

    Regards,
    Sakin

    in reply to: Modify colour scheme #34176
    Sakin
    Keymaster

    @dmcleman: Sorry there is no color option. So, you need to change the color either using Custom CSS box at Theme Options panel or by building child theme and adding css in child theme style.css

    in reply to: Can't Acess Admin on my Site!! Help! #34173
    Sakin
    Keymaster

    @Kevin: If no one is helping you then I will do it. Ok I will send you personal email and please reply me there.

    in reply to: How to Get Smaller Thumbnails in Categories Display? #34154
    Sakin
    Keymaster

    @Design Diva: Thanks for your appreciation.

    If you don’t want to build child theme then there is one trick to do display small image. Just upload small image as Featured Image in your post then it will display the original image that you have uploaded.

    in reply to: space between menu and submenu #34153
    Sakin
    Keymaster

    @Phuong: You need to add the following css inside your media.

    #header-menu ul.menu ul {
        top: 35px;
    }

    Now your custom css should look like below:

    @media screen and (min-width: 1080px) {
    	#primary { width: 660px; }
    	#secondary { width: 240px; }
    	#header-menu ul.menu a {
    		line-height: 35px;
    		padding: 0;
    		padding-left: 12px;
    		padding-right: 12px;
    	}
    	#header-menu ul.menu ul a {
    		line-height: 35px;
    		padding: 0;
    		padding-left: 12px;
    		padding-right: 12px;
    	}
    	#header-menu ul.menu ul {
    		top: 35px;
    	}	
    }
    in reply to: Move Header Menu to the Right #34151
    Sakin
    Keymaster

    @Joey: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS box.
    #branding ul.menu { float: right; }

    in reply to: Embedding Media #34150
    Sakin
    Keymaster

    @Ena: When I add in the Embed code in “Text” mode it is working fine for me. Can you post in your URL where you have added in the embed code. See this http://www.pinterest.com/pin/548594798332210926/

Viewing 20 posts - 7,261 through 7,280 (of 14,497 total)