Forum Replies Created

Viewing 20 posts - 12,941 through 12,960 (of 14,500 total)
  • Author
    Posts
  • in reply to: how to change background opacity? #6902
    Sakin
    Keymaster

    @standardman: I understand but that is not the opacity. they uploaded the transparent background in .png format

    You can also add like that by adding following css in your “Custom CSS” box in Theme Options pane.

    #page { background-color: transparent; }
    #main { background: url("//www.blogblog.com/1kt/transparent/white80.png") repeat scroll left top transparent; }

    But upload the image in your own site and add in.

    in reply to: how to change background opacity? #6897
    Sakin
    Keymaster

    @standardman: No I don’t get it. Can you just show me by uploading the image of what you want. Them paste the image link here.

    in reply to: Remove post categories #6896
    Sakin
    Keymaster

    @aliciareyes: there is space between footer and .entry-meta in your code. Remove that and it will be fine. Add like below:
    footer.entry-meta { display: none; }

    in reply to: lost theme editor #6895
    Sakin
    Keymaster

    @bill: I was confused with Theme Options. But you were talking about “Appearance => Editor”.

    This is not theme issue, you can activate any theme and you will still see editor missing. Check your configuration in Security plugin like Better WP Security or your configuration file wp-config.php

    in reply to: Remove post name, date, and category #6894
    Sakin
    Keymaster

    @aliciareyes: there is space between footer and .entry-meta in your code. Remove that and it will be fine. Add like below:
    footer.entry-meta { display: none; }

    in reply to: Margin Between Logo and Tab Bar #6893
    Sakin
    Keymaster

    Hello @shanewasik and @ahhthesimplelife.com : Now I am confused because of two communicating together. Can you have separate forum thread or communicate one by one. or can you list what each of you want. Sorry I am lost.

    in reply to: IE 8 Header Issue #6892
    Sakin
    Keymaster

    @shridharshah: I see that you have added custom css which is giving you the issue. Just add the following CSS in “Custom CSS” box in Theme Options panel.
    #header-left { width: 100%; }

    Also to let you know we don’t support IE8 and below for those who have customized the theme. We only support for IE8 and above only if we have any issue with the theme.

    in reply to: lost theme editor #6890
    Sakin
    Keymaster

    @bill: I have just emailed you. Can you response there?

    in reply to: Please help. 7 questions about Catch Box #6874
    Sakin
    Keymaster

    Dear Luis,

    Please paste your constant contact code in http://pastebin.com/ and send me the link. I will check that code.

    I have also emailed you so let’s get it fixed there.

    Regards,
    Sakin

    in reply to: Please help. 7 questions about Catch Box #6873
    Sakin
    Keymaster

    Dear Luis,

    Please paste your constant contact code in http://pastebin.com/ and send me the link. I will check that code.

    I have also emailed you so let’s get it fixed there.

    Regards,
    Sakin

    in reply to: Please help. 7 questions about Catch Box #6872
    Sakin
    Keymaster

    Dear Luis,

    Please paste your constant contact code in http://pastebin.com/ and send me the link. I will check that code.

    I have also emailed you so let’s get it fixed there.

    Regards,
    Sakin

    in reply to: CATCH EVEREST #6871
    Sakin
    Keymaster

    @peterbook:
    For Sidebar background color. Add the following CSS in “Custom CSS” box in Theme Options panel.
    #secondary { background-color: #F4F4F4; }

    I don’t know which subscription are you using as we don’t have subscription option in our theme. Please consult with the plugin author.

    in reply to: Margin Between Logo and Tab Bar #6870
    Sakin
    Keymaster

    @ahhthesimplelife.com: Hello Carol, the main problem of your site in due to the Site Tagline too long and it makes your right side section to come down. This increases the space. So, either reduce the tagline or add the following CSS in your “Custom CSS” box in Theme Options panel.

    #site-details { clear: both; }
    h2#site-description { max-width: 340px; text-align: center; }

    in reply to: to center the footer #6869
    Sakin
    Keymaster

    @korpinar: Thanks now I can see your site and answer your questions.
    how can I center the footer?
    — Just add the following CSS in “Custom CSS” box in Theme Options panel.
    #site-generator .copyright { float: none; text-align: center; width: 100%; }

    how can I get rid of < and > from main sliding picture if I use only 1 slide?
    — Just add the following CSS in “Custom CSS” box in Theme Options panel.
    #slider-nav { display: none; }

    in reply to: A few MORE questions #6868
    Sakin
    Keymaster

    @fefitzpa: Ok now I can answer your question looking at your site.

    How do I decrease the header height?
    — Just add the following CSS code in “Custom CSS” box in Theme Options panel.

    /* For Header Bottom Padding */
    #hgroup-wrap { padding-bottom: 20px; }
    /* For Header Top Padding */
    #site-logo, #header-right { padding-top: 20px; }

    How do I butt the whole webpage to the top of the browser window?
    — Just add the following CSS code in “Custom CSS” box in Theme Options panel.
    .site { margin: 0 auto; }

    How do I remove page headers?
    — I don’t get it what you mean by this.

    Is it possible to move the social media links into the footer?
    — Nope. But you can add as widget to footer sidebar or any other sidebar.

    Along with my questions above can you also take a look at the Board of Directors page [child of about page] and the Senior Team page. There seems to be responsive issues when resizing the browsers causing a few of the thumbnails to move irregularly.
    — Just add the following CSS code in “Custom CSS” box in Theme Options panel.
    .entry-content p { clear: both; }

    Sakin
    Keymaster

    @Leozaw: Looks like you already have Catch Everest Pro Theme installed. You need to delete that and upload it and then activate it.

    To remove the powered by in Catch Everest Pro is simple, Just go to “Appearance => Theme Options => Footer Editor” and change the text or delete the text that you don’t want.

    in reply to: Featured content spaces #6866
    Sakin
    Keymaster

    Sorry Maeve, not support at this time. We will think about this feature in near future. We though Footer widget will be enough and this will complicate the theme.

    in reply to: Widget title in Pro #6865
    Sakin
    Keymaster

    @maevamena: In Catch Everest Pro theme you can change the font from “Appearance => Theme Options => Font Family Options”

    For widget title, change the font in Headings Tags from h1 to h6 Font Family.

    in reply to: Formatting archive titles #6864
    Sakin
    Keymaster

    @LandUnknown: Add the following CSS in “Custom CSS” box in Theme Options panel.

    .page-header { border: none; text-align: left; font-size: 26px; font-size: 2.6rem; line-height: 1.8; }
    @media screen and (min-width: 1190px) { .page-header { font-size: 30px; font-size: 3rem; } }
    @media screen and (max-width: 1060px) { .page-header { font-size: 20px; font-size: 2rem; } }
    @media screen and (max-width: 760px) { .page-header { font-size: 16px; font-size: 1.6rem; } }

    in reply to: Image Slideshow? #6863
    Sakin
    Keymaster

    @LandUnknown: For image slideshow, yes you need to search for plugin. Search here http://wordpress.org/extend/plugins/ and find the best fit for you.

Viewing 20 posts - 12,941 through 12,960 (of 14,500 total)