Viewing 20 results - 1,781 through 1,800 (of 2,398 total)
  • Author
    Search Results
  • #12293
    maklbacon
    Participant

    I think I just solved it by changing to “Featured Image Slider” and leaving the link field blank. Not sure why I never tried that before, as I have tried many things 🙂

    #12278
    Sakin
    Keymaster

    @Oceani5: See the screenshot of Featured Slider options in Catch Everest Pro http://pinterest.com/pin/548594798329509357/

    #12277
    Marianne
    Member

    I just cannot make it work to remove the “noisy” background – what do I do wrong:
    http://gindrup.dk/citchcatch/

    And one more thing – is it possible to avoid having text under the featured slider?

    Thanks,
    Marianne

    #12257
    Sakin
    Keymaster

    @Oceani5: Sorry you cannot add page in Catch Everest Free Theme as it only have Featured Post Slider. To add page, you need to upgrade to Pro version and select Featured Page Slider. See more about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/

    #12186
    Sakin
    Keymaster

    @Sarah Althaus: You site is Under Construction so I cannot check in. But I guess you are using Simple Catch Free theme as you have posted your question in Simple Catch Free theme.

    For Simple Catch Free theme featured post slider, the perfect image will be Width: 976px and Height: 313px . You can see it is clearly instructed at http://catchthemes.com/theme-instructions/simple-catch/

    #12179
    Sakin
    Keymaster

    @aaronborrego: You can change the color code in following css and add it in “Appearance => Theme Options => Custom CSS” box.
    .featured-slider .slides { background-color: #000; }

    #12141
    aaronborrego
    Participant

    Great, thanks! Also, I am trying to change the color behind the slider on the home page. I tried using the code you put up in your other post, but no luck. Any suggestions?

    #12125
    Sakin
    Keymaster

    @elli: I am bit confused about which like you are talking about. You should have posted your site URL. I hope you mean to remove the line. If that is the case then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #header { border: none; }

    You can remove the dot background effect in the slider from “Appearance => Theme Options => Featured Post Slider => Slider Effect Options”. You can check “Disable Slider Background Effect” and save it.

    #12116
    Harry454
    Member

    @Sakin: Thanks for that! Works perfectly,

    could you also perhaps let me know if there is a way to remove the first white box along the featured post slider, as in the images on the homepage? As well anyway to round the corners of the second box with the quotes?

    #12082
    Sakin
    Keymaster

    @adongol: I am not sure what do you mean by Heading text. Do you mean the title of the page and post. There in easy to use Font Family Options and color Options in Catch Everest Pro theme. But for free theme, you need to add CSS in “Appearance => Theme Options => Custom CSS” and adjust it.

    When you add css, make sure it is compatible with the Mobile devices, especially the font size.
    .entry-header .entry-title { font-family: sans-serif,Arial; font-size: 30px; color: #222; }

    How can I remove the comments section of the page?
    — You can remove comments section of the page from “Edit Page” discussion box. There you have to uncheck Allow Comment. See this http://en.support.wordpress.com/enable-disable-comments/

    Is it possible to remove the white arrows on the featured image on the front page (I only have one image)
    — You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #slider-nav { display: none; }

    #12057
    Sakin
    Keymaster

    @senna: You can just say it worked and it’s fine. Thanks 🙂

    #12055
    senna
    Member

    How do I let everyone know that this has been resolved?

    #12054
    senna
    Member

    Thanks for the Pinterest link. The only thing that I wasn’t doing was clicking on the URL Link. That made the difference. Everything was sized correctly so I couldnt understand why the images wouldn’t upload. So it was just clicking on the URL button before clicking “Insert into Post”
    Thanks for the quick response. I was just about to change themes, but I love this one.

    #12053
    senna
    Member

    Hi Sakin,
    I have only just started today to build on the website. I hadn’t had an opportunity to remove any widgets from the homepage. I had started to upload images in the slider and had problems with that which I will respond to your answer in the correct thread.
    I have deactivated the theme, deactivated all plugins and then started again. I still can’t move or open any widgets. The first one that I put in was the Featured map location on the contact page which didn’t look right and then when I went to fix it, the widget for the contact page wouldn’t open. So far the only plugin that I have now is the contact form7 which I have deactivated just to see if it was that but the widgets weren’t working even then. I am at a loss to figure why none are working.

    #12048
    Sakin
    Keymaster

    @senna: In Catch Mustang theme, there is 5 different type of slider that you can choose from. See this screenshot http://pinterest.com/pin/548594798329874581/
    1. Featured Image Slider
    2. Featured Post Slider
    3. Featured Page Slider
    4. Featured Category Slider

    But only in “Featured Image Slider” you can upload the image and add in your slider. For page and post slider, you need to add the ID and for Category Slier you need to select categories.

    For image slider, after you upload the image. You need to check on the size you want and then click on “Insert Into Post” http://pinterest.com/pin/548594798329798533/

    #12015
    cbtoolkit
    Member

    Awesome! I thought that might be it..

    I’ll check it out later.

    #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; }

    #11993
    cbtoolkit
    Member

    I also attempted to set the margin below the main menu at pulse to “0 auto 0”.

    It works when I am modifying the element in chrome in real-time but when I save that into the custom CSS it doesn’t alter it.

    #access { margin: 0 auto 0; }

    Basically, making the image full-width, no space between main-menu at the top, no gray background/border on the image at all.

    Thanks.

    #11990
    cbtoolkit
    Member

    I added a 0 bottom margin for #main on the demo site.

    However, on the PulseInfomatics.com site, I still get a left and right dark gray edge that I do not want. I’ll leave it for now so you can check it.
    http://www.PulseInfomatics.com

    #11989
    cbtoolkit
    Member

    Here is what I came up with…

    #slider.slider-fullwidth {
      margin: 0px;
    }
    #slider-wrap a {
       padding: 0;
    }
Viewing 20 results - 1,781 through 1,800 (of 2,398 total)