How to Use Slider Triggers in WordPress with Cornerstone

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น • 21

  • @moneybernd2003
    @moneybernd2003 2 หลายเดือนก่อน +2

    wonderfully done josh! very helpful for future projects.

  • @chrisk9667
    @chrisk9667 3 หลายเดือนก่อน +1

    As always, Thanks Josh. Very much appreciated 😊

    • @yourthemeco
      @yourthemeco  3 หลายเดือนก่อน

      Most welcome!

  • @michaelpiercy
    @michaelpiercy 3 หลายเดือนก่อน +1

    Really useful! Keep 'em coming! ❤

    • @yourthemeco
      @yourthemeco  3 หลายเดือนก่อน +1

      Thank-you Michael and will do!

  • @dlukefinch
    @dlukefinch 3 หลายเดือนก่อน +1

    This is very cool. Thanks Josh!

    • @yourthemeco
      @yourthemeco  3 หลายเดือนก่อน

      You bet!

  • @larrybradshaw992
    @larrybradshaw992 3 หลายเดือนก่อน +1

    Thank you! Very useful!!!

    • @yourthemeco
      @yourthemeco  3 หลายเดือนก่อน +1

      Glad it was helpful!

  • @bogometanftmetaverse6733
    @bogometanftmetaverse6733 3 หลายเดือนก่อน +1

    Thank you 🎉

    • @yourthemeco
      @yourthemeco  3 หลายเดือนก่อน +1

      Our pleasure!

  • @bill-hodgson
    @bill-hodgson 3 หลายเดือนก่อน +2

    So useful

  • @Schauk
    @Schauk 3 หลายเดือนก่อน +2

    wow

  • @donovansmith7310
    @donovansmith7310 2 วันที่ผ่านมา

    Hey Josh, how would we keep the column one hover state constant until they hover another column?

    • @yourthemeco
      @yourthemeco  วันที่ผ่านมา

      Hey Donovan! Check out "data-x-slide-goto-keep-active" in this docs article: theme.co/docs/sliders#custom-attributes

  • @marchydecreative
    @marchydecreative 2 หลายเดือนก่อน

    How do we make the "hover color" stay on when that slide is selected? So that if you're looking at slide 3, slide 3's trigger has the background color shown

    • @yourthemeco
      @yourthemeco  2 หลายเดือนก่อน

      This is possible with our Slider API (theme.co/docs/slider-api) checking the current slide on the slider and adding the class "x-active" if it is the current slide is also the goto trigger. We're considering adding this as the default behavior to our sliders as well. If you use the Element "Slider Pagination" this could possibly achieve what you are trying to do. Thanks for the feedback.

  • @SeanHart-y7e
    @SeanHart-y7e 2 หลายเดือนก่อน

    Is there a way to change the default state of the element a user clicks on? for the sake of better accessibility.

    • @yourthemeco
      @yourthemeco  2 หลายเดือนก่อน

      We have color controls called "Interaction" that handle the hover look and feel. We place the class x-active on any toggleable Element that is currently active. Besides that I think you can target the styling through $el:active {} in custom css. Is that what you were referring to?

  • @Mellenology
    @Mellenology 3 หลายเดือนก่อน

    Josh, thoughts on how to make it hover on desktop and tablets, but click activated on mobile? The hover doesnt work if they scroll

    • @yourthemeco
      @yourthemeco  2 หลายเดือนก่อน

      Currently the trigger is setup only for one event, but we can set up a special event trigger for touch devices.