• Resolved gositepro

    (@gositepro)


    Hi team,

    The Next Previous arrows are hidden behind the Divi Sections. I can only see the arrows when I slowly scroll to the bottom (above cloud divider) of the post page. I’ve added 200px top padding to the footer section to be able to better see the arrows. I’m using the Divi builder and all theme(s), plugins, etc., are up-to-date. Could this be fixed by adding z-index in the Plugin Options? Your assistance to provide a fix would be much appreciated.

    Mark

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sabuj Kundu

    (@manchumahara)

    For now you can style override from theme or customizer’s custom css option.

    will add the z-index dynamic feature in plugin’s setting in next release.

    Thread Starter gositepro

    (@gositepro)

    Thank you for the quick response and css fix suggestion.

    I added the following css to fix the issue…

    /*CBX Next Previous Article Z-Index Fix*/
    #wpnp_previous {
        background-image: url(https://www.heavenmadeproducts.com/staging/wp-content/plugins/wpnextpreviouslink/assets/images/l_arrow_dark.png);
    	z-index: 100;
    }
    #wpnp_next {
        background-image: url(https://www.heavenmadeproducts.com/staging/wp-content/plugins/wpnextpreviouslink/assets/images/r_arrow_dark.png);
    	z-index: 100;
    }

    ~
    Kind regards,
    Mark

    Plugin Author Sabuj Kundu

    (@manchumahara)

    will release a new version to adjust the z-index from plugin’s setting.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Arrows Hidden Behind Divi Sections (z-index)’ is closed to new replies.