Forum Replies Created

Viewing 20 posts - 6,081 through 6,100 (of 14,505 total)
  • Author
    Posts
  • in reply to: Adjust the amount of header space on posts without a title #46206
    Sakin
    Keymaster

    @KitSinclair: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    .blog .entry-header { display: none; }
    .blog ..site-content .hentry { margin-bottom: 20px; padding-bottom: 20px; }
    in reply to: W3C Validator #46200
    Sakin
    Keymaster

    @alk: The first error is from your script. Also to let you know that HTML5 is still in experimental phase and none of the site build in HTML5 will be validated fully. I check in your site and don’t see any issue with that.

    in reply to: Featured Image Size #46198
    Sakin
    Keymaster

    @Kim: Please don’t post same question in two places. This creates confusion and also might land as spam topic by machine. I have already replied you in http://catchthemes.com/support-forum/topic/featured-image-resize/

    in reply to: Featured Slider height #46196
    Sakin
    Keymaster

    @maria: Please post in your site URL so that I can see what is the sizes that you have added in Featured Slider.

    As per the instruction in http://catchthemes.com/theme-instructions/catch-everest-pro/, it says that if you use Featured Post Slider or Page Slider or Category slider then it will take featured image size of Width: 1140px and Height: 450px. But if you have featured image less then this then it will load the original image that you have upload. But if you use Featured Image Slider, then you need to upload the image of your own choice. In this case make sure you change the size of the image before uploading it.

    in reply to: Featured Sliders titles background color #46195
    Sakin
    Keymaster

    @maria: To change the background color and text color in the featured slider, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-title span, #main-slider .entry-title span:hover {
        background: none #000;
        color: #fff;
    }
    in reply to: Remove social icons from heading #46194
    Sakin
    Keymaster

    @maria: In Catch Everest Pro theme, you can remove the social media icons from header. You can do that either by disabling Header Right Sidebar from “Appearance => Theme Options => Header Right Sidebar Options” or you can add different widget in Header Right Sidebar that will replace the social icons from “Appearance => Widgets”

    Then you can add the social widget in “Main Sidebar” or “Footer Areas” from “Appearance => Widgets”.

    in reply to: copyright info – more space and code for link #46193
    Sakin
    Keymaster

    @maria: Please post in your site URL and then I will check in.

    in reply to: Assigning Widgets To Specific Pages and Templates #46192
    Sakin
    Keymaster

    @j17dascoli: If you want to set widgets to specific page then you can install “Jetpack” plugin “Widget Visibility” module, which allowed you to control the widgets.

    Creating page template requires knowledge of WordPress functions and child theme.

    There is no XML file associated with the live demo.

    Sakin
    Keymaster

    @Ken: Please follow the instruction in http://catchthemes.com/blog/create-child-theme-wordpress/ and you can also download sample child theme from there. Then you need to send me your site URL and list the changes you have done so that I can check in.

    in reply to: Social Media Posts… #46182
    Sakin
    Keymaster

    @danielfishervmc: The demo image and text was showing because of cache. When I refresh the browser and clear the cache I see no image when I share your site in facebook and then check your site in Open Graph testing https://developers.facebook.com/tools/debug/og/object/. It shows that you are using “Jetpack” plugin and which tries to take either logo or featured image in your homepage and it didn’t find. Then added in blank image. So, I suggest you to install plugin like “WordPress SEO by Yost” plugin and set your Image for homepage and all though “SEO => Social” from your WordPress Dashboard.

    in reply to: featured image resize #46181
    Sakin
    Keymaster

    @Kim: Ok then you can Splitting content with More tag option. This will show the image and post up to where you have added more tags.

    To use this option:
    1. Just go to “Appearance => Theme Options => Homepage/Blog Content Options” and check in “Full Content Display” and save changes. This will show full content with all your original images that you have added in your post.
    2. Now, you only want some few parts of the post in your home/blog archive. To do that, you can edit you post and add in More Tags. See this for more tag explanation http://en.support.wordpress.com/splitting-content/more-tag/

    in reply to: Header Right Side Bar Widget Wrap #46180
    Sakin
    Keymaster

    Ok for header right text you can add in the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-left {
        float: left;
        width: 25%;
    }
    #header-right {
        float: right;
        width: 75%;
    }
    @media screen and (max-width: 960px) {	
        #header-left, #header-right { width: 100%; }
    }

    But for the menu, you cannot make it left align for “Primary Menu” as this menu will be in Header Right Sidebar. So, remove that menu from your Header Right Sidebar and then do to “Appearance => Menus => Manage Locations” and then assign your menu to “Secondary Menu” and save changes.

    in reply to: specify a maximum width #46178
    Sakin
    Keymaster

    @Sevian: Thanks and sorry your question is confusing. Can you explain what’s the maximum width are you talking about in reference with your site URL. So, that I can check in and explain.

    in reply to: How could I dis-enable the the pages tile on each pages? #46177
    Sakin
    Keymaster

    @Bryan: Please add in the following css in “Appearance => Theme Options => Custom CSS” box.
    .page #featured-post .entry-header { display: block; }

    in reply to: Woocommerce Cart -> Mobile Layout #46176
    Sakin
    Keymaster

    @Raphael: Sorry this is not in our hand and it is controlled from WooCommerce plugin. So, you need to post in their support forum.

    in reply to: Slider pictures have different size #46139
    Sakin
    Keymaster

    @Serendipity30: Please post in your site URL so that I can check in. Also which slider are you using. Are you using Post Slider or Page Slider Or Category Slider or Image Slider. If you are using Post Slider or Page Slider Or Category Slider then your image will be as Width: 754px and Height: 400px.
    Note: but id you have uploaded the featured image which is less then Width: 754px and Height: 400px, then it will load the original image size that you uploaded.

    in reply to: Underline Links #46138
    Sakin
    Keymaster

    @Kim: Can you try to add following Custom CSS:
    a { text-decoration: underline; }

    in reply to: Background #46137
    Sakin
    Keymaster

    @Joaozinho: Are you talking about the white border at the top of your footer. Then you can add the following css to remove that border:
    #colophon { border-top: none; }

    in reply to: Header Right Side Bar Widget Wrap #46136
    Sakin
    Keymaster

    Yes, I can help you with the custom css. But I need to check in your site. So, please post in your site URL.

    in reply to: How could I dis-enable the the pages tile on each pages? #46118
    Sakin
    Keymaster

    @Bryan: Please post in your site URL so that I can check in and send you the custom css.

Viewing 20 posts - 6,081 through 6,100 (of 14,505 total)