YOO SLIDER TEAM
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoo Slider - Image Slider & Video Slider] Product priceFor this you should use html markups in your description, set classes and adjust the design using custom css styles. It’s not so obvious what exactly you want to achieve, but the approach should be using custom html markups for this. If you share your slider’s url, I’d be more specific and would help you with custom html/css.
Forum: Plugins
In reply to: [Yoo Slider - Image Slider & Video Slider] Hilight on hoverThere are multiple ways to highlight the active slide,
1. You can check “Show slide shadow on hover” option
2. You can check “Show slide border” and “Show slide border on hover” optionsPlease try the above two possible solutions for you.
Forum: Plugins
In reply to: [Yoo Slider - Image Slider & Video Slider] How to add page numbersThat’s not supported, you can show dots at this moment!
Forum: Plugins
In reply to: [Yoo Slider - Image Slider & Video Slider] Full width, main sliderFirst check if your theme supports full width blocks, then you can put the slider’s short-code there. Yoo Slider does not force and stretch the parent container, it could cause troubles and unexpected behavior! Instead you should use the full width block provided by your theme or builder, wherever you want to put the full width slider’s short code.
There’re other options if the theme or builder does not support such functionality.
If you want to have the slider right under the </header> code. That is usually in the header.php file, but it could be in other files too. We’d recommend to modify the child theme, so you’ll not lose your changes if you update the theme in the future.
The php code you’ll need to show the slider only on the homepage is bellow:
<?php if(is_home() || is_front_page()){ echo do_shortcode('[yooslider id=123]'); } ?>or if you want to show on another page you can use this sample
<?php if(get_the_ID()==2) { echo do_shortcode('[yooslider id=1]'); } ?>Forum: Plugins
In reply to: [Yoo Slider - Image Slider & Video Slider] Prevent sliding one by oneIn the settings there’s an option for this. Update the option called “Slider slide step” and set it to “One page” instead of “One slide”.
Forum: Plugins
In reply to: [Yoo Slider - Image Slider & Video Slider] Limit excerptSorry, but we do not have a such option in the current version. I’ve added this feedback in our back log, so we’ll support such functionality in the upcoming updates.
Forum: Plugins
In reply to: [Yoo Slider - Image Slider & Video Slider] 16:9 proportionYou should adjust plugin scripts for this proportion, or send an email and our developers will provide the patch for your custom needs.
Forum: Plugins
In reply to: [Yoo Slider - Image Slider & Video Slider] Custom html, stop showing imagesIt’s not supported anymore! It’s a deprecated functionality in the recent versions!
Forum: Plugins
In reply to: [Yoo Slider - Image Slider & Video Slider] Infinite scrollingIf the question is still relevant, in the settings section there’s an option called “Loop slides”. Make sure the options is checked!
Forum: Plugins
In reply to: [Yoo Slider - Image Slider & Video Slider] Slider with postsAt this moment it’s not supported, we’re going to support custom post types in the upcoming updates!
Forum: Plugins
In reply to: [Yoo Slider - Image Slider & Video Slider] WatermarkNo, you should use another plugin for watermarking!
Yoo Slider uses WordPress Media gallery and does not add watermark in the existing pictures. You should make sure the images used in your slides are watermarked, if you want so.Forum: Plugins
In reply to: [Yoo Slider - Image Slider & Video Slider] Self host videosSure, you can. But this is not supported in the free version!
Forum: Plugins
In reply to: [Yoo Slider - Image Slider & Video Slider] Allowed html tagsThis are the tags you can use in the title or description in your slides:
h1, h2, h3, h4, h5, h6, p, div, span, a, hr, br, em, i, strong, u, ul, ol, li, table, tr, td, th
and you can set the following attributes depending which tag you’re using:
style, class, href, title, src
Forum: Plugins
In reply to: [Yoo Slider - Image Slider & Video Slider] Keep image proportionsTry the following please:
1. Open your slider settings section
2. From “Layout type” section choose the first option called SLIDER
3. Scroll down to the “Advanced” subsection and make sure “Use image original height” option is checked
4. Then set the “Slide image quality” option to “Original”
5. Scroll up and choose COVERFLOW style from “Layout type” sectionForum: Plugins
In reply to: [Yoo Slider - Image Slider & Video Slider] Slide animationSimply navigate to your Templates section, import Template 4 and you’ll see what’s the settings we have for that demo. Either you can replicate those settings or you can re-populate that imported template with your data!