Forum Replies Created

Viewing 20 posts - 11,361 through 11,380 (of 14,509 total)
  • Author
    Posts
  • in reply to: Center tables and text in tables #12009
    Sakin
    Keymaster

    @MrJonnyJones: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .tablepress thead th, .tablepress tbody td { text-align: center; }

    For more about TablePress plugin, please add question in plugin author support forum.

    in reply to: Header size #12008
    Sakin
    Keymaster

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

    #hgroup-wrap, #site-logo { padding: 0; }
    .site { box-shadow: none; }
    in reply to: homepage top sidebar – remove descriptions? #12006
    Sakin
    Keymaster

    @ahale1011: You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide the content.
    #home-top-sidebar .widget p { display: none; }

    in reply to: how to remove by/date and comments from my pages? #12005
    Sakin
    Keymaster

    @kz2284: To hide the date, comment and author, you need to add the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-header .entry-meta { display: none; }

    About disabling the leave a comment. Read this http://en.support.wordpress.com/enable-disable-comments/

    in reply to: Add Instagram option to social links #12004
    Sakin
    Keymaster

    @julienbaudry: We will be adding a lot more social icons soon. That is why we are collecting all the request for social icon and will published it together.

    in reply to: Full-width featured slider #12001
    Sakin
    Keymaster

    @cbtoolkit: In our site http://www.pulseinfomatics.com/ the images in the slider width is 980px whereas the site width is 1000px. So, just increase the width of the images.This will remove the grey background in left and right.

    To remove the margin between the menu and slider, you need to add the following css.
    #branding #access { margin-bottom: 0; }

    in reply to: Upgrade to Pro #11998
    Sakin
    Keymaster

    @ieefa: To hide the header search box, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #header .social-search { display: none; }

    You can change the font size of the title of pages and post by adjusting the font size and adding it in “Appearance => Theme Options => Custom CSS” box.
    #main #content .post h1, #main #content .post h2.entry-title { font-size: 24px; line-height: 1.5; }

    in reply to: Remove header/footer from single Page #11997
    Sakin
    Keymaster

    @Dongers: Nice. Great Work.

    in reply to: match color #11986
    Sakin
    Keymaster

    @kz2284: You can just increase the font size from 16px to any higher you want and add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Screen size above 800px */
    @media screen and (min-width: 800px) {
    #site-description { font-size: 16px; }
    }
    in reply to: Featured Post Slider Question? #11985
    Sakin
    Keymaster

    @speedie: To link to page, you need to use Featured Page Slider instead of Featured Post Slider. This option is there only in Catch Everest Pro version. Check out cool features in Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Centering Widget Titles #11984
    Sakin
    Keymaster

    @versefamebeauty: I cannot view your site as it’s under construction. So I need to guess that you are using Catch Box Free theme as you have posted question in Catch Box Forum.
    To center widget title in Catch Box Theme, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .widget-title { text-align: center; }

    in reply to: tags not being generated in blog posts #11983
    Sakin
    Keymaster

    @ccdsmith: Sorry I don’t get it what you mean? Blog entries will show like this http://catchthemes.com/demo/catch-everest/category/blog/ . But looks like you have customize the theme and I am not being able to track it down. You might consider checking with your developer.

    in reply to: Read More Button? #11980
    Sakin
    Keymaster

    @anaorsini: For all post it will show read more. I don’t get it what you mean. Can you explain it pleas.

    You can control the length from “Appearance => Theme Options => Excerpt Length Option”

    in reply to: Upgrade to Pro #11978
    Sakin
    Keymaster

    @Charliecorns: The upgrade process is quite smooth. There might be few clicks that you need due to additional features. You can also take help from us to install the pro version for you once you have made the purchase.

    You can easily change font family in pro version through “Appearance => Theme Options => Font Family Options”. You don’t need plugin for that.

    Yes you can make the gradient image and then add it though “Appearance => Background”.

    in reply to: Catch Everest – Facebook plugin visibility #11977
    Sakin
    Keymaster

    @revv83: Sorry I don’t get it what you mean? Can you explain it please and also send me your site URL.

    in reply to: Logo, Social Icons, and Search Bar #11976
    Sakin
    Keymaster

    @AidezMoi:
    1) center my logo
    — Add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-left, #site-logo { width: 100%; }
    #site-logo a { text-align: center; }
    #hgroup-wrap #site-logo img { display: inline; }

    2) put the search bar and social icons on the same line
    — Add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-right { max-width: 100%; width: 100%; }
    #header-right .widget { clear: none; margin-left: 15px; }

    3) put the social icons and search bar above the logo on the right
    — To make this you need to upgrade to pro version, where there is header top sidebar. There you can add in Social Widgets and Search Widget.

    in reply to: Upgraded to Pro, now pages don't display #11975
    Sakin
    Keymaster

    @mrse2008: What happen to you page? I will contact you through email and help you in setup.

    in reply to: Full-width featured slider #11974
    Sakin
    Keymaster

    @cbtoolkit: Can I take a look at your site?

    in reply to: Suggestion for changelog #11973
    Sakin
    Keymaster

    @donnasander: Thanks for your suggestions and appreciations. We will sure think about it. But for free theme there is details change svn in WordPress.org. So, for which theme you are looking into.

    in reply to: Remove header/footer from single Page #11971
    Sakin
    Keymaster

    @Dongers: I though you wanted to completely remove header and footer. Sorry for that. You have to add conditions in your header.php and footer.php . See this http://codex.wordpress.org/Function_Reference/is_page_template

Viewing 20 posts - 11,361 through 11,380 (of 14,509 total)