Forum Replies Created

Viewing 20 posts - 10,401 through 10,420 (of 14,509 total)
  • Author
    Posts
  • in reply to: Remove footer area space #15077
    Sakin
    Keymaster

    @Lorena Poling: Sorry can you upload the screenshot of what you want?

    in reply to: Responsive Layout #15076
    Sakin
    Keymaster

    @paigeohliger: I don’t know why it working that way in your site. As the Catch Mustang theme works fine http://catchthemes.com/demo/catch-mustang/

    in reply to: Menus & Responsive Design #15073
    Sakin
    Keymaster

    @ddelmotte: Thanks

    in reply to: Pages only show 1st 10 #15072
    Sakin
    Keymaster

    @brent.canipe: It’s strange why only this page http://thematrixsupply.com/aa-hair/aa-short/ is not showing it. Can you tell me how you added category posts in that page. Category is supposed to show like this http://thematrixsupply.com/category/aa-hair/aa-long/

    in reply to: Gravatar on my blog #15071
    Sakin
    Keymaster

    @klhaight: If Gravatar is not working then please check your setting. That I think you have already don’t it. Also check your email address in your user profile. As the profile image from your gravatar profile is added from our email.

    Also in this site we use “Jetpack” plugin “Gravatar Hovercards” module.

    Sakin
    Keymaster

    @lisareopera: About your text on your slide to be narrow. Can you tell me what’s the width that you want.

    You can change the font only for headlines in Catch Everest Pro theme, you can just upgrade it and use it.

    in reply to: Thumbnail size for featured posts #15067
    Sakin
    Keymaster

    @Phamau: Thanks 🙂

    in reply to: Custom Menu Colors #15066
    Sakin
    Keymaster

    @ATsocialmedia: You can change by adding following CSS in “Appearance => Theme Options => Custom CSS” box. In the following CSS, you can change the color code as per you need.

    #access ul li#menu-item-411 a {
        background-color: #666;
        color: #fff;
    }
    in reply to: After redirect, widgets/content disappeared #15063
    Sakin
    Keymaster

    Hello Dan,

    This looks more of server issue. When you transfer the site, looks like there was issue in database transfer and all your widgets were not transfer.

    So, the only option left at this time is to add the widget back form “Appearance => Widgets”

    When you transfer your site you have to move all your folder and files which includes themes and plugins. Then you need to transfer your database.

    Regards,
    Sakin

    in reply to: Thumbnail size for featured posts #15062
    Sakin
    Keymaster

    @Phamau: I don’t know which code and where you have added it. But looking at the error, I found that you have declare function catcheverest_custom_header_setup() in your child theme. I don’t know why you added that.

    in reply to: change color of the text menu #15061
    Sakin
    Keymaster

    @cabron_berlino: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu #menu-item-101 a { color: #0b610b; }

    in reply to: Updating Catch Everest Pro #15056
    Sakin
    Keymaster

    @jennyebermann: We can help you in upgrading process. If you need then let me know it. I will email you directly.

    in reply to: how to add meta description on home page #15039
    Sakin
    Keymaster

    @saurabhucer: Just install “WordPress SEO by Yoast” plugin and add it.

    in reply to: Menus & Responsive Design #15038
    Sakin
    Keymaster

    @ddelmotte: What’s your WordPress version? Can you share your menu screenshot?

    in reply to: Catch Everes Theme Width #15034
    Sakin
    Keymaster

    @@klox77: You can just remove that css from your Custom CSS box.

    in reply to: Crop Slider Image #15031
    Sakin
    Keymaster

    @rgcoles: Actually that is not there in theme. But can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #slider-wrap .featured-img { float: left; }
    #slider-wrap .featured-text { float: right; }
    in reply to: Catch Everes Theme Width #15028
    Sakin
    Keymaster

    @klox77: 900px is too small. When you make 900px you need to adjust a lot. So, add in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1060px) {
    .site {
    	margin: 20px auto;
    	width: 900px;	
    }
    #primary {
    	width: 500px;
    }
    .page-links,
    .widget,
    blockquote,
    .site-content article,
    .site-content .site-navigation,
    #infinite-handle,
    .comments-title, #reply-title,
    #respond {
    	margin-bottom: 30px;
    }
    #homepage-message {
    	margin-top: 30px;
    }
    article.sticky .featured-post,
    .page-header,
    p,
    .featured-image,
    .entry-content table,
    .comment-content table,
    .widget.widget_catcheverest_social_widget,
    #content .searchform {
    	margin-bottom: 20px;
    }
    #header-right .widget,
    .entry-header,
    article.format-aside .entry-title,
    .comments-area article header {
    	margin-bottom: 20px;
    }
    .page .entry-header,
    .widget-title,
    #header-right .widget.widget_catcheverest_social_widget {
    	margin-bottom: 10px;
    }
    .container {
    	padding: 0 30px;
    }
    #site-logo,
    #hgroup,
    #header-right,
    #supplementary,
    #main {
    	padding-top: 30px;
    }
    #hgroup-wrap,
    .hentry,
    .comments-area article { 
    	padding-bottom: 30px;
    }
    #site-generator .site-info {
    	padding: 20px 0;
    }
    #header-menu ul.menu a, 
    #colophon #access-footer ul.menu a {
    	padding: 0 15px;
    }
    .entry-header .entry-title {
        padding-bottom: 0;
    }
    }
    in reply to: Crop Slider Image #15027
    Sakin
    Keymaster

    @rgcoles: I check in the document you send me. It’s the same as your site. It doesn’t show what changes you want.

    in reply to: Catch Everes Theme Width #15023
    Sakin
    Keymaster

    @klox77: Can you tell by what the width that you want?

    in reply to: Menus & Responsive Design #15022
    Sakin
    Keymaster
Viewing 20 posts - 10,401 through 10,420 (of 14,509 total)