• Resolved kmp2

    (@kmp2)


    Hi. The slider is looking pretty good so far. I would just like a couple of tweaks, and need to see if it’s compatible with Unique Headers plugin.

    • can the white slider arrows be made translucent?
    • can the popup in the top-right corner of the slider be removed?
    • can the slider be used as the header on my home page, without conflicting with another plugin, Unique Headers, that I’ve used to give unique headers to different pages and posts.

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter kmp2

    (@kmp2)

    Forgot one. Can we slow down the fade a little bit, a bit less abrupt, more leisurely? Thanks.

    Plugin Author FARAZFRANK

    (@farazfrank)

    Thanks for using URIS plugin. Here are your solutions:

    Can the white slider arrows be made translucent?

    Use This CSS code:

    .sp-next-arrow::after, .sp-next-arrow::before {
        opacity: 0.7;
    }
    .sp-previous-arrow::after, .sp-previous-arrow::before {
        opacity: 0.7;
    }

    You can set the value of opacity between 0 to 1.

    Can the popup in the top-right corner of the slider be removed?

    Use This CSS code:

    .sp-fade-full-screen {
        opacity: 0 !important;
    }

    Can the slider be used as the header on my home page, without conflicting with another plugin, Unique Headers, that I’ve used to give unique headers to different pages and posts?

    Yes, you can use that. In that case, you need to modify your current theme header.php file OR contact the theme author.
    You need to add a little code snippet to your theme file like below:

    <?php do_shortcode('[URIS id=41]'); ?>

    Replace the [URIS id=41] with your slider shortcode.

    Can we slow down the fade a little bit, a bit less abrupt, more leisurely?

    Are you talking about the “Slide Transition” setting as slowing down the fade effect speed? If Yes, then refer to it: https://prnt.sc/24ll9WCouebK

    Request: please share your feedback about the slider and support – HERE

    Thanks & have a nice day.

    Thread Starter kmp2

    (@kmp2)

    Hi, Frank. Wow, thank you! This is rather amazing support.

    Very much appreciate the css snippets and the instructions on how-to.

    I will try it all out and get back to you. I’m a blogger, all thumbs, so it may take a bit of time before I master this.

    Thank you.

    Plugin Author FARAZFRANK

    (@farazfrank)

    Hi @kmp2, thanks for the update.

    Let me know if you face any problem.

    And please consider for rating and review about our plugin. It will be grateful for us.

    Thanks and Keep blogging. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Make slider arrows translucent instead of solid white?’ is closed to new replies.