Viewing 13 posts - 21 through 33 (of 33 total)
  • Author
    Posts
  • #17215
    Sakin
    Keymaster

    @rbrek: Cheers 🙂

    #20588
    Jacqueline
    Member

    You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #slider-wrap .featured-text {
    visibility: hidden;
    }

    Hi Sakin, I am currently working on my sliders and the above CSS has been very helpful, thanks for that. I posted my first slider, 644×320, it shows perfectly fine on an iPad but not on my 11″ screen, i.e. the picture is not wide enough. Are the sliders supposed to be responsive? What can I do to get the pictures to work on any screen size?
    My site is cinnamonearth.com.

    Many thanks!
    Jackie

    #20602
    Sakin
    Keymaster

    @CinnamonEarth: Your image size is small. It should be minimum Width: 754px and Height: 400px. Then it will display properly. See the theme instruction page at http://catchthemes.com/theme-instructions/catch-evolution/

    #20662
    Jacqueline
    Member

    @Sakin, thanks a billion. I swear to god it said 644×320 a few days ago! Anyway, problem fixed 🙂

    #20663
    Sakin
    Keymaster

    @CinnamonEarth: Great that it worked for your. Maybe you got confused with Catch Box theme. Cheers 🙂

    #20895
    Chaot112
    Member

    hi!
    My Site is https://thomas-dahringer.de
    http://thomas-dahringer.de has a password, because
    I don’t want that everyone is looking at the page now,
    because i must work a few days more on my site for releasing.

    My question is, why is the Featured Post Slider taking the
    images from the http server on port 80 and not from the https
    server on port 443?
    thanks

    #20899
    Chaot112
    Member

    Not so important, but the code should use relative links and not static links.
    thanks. Good work.

    #20905
    Sakin
    Keymaster

    @Chaot112: What did you use for https. I mean any plugin. As we haven’t hardcoded link. It’s dynamic and generated from get_permalink() WordPress core function.

    #20913
    Chaot112
    Member

    hi!
    In my Sourcetext ist hardcoded.
    I don’t know why.
    The error is an firefox, Internet Explorer and Chrome.
    It can’t be a plugin or AddOn.
    Thanks

    #20922
    Sakin
    Keymaster

    @Chaot112: It’s strange. Then you might need to consider upgrading to pro version and user Featured Image Slider where you can add URL as per your need. The image, text and url are manual entry.

    #20928
    Chaot112
    Member

    hi!
    I change line 672 and 677 in catchevolution-functions.php
    to <img src=”/wp-content/themes/catch-evolution/images/slider/slider-1.jpg”

    The old one was <img src=”‘. get_template_directory_uri() . ‘/images/slider/slider-1.jpg”

    What does ‘. get_template_directory_uri() . ‘ make ?
    Why is this not working ?
    How must it look with get_permalink()
    Thanks
    The hack is not the best, I know, but it works.
    Maybe you have a better hack.

    #20930
    Sakin
    Keymaster

    @Chaot112: That is demo slider images. You don’t edit core theme files. As these core theme files will be reverted back when you update the theme. To add Featured Post slider see this theme instruction page at http://catchthemes.com/theme-instructions/catch-evolution/

    #20956
    Chaot112
    Member

    I updated Catch-Evolution to 1.4.1 and now it’s working without the hack.
    Thanks

Viewing 13 posts - 21 through 33 (of 33 total)
  • The topic ‘Featured Post Slider Questions’ is closed to new replies.