Forum Replies Created

Viewing 20 posts - 6,061 through 6,080 (of 14,505 total)
  • Author
    Posts
  • in reply to: adding specific lightbox function? #46354
    Sakin
    Keymaster

    @David: If you want detail help then at this time, I recommend hiring customizer then premium support at this time. As everyone is busy with WordCamp San Francisco http://2014.sf.wordcamp.org/

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

    @bwilbur: Sorry I am at WordCamp SF http://2014.sf.wordcamp.org/ for 6 days and I don’t have PC to check in issue. So, either you need to get back to me after that or please consider checking with the customizer. I check in your site and now menu is showing is all devices.

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

    @Nancy: Not sure what you mean and I am afraid that cannot done easily. So, consider hiring customizer. Thanks.

    in reply to: Redundend Paragragh #46349
    Sakin
    Keymaster

    @offirkeren: That is from WordPress system and theme has nothing to do it. We don’t have option to control that is any theme you will see. So, if you want to add HTML text then I suggest you to change your post/page editor to Text mode and write it. See this screenshot showing text mode http://www.pinterest.com/pin/548594798332210926/

    in reply to: Content Wider Sidebar Narrower #46348
    Sakin
    Keymaster

    @Kim: You can center the post title by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-title { text-align: center; }

    For spaces and width, it’s little hard due to responsive design. So, I suggest you to hire a customizer. If you want me to send you then please send me the exact spaces and width that you want. Then I will check in.

    in reply to: Featured Slider height #46258
    Sakin
    Keymaster

    @maria: The images that you have uploaded in slider options are of different size and that is why it’s issue. So, just use any photo editor software and then first crop all the images in the same size and upload it.

    When you resize your image, make the width of 900px and height as per your need. But make sure that all the images has same height and width.

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

    @maria: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 768px) {
        #site-generator .copyright { width: 70%; }
    }
    in reply to: featured image resize #46255
    Sakin
    Keymaster

    @Kim:
    1. To decrease the space below the date on posts, you can adjust the padding top in the following css and then add it in “Appearance => Theme Options => Custom CSS” box
    .entry-content, .entry-summary { padding-top: 20px; }

    2. You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the border in the sidebar
    .widget-area .widget { border: none; }

    3. You can add the following css in “Appearance => Theme Options => Custom CSS” box

    #secondary .widget_catchbox_adwidget img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    4. You can add the following css in “Appearance => Theme Options => Custom CSS” box
    .entry-title { padding-top: 0; }

    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.

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