Forum Replies Created

Viewing 20 posts - 12,341 through 12,360 (of 14,505 total)
  • Author
    Posts
  • in reply to: Two Questions #8827
    Sakin
    Keymaster

    @rxcosta: There is not site in villagepca.org . Please check the url or fix the site and buzz me back.

    in reply to: A bit to ask… Probably really easy though… #8826
    Sakin
    Keymaster

    @somekyleguy: Wow so many questions at a time.

    1. make the grey background transparent to show the main background.
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #page, #main {
        background-color: transparent;
    }

    2. close the gaps between all the content boxes and widget boxes (about half)
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .hentry, .no-results, #author-info, #disqus_thread, #content .error404 {
        margin-bottom: 1em;
    }

    It is not recommend to change the distance between the sidebar and content.

    3. round the corners of the footer box off to match all other content boxes
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-generator {
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    4. remove top and bottom grey lines on the footer.
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #colophon, #site-generator { border: none; }

    5. make the footer #fff
    — the footer is already #fff

    in reply to: navigation quirky using iPad as a platform #8825
    Sakin
    Keymaster

    @msternkopf: Yes Michelle, I just got your query forwarded to me from Sangeeta. Then I check in the site URL you have send to her.

    Looks like there is conflict with the plugins that you are using. So, try disabling plugin one by one and then check in your iPad.

    If you want us to check it for you then you can send your site Admin access to Sangeeta.

    in reply to: Blog, changing colour of slider font #8824
    Sakin
    Keymaster

    @Potzas: I don’t understand your question.

    You have blog at this page http://reefadmin.com/blog/ this list all your blog posts. But you have hide your blog title here. So, you can recover that by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page.page-blog .entry-title { display: block; }

    Then in homepage you have static content. But if you want to add additional page. Then first go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings. Then check “Enable Latest Posts or Page” then go to “Settings => Reading”. Then in “Front page displays” setting check “A static page (select below)” and select “Front page” with the page you want to add in homepage. But don’t change anything in “Posts page”

    in reply to: How to change the color on the bar below the Slider #8823
    Sakin
    Keymaster

    @GAHC: You can either add widgets in Header Right Sidebar that replaces the Search though “Appearance => Widgets” or you can disable the default header right sidebar though “Appearance => Theme Options => Header Right Sidebar Options”, then check “Disable Header Right Sidebar” and save it.

    in reply to: Menu – Font not in Caps? #8822
    Sakin
    Keymaster

    @paulinepkehoe: You have added your question in wrong support forum. You are using “Catch Everest Pro” theme in your site but you have posted the support question in “Catch Box Pro” forum and that is why I got confused. From next time please post your question in your Catch Everest Pro forum.

    Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    
    #header-menu ul.menu a {
        text-transform: none;
    }
    
    in reply to: Right Sidebar at Bottom of Page #8821
    Sakin
    Keymaster

    @mirandariley: I checked your site style.css and responsive.css which doesn’t match with out original theme css. So, I think you have edited that. Please don’t edit any style.css and responsive.css

    To make this at the original state, you need to delete the theme and then install the latest zip copy of Theme.

    in reply to: Borders, and Headers #8810
    Sakin
    Keymaster

    1) When I place an image in a blog post, I get a thin border around the image – how can I remove this?
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail {
        border: medium none;
        padding: 0;
    }

    2) Has anyone figured out a way to rotate the header logo / image with the Catch Box theme?
    — I don’t understand this. You can change your header logo from “Appearance => Header”

    in reply to: Homepage Feature Content Options #8807
    Sakin
    Keymaster

    @paulinepkehoe: Adding link in the Homepage Featured Content i not a problem. Go to “Appearance => Theme Options => Homepage Settings -> Homepage Featured Content Options” and then add link in “Link URL”. the added link will be in the image and the title.

    I would like to set the link up to say “Contact Pauline”
    — To add that you can add the following code just below your content in “Appearance => Theme Options => Homepage Settings -> Homepage Featured Content Options
    `Contact Pauline

    in reply to: Sidebar #8805
    Sakin
    Keymaster

    @paulinepkehoe: Catch Everest Pro theme is responsive design. So, it is not recommended to change the layout. If you change the layout. You need to change all the way down to mobile devices.

    But if you just want to adjust only in the large screen, then add the following css in “Appearance => theme Options => Custom CSS” box.

    
    @media screen and (min-width: 1060px) { 
    #primary {
        width: 60%;
    }
    #secondary {
        float: right;
        width: 35%;
    }
    }
    
    in reply to: I get errors, can't do anything #8804
    Sakin
    Keymaster

    @illibo: I have just emailed you. Please respond.

    in reply to: Menu – Font not in Caps? #8803
    Sakin
    Keymaster

    @paulinepkehoe: How come you have all caps in Menu for Catch Box Pro theme. It’s not supposed to be. Can you send me your site URL so that can check in.

    in reply to: How to change the color on the bar below the Slider #8802
    Sakin
    Keymaster

    @GAHC: You can change the color code as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .site {
        background-color: #fff;
    }
    #homepage-message {
        background-color: #FDFDFC;
    }
    in reply to: I get errors, can't do anything #8800
    Sakin
    Keymaster

    @illibo: Can you send me your site URL

    in reply to: Blog, changing colour of slider font #8799
    Sakin
    Keymaster

    @Potzas: I see that you have static content in the home and blog in Blog page. It’s going good.

    I would also like to make the overlay header on the slider a blue font, not black.
    — Just change the color code as per your need and add it in your “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-title a, #main-slider .entry-title span {
        color: #222;
    }

    I would also like to change the sub-heading on the home page, I want it non-italic and I would like to change the font colour there as well.
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message span {
        font-style: normal;
        color: #858585
    }
    in reply to: I get errors, can't do anything #8795
    Sakin
    Keymaster

    @illibo: Are you still getting this error or now don’t get it. This look like you tried to login too many times with incorrect password and server block in.

    in reply to: Right Sidebar at Bottom of Page #8794
    Sakin
    Keymaster

    @mirandariley: There is problem with your site. Why are you keeping all the style.css in Custom CSS box. Remove that and it will work fine.

    in reply to: Problem with viewing in different browsers #8791
    Sakin
    Keymaster

    @acanthuroid: Sorry I don’t be able to help on image sizes. Please check your settings and ask in WooCommerce forum.

    in reply to: Responsive Layout #8790
    Sakin
    Keymaster

    @paigeohliger: I haven’t received any email from your side. Can you send me your site URL. So, that I can check in.

    in reply to: Search Box Color #8787
    Sakin
    Keymaster

    @phase9: Nice.

Viewing 20 posts - 12,341 through 12,360 (of 14,505 total)