• Resolved hamutalwz

    (@hamutalwz)


    Hi,
    After upgrading to the new 2.0.2 version, the navigation arrows are different and they’re not supporting RTL.
    How can I change it back to the big “<<” and “>>” arrows that were before?
    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter hamutalwz

    (@hamutalwz)

    anyone…?
    would really love to get the old navigation arrows back!
    this is how it looks after the upgrade:
    https://www.private.fsh.co.il/%D7%99%D7%A2%D7%95%D7%A5-%D7%AA%D7%96%D7%95%D7%A0%D7%94/

    Thanks.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    .site-content #nav-below .nav-previous a:before,
    .site-content #nav-below .nav-next a:before,
    .site-content #image-navigation .nav-previous a:before,
    .site-content #image-navigation .nav-next a:before {
     background: none;
     color: #AEAEAE;
    }
    
    .site-content #nav-below .nav-next a:before,
    .site-content #image-navigation .nav-next a:before {
     content: '0BB';
    }
    
    .site-content #nav-below .nav-previous a:before,
    .site-content #image-navigation .nav-previous a:before {
     content: '0AB';
    }

    Btw posting “anyone…?” really discourages people to help you.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    This forum’s parser has corrupted the “content” bits.

    The first one should be this without the space:

    '\ 00BB'

    The second one should be this without the space:

    '\ 00AB'

    Thread Starter hamutalwz

    (@hamutalwz)

    Thank you for that.
    It seems the div nav-next is positioned out of page so it’s cut off. any idea why?
    Thank you.

    Btw, writing “anyone…” is just that. it’s without any intention and I hope it was read like I meant it and not as something discouraging.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Add this left positioning to the nav-next:

    left: .27em;

    Thread Starter hamutalwz

    (@hamutalwz)

    Thank you so much!

    Thread Starter hamutalwz

    (@hamutalwz)

    this issue is solved.
    thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Navigation arrows are not as before’ is closed to new replies.