places slider behavior

This topic contains 6 replies, has 2 voices, and was last updated by  RITA 6 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #416238

    RITA
    Expired Member
    Post count: 119

    Hi,

    The next and prev buttons only appear on mouse hover on the places images slider. How to always display them please ? It is not very user friendly on mobile.

    Is it possible to change the caption too ? Instead of “image 1 of xx”.

    And last thing, is there an option to make the slider “infinite” >> the last image is followed by the first one.

    Thank you !

    #416254

    Kor
    Moderator
    Post count: 16516

    Hi RITA,

    Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.

    Thanks!

    #416264

    RITA
    Expired Member
    Post count: 119
    This reply has been marked as private.
    #416343

    Kor
    Moderator
    Post count: 16516

    Hi Rita,

    The custom CSS code below should force the “NEXT” and “PREV” button to display without hovering.

    
    
    a#lightbox-nav-btnNext {
        background: url(http://leguidedesvoyageurs.ma/wp-content/plugins/geodirectory/geodirectory-assets/images/lightbox-btn-next.gif) right 15% no-repeat!important;
    }
    
        
    a#lightbox-nav-btnPrev {
        background: url(http://leguidedesvoyageurs.ma/wp-content/plugins/geodirectory/geodirectory-assets/images/lightbox-btn-prev.gif) left 15% no-repeat!important;
    }

    Unfortunately, changing the caption and making the slider infinite would require customization.

    Thanks!

    #416471

    RITA
    Expired Member
    Post count: 119

    Thank you Kor.

    Your code works for the prev button but not effective for the next button. Any idea ?

    #416475

    Kor
    Moderator
    Post count: 16516

    Hi Rita,

    Looks like your Website is translating the custom CSS code from

    #lightbox-nav-btnNext

    to

    #lightbox-nav-btnSuivant

    as shown in the attached screenshot. Do you have a 3rd party plugin that does that? Never seen anything like this before.

    #416623

    RITA
    Expired Member
    Post count: 119

    Hi Kor,

    The plugin “real time find and replace” was the problem.

    Many thanks !

Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket