Forum Replies Created

Viewing 20 posts - 11,361 through 11,380 (of 14,496 total)
  • Author
    Posts
  • 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

    in reply to: boarder color #11970
    Sakin
    Keymaster

    @Armandos: Here goes the css to hide those borders.
    #supplementary .widget-title, .hentry img { border: none; }

    Thanks for your appreciation.

    in reply to: Optional Sidebar One Issue #11960
    Sakin
    Keymaster

    @adasprom: Go to “Appearance => Theme Options => Footer Editor” and add the following code.
    <div class="copyright">Copyright &copy; [the-year] <span>[site-link]</span>. All Rights Reserved.</div><div class="powered">Designed by <a target="_blank" href="http://www.montechcentral.com.au" title="Montech Web Design">Montech Web Design</a></div>

    in reply to: boarder color #11957
    Sakin
    Keymaster

    @Armandos: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #slider, #colophon, .hentry, .widget { border: none; }

    in reply to: Reduce space/padding below image slider on homepage #11936
    Sakin
    Keymaster

    @MrJonnyJones: It’s same thing, you can adjust the padding top by adding in the following css in “Appearance => Theme Options => Custom CSS. box.
    #main { padding-top: 50px; }

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

    @Dongers: In the same way you can remove header. get_header();

    in reply to: Shortcode in Featured Content Text #11934
    Sakin
    Keymaster

    @mrse2008: It doesn’t accept the shortcode.

    in reply to: Remove faint line around images #11933
    Sakin
    Keymaster

    @MrJonnyJones: You can use
    img.wp-post-image { box-shadow: none; }

    in reply to: Header Issues #11932
    Sakin
    Keymaster

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

    /* To Center Header Image */
    #site-logo, #header-left { float: none; }
    #hgroup-wrap #site-logo img { margin: 0 auto; text-align: center; }
    /* Header Padding top and bottom */
    #hgroup.with-logo { display: none; }
    #site-logo { padding-top: 40px; }
    #hgroup-wrap { padding-bottom: 40px; }
    in reply to: Optional Sidebar One Issue #11917
    Sakin
    Keymaster

    @adasprom: I check in your site and see css missing. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #primary { float: left; }

    in reply to: OLDER POSTS not working #11914
    Sakin
    Keymaster

    @katiazev: Can you check your Jetpack plugin settings. I think you have active “Infinite Scroll” module.

    in reply to: Lowercase text for navigation menu #11912
    Sakin
    Keymaster

    @rbrt_bene: Thanks 🙂

    in reply to: Centre Header Image #11911
    Sakin
    Keymaster

    @adasprom: Nice 🙂

    in reply to: Centre Header Image #11910
    Sakin
    Keymaster

    @adasprom: Nice 🙂

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