Viewing 20 results - 1,661 through 1,680 (of 2,398 total)
  • Author
    Search Results
  • #14349
    Sakin
    Keymaster

    @iLinux85: There is no easy way to side separation. We will add that in our next version update. For now, you have to build child theme and then create functions.php file in your child theme and then copy the function simplecatch_sliders() from simplecatch_functions.php to your child theme functions.php and replace the line
    $simplecatch_sliders .= the_title( '<span>','</span>', false ).': '.$excerpt;
    with
    $simplecatch_sliders .= the_title( '<span>','</span>', false ) . $excerpt;

    #14336
    iLinux85
    Member

    here is example of the site

    http://ur-cars.net/en/

    see the feature text below the image feature

    i want to remove the : after Hello world

    #14335
    Sakin
    Keymaster

    @iLinux85: Doesn’t matter with the language. I need to check in site url to give you the suggestion.

    #14331
    iLinux85
    Member

    unfortunately the site not English site different language

    for example i made new post in wordpress

    subject : Hello World
    body : this is a a test post

    when i set this post in feature slider in the main site i got below the image feature the text feature

    Hello World : this is a test post

    i want to remove the : between Hello World and this is a test post so it will be

    Hello World this is a test post

    Hope you get it

    Regards

    #14310
    Sakin
    Keymaster

    @fritzhesse: Sorry it will not work. So, you need to change that. We are thinking of making the Homepage featured content as widgets. In that case you can add anything but not now.

    #14309

    In reply to: Featured Slider

    Sakin
    Keymaster

    @Glenisart: What is the issue with the cyclone slider. You can write to them to fix and support our theme. As plugins are supposed to support all free plugins in WordPress.org.

    #14301
    Sakin
    Keymaster

    @iLinux85: Can you send me your site URL and explain to me in reference to your site.

    #14274
    fritzhesse
    Member

    Thanks Sakin. Will a video work in place of featured content?
    Thanks

    #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! 🙂

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