Forum Replies Created

Viewing 20 posts - 6,061 through 6,080 (of 14,497 total)
  • Author
    Posts
  • in reply to: Woocommerce Cart -> Mobile Layout #46254
    Sakin
    Keymaster

    @Raphael: The code in from WooCommerce and we don’t have controlled on it.

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

    You can color option in pro version you will have color options in your theme options panel to change it.

    To align left secondary menu, you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
    #secondary-menu ul.menu li { float: left; }

    in reply to: Justify Content Alignment #46252
    Sakin
    Keymaster

    @Kim: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-content, .entry-summary { text-align: justify; }

    in reply to: Image resolution #46250
    Sakin
    Keymaster

    @Whitney: It depends on the sections where you are uploading images. See the theme instructions page for image sizes http://catchthemes.com/theme-instructions/adventurous-pro/

    in reply to: code for Hiding words or white wording #46248
    Sakin
    Keymaster

    @Joz: Please post in your site URL then I can check in and send your the custom css.

    in reply to: blog sidebar #46247
    Sakin
    Keymaster

    @Bryan: Can you send me your site URL so that I can check in.

    in reply to: Custom CCS to change margin in widget – one section only #46246
    Sakin
    Keymaster

    @Nancy: Try the following css:

    .widget.widget_image {
        padding: 0;
        text-align: center;
    }
    .widget_image img {
        border: none;
        display: block;
        margin: 0 auto;
        padding: 0;
    }
    in reply to: adding specific lightbox function? #46245
    Sakin
    Keymaster

    @David: Sorry we cannot recommend the plugin. You can search for plugins at http://wordpress.org/plugin and also did you check out Jetpack plugin “carousel” module http://jetpack.me/support/carousel/

    in reply to: Center page header title #46244
    Sakin
    Keymaster

    @matteo: Are you trying to center the title of the pages. If yes, then you can dd the following css in “Appearance => Theme Options => Custom CSS” box.
    .page .entry-title { text-align: center; }

    in reply to: Site looks different on Apple Devices #46241
    Sakin
    Keymaster

    @bwilbur: I check in your site from PC and Mac both looks fine. But yes, there is no menu in iPhone which looks like there is conflict between the theme and the plugins you have installed. So, can you try disabling plugin one by one and check in.

    From which browser and version you are checking your site from Window Based desktop.

    in reply to: Catch Everest- Menu items Control #46219
    Sakin
    Keymaster

    @Habib:
    1. For the font size and padding in the menu, you can adjust the font and padding in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu a {
        font-size: 15px;
        padding: 0 20px;
    }

    2. Yes, you are using free version. If you are satisfied with free version then you don’t need to upgrade to pro version. Pro version is the advance version of free version. You can check out the additional features highlight at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Site looks different on Apple Devices #46207
    Sakin
    Keymaster

    @bwilbur: Sorry I don’t get it what you mean. Can you explain more in reference with your site URL. So, that I can check in your site and suggest you the solutions.

    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.

Viewing 20 posts - 6,061 through 6,080 (of 14,497 total)