Viewing 20 results - 1,661 through 1,680 (of 2,392 total)
  • Author
    Search Results
  • #14273

    In reply to: Featured Slider

    Glenisart
    Member

    I’ve been using Simple Catch for a while now and I really love it for my blog. http://china.interconnex.org

    I was having a problem with the homepage slider, and recently discovered that it doesn’t work with the second slider that I have installed on my other pages (cyclone slider).
    http://china.interconnex.org/gallery-photos/

    Is there any way around that other than an upgrade? As soon as I am able I plan to upgrade the theme, just can’t right now. Also, when I am able to upgrade, will features of the Pro allow me to add sliders to any page I choose in a beautiful box, like the cyclone slider does?

    #14265
    Sakin
    Keymaster

    @fritzhesse: Sorry this theme doesn’t accept video instead of slider. For that you need to build child theme and replace the functions. You need to hire developer to work for you on this.

    #14260
    Sakin
    Keymaster

    @Teedok: If you want featured slider only on homepage then you don’t need to add any CSS. You can choose “Homepage / Frontpage” from “Appearance => Theme Options => Featured Post Slider => Slider Options”.

    #14247

    In reply to: Featured header image

    bamrider
    Member

    Hi Sakin,
    I’m looking to rotate the feature header image not the featured slider image.
    In the featured header image i dont seem to be able to select any settings that i can then select images to rotate.
    Thanks
    Mark

    #14246
    Teedok
    Member

    I typed
    .page #main-slider {display: none;}
    it worked on all pages and its uder pages, but i wanted that even on spposts…actualy i wont fetured slider only on homepage.

    .post #main-slider {display: none;}
    this doesnt work and it doesnt work even wiht ID of some post
    .post-id-242 #main-slider { display: none; }

    where is the catch?

    #14233

    In reply to: Featured header image

    Sakin
    Keymaster

    @bamrider: To use Featured Image slider. Go to “Appearance => Theme Options => Featured Slider => Slider Options” and select “Image Slider” from Select Slider type. Then you can add in the image as per you need. See this screenshot http://pinterest.com/pin/548594798329509357/

    For more, please check Catch Everest Pro Theme Instruction at http://catchthemes.com/theme-instructions/catch-everest-pro/

    #14203

    In reply to: Customization

    Sakin
    Keymaster

    @johnnielsenmail: Thanks for using Simple Catch Pro theme.

    1. One how do I change the colour of the search button in the header?
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. You can change the color code as per you need.

    /* Search Box Background Color */
    #branding .searchform .search-box,#sidebar-top .widget_search .search-box input#s { background-color: #fff; }
    /* Search Box Text Color */
    #sidebar-top .widget_search .search-box input#s { color: #888; }
    /* Search button background and text color */
    #branding .searchform button { background-color: #333; color: #fff; }

    2. How do I change the colour of the tree dots under the image slider on the from page?
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. You can change the color code as per you need.

    /* For dot static color */
    #controllers a { background-color: #b7b7b7; }
    /* For dot hover and active color */
    #controllers a:hover, #controllers a.active { background-color: #000; }

    3. finally how do I remove the stripe (blurry) effect from the picture slider on the first page.
    — You can remove that from “Appearance => Theme Options => Featured Slider => Slider Options”. Then check on “Disable Slider Background Effect” and save.

    #14192
    Sakin
    Keymaster

    @Sarah: Can you send me your site URL and what do you mean by same thing. Please explain.

    From next time, please create new question in Catch Everest forum .

    #14190
    Sarah
    Member

    Hello Sakin,
    I would like to do the same thing but in Catch Everest. I tried the code you listed above but it didn’t work. Is there different code for Everest.
    Thanks for your help,
    Sarah

    #14134
    Sakin
    Keymaster

    @Teedok: You can add the following CSS.
    @media screen and (min-width: 960px) { p { margin-bottom: 20px; } }

    #14130
    Teedok
    Member

    Last think i hope. Nooby question, just can find the right code, how can i change the space between paragrapfs? i mean when i writing somethink to page and press enter, the distance between first and second line is really big. how to get it smaller?

    #14114
    Teedok
    Member

    Works just great, thank you again.

    Fast and good answers, keep doing this! 🙂

    #14111
    Sakin
    Keymaster

    @Teedok: For pages you can take page id and for post you can take post ID. For example the page “Informace k závodu” Id is 2 so it will be as below:

    .page-id-2 #main-slider { display: none; }

    #14099
    Teedok
    Member

    So stupid mistake, got the secon question with the menu..

    But, the slider, still have no idea how to disable on some else page, doesnt work anythink…

    #14094
    Teedok
    Member

    ok, and if would like to disable at some other page, then just put name of page – like .informace-k-zavodu #main-slider {display: none;}

    and please, one last queastion, but its OT. I want 2 pages under the one in menu(registrace -> there you can choose from 2 pages) but it doesnt work for me. I created them, put they are under but they dont show, where is a problem?

    Thanks again

    #14091
    Sakin
    Keymaster

    @Teedok: Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the slider in main page.
    .home #main-slider { display: none; }

    #14090
    Teedok
    Member

    Awesome, your the best!

    All except the main page.

    Thank you so much!

    #14086

    In reply to: Quote Rotator

    martyn
    Member

    When I place a short-code on the Homepage Featured Content Options page it displays the short-code as text.

    Would there be a way to display a smaller slider in the last featured content area? I’m trying to show logos and or quotes that rotate.

    #14079
    Sakin
    Keymaster

    @Teedok: You can hide it for those pages thorough css. Send me the pages for which you have to hide it then I will send you the custom css.

    #14077
    Sakin
    Keymaster

    @Frans: You can use the same slider to all page from “Appearance => Theme Options => Featured Slider => Slider Options”

Viewing 20 results - 1,661 through 1,680 (of 2,392 total)