Forum Replies Created

Viewing 20 posts - 9,661 through 9,680 (of 14,497 total)
  • Author
    Posts
  • in reply to: Full width in responsive view #17417
    Sakin
    Keymaster

    @offirkeren: When I check in from iPhone only Landscape has background. So, if you want full width on those devices then first you need to find their screen resolution sizes.

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

    /* For Screen size below 768px */ 
    @media screen and (max-width: 768px) {		
    .site { width: 100%; }
    }
    in reply to: Remove footer area space #17415
    Sakin
    Keymaster

    @Lorena Poling: No need to delete that.

    in reply to: Responsive header image #17414
    Sakin
    Keymaster

    @Irbi: Please post in your site URL and let me know what exactly you want in small screens.

    in reply to: Don't have featured slider option in my dashboard #17411
    Sakin
    Keymaster

    @Lulu: You can simply find it in “Appearance => Theme Options => Featured Post Slider”. See this screenshot http://www.pinterest.com/pin/548594798330638741/

    in reply to: Problem with comments #17409
    Sakin
    Keymaster

    @Mattcuba: If you uncheck “Allow Comments” from Discussion box in all your post and page. It will not show for that particular post and page. But if you want to disable it from all the new post and pages what you will be publishing future, you can simply uncheck the “Allow People to comment on new articles” from “Settings => Discussion”.

    Discussion Settings: http://en.support.wordpress.com/settings/discussion-settings/
    Individual Post and page: http://en.support.wordpress.com/enable-disable-comments/

    This is how WordPress Comment system work. But if Pro version, we have added customize the comment system to support easy to add and remove comment from “Appearance => Theme Options => Comments Options”.
    See more details about Catch Box Pro at http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: Header: Logo Display Inline with Sitle Title #17408
    Sakin
    Keymaster

    @pchambers: Your site title is along so we need to do detail customization of CSS as per screen sizes. Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #hgroup.with-logo { clear: none; float: left; width: 760px; }
    @media screen and (min-width: 1190px) {
    #hgroup.with-logo { width: 620px; }
    }
    @media screen and (max-width: 1060px) {
    #hgroup.with-logo { width: 580px; }
    }
    @media screen and (max-width: 960px) {	
    #hgroup.with-logo { width: 500px; }
    }
    @media screen and (max-width: 768px) {
    #hgroup.with-logo { width: 100%; }
    }
    in reply to: Font Style Header Title #17407
    Sakin
    Keymaster

    @calvinocampo123: In Catch Evolution free version, you don’t have font option. Also in pro version you only have option to select from Web and Google Web fonts. The cursive font in not web font or google font. So, cannot add that.

    in reply to: Header Right Sidebar #17396
    Sakin
    Keymaster

    @shamwow: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .widget.alfie_wp_weather img { box-shadow: none; }

    in reply to: Font color for "Posted on" date #17393
    Sakin
    Keymaster

    @iceman027: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta { color: #e0b303; }

    in reply to: Homepage Top Sidebar Size #17389
    Sakin
    Keymaster

    @svoelker: The Catch Mustang homepage layout has different sidebars and you have used right and left sidebars which will divide into two.

    If you user Homepage Top Sidebar, it will take only 25% each widgets and layout is for 4 columns.

    But if you want single full width content below your slider, then you don’t need to user the widgets. You can use Static Front page.
    1. Create a page for your homepage from “Pages => Add New”.
    2. Go to “Settings => Reading”, and select the page you created in “Front page”.
    3. Go to “Appearance => Theme Options => Homepage Options => Homepage/Frontpage Settings” and click on “Enable Latest Posts or Page”
    4. Then you can disable the sidebar that you don’t want from “Appearance => Theme Options => Homepage Slier Options”

    in reply to: Header on sub-pages is taller? #17384
    Sakin
    Keymaster

    @darren: Catch Mustang theme is design that way. But if you want to change like in homepage then you can add the following CSS in “Appearance => Theme Options => custom CSS” box.

    #header-bg { margin-bottom: 63px; padding-bottom: 0; }
    #access { margin: 0 0 -26px; }
    @media screen and (max-width: 767px) { 
    #header-bg { margin-bottom: 40px; } 
    #access  { margin: 0 0 -17px; padding: 0 10px; }
    }
    in reply to: Homepage Featured content options #17379
    Sakin
    Keymaster

    @cpuss: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-top { padding-top: 0; }

    in reply to: Use image for background #17378
    Sakin
    Keymaster

    @calvinocampo123: For header, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #branding { background-color: transparent }

    in reply to: How to restrict sidebar to just the home/front page? #17377
    Sakin
    Keymaster

    @enclavela: Yes you can but it is bit complicate as we don’t have option for homepage only. So, you have to set Default Layout as “No Sidebar” from “Appearance => Theme Options => Layout Options”. Then you can set “Right Sidebar” layout in your individual page and posts from “Catch Evolution Options”.

    Sakin
    Keymaster

    @enclavela: Catch Evolutions theme uses the_post_thumbnail() and get_the_post_thumbnail()

    in reply to: Remove footer area space #17365
    Sakin
    Keymaster

    @Lorena Poling:
    GAPS: That’s not the coding issue but the image issue. You can try adding the same image design issue. See these image http://www.tulegacy.org/wp-content/uploads/2013/11/ELDERLY2.png and http://www.tulegacy.org/wp-content/uploads/2013/11/BOTON-EDUCATION3.png where elderly2 is up and that is why it is not aligned.

    Slider box you can remove the background by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .featured-slider .slides { background-color: transparent; }

    To remove box in Homepage headline, you need to add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message {
        background-color: transparent;
        border: none;
    }

    You are talking about light blue color. But don’t have any light blue color in your site.

    To add search in top right, you need to go to “Appearance => Widgets” and then add search widget in Header Right Sidebar.

    Yes, too confused with your question. For this level of customization, you need to hire customizer.

    in reply to: Mobile Drop Down menu in Arabic #17364
    Sakin
    Keymaster

    @blackkeys: Not sure about how it is done in the site. Maybe he have added languages plugin. For manually adding you need to have header right sidebar which is only there in Pro version.

    in reply to: css not applying properly to menu (chrome only) #17363
    Sakin
    Keymaster

    @jhayes600: Thanks and it’s strange why that plugin caused issue.

    in reply to: Pinterest Pin #17362
    Sakin
    Keymaster

    @klhaight: Ok let me know if you get any solution or feedback from plugin author forum.

    in reply to: Pinterest Pin #17361
    Sakin
    Keymaster

    @klhaight: Ok let me know if you get any solution or feedback from theme author forum.

Viewing 20 posts - 9,661 through 9,680 (of 14,497 total)