Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #937373

    Hi, i am using the horizontal slider but with no active image style (images stay the same when using the slider). But I want the images to slide when clicking the navigation once. No it isn’t doing anything the first four clicks, the images start scrolling after that. Can you help me? Thanks!

    #937512

    Hey raymondkramer,

    I have checked it and I’m not sure what’s causing it not to move for the first four clicks. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #937521

    Hi Nikko, I send you the credentials.

    #938127

    Hi,

    Thank you for the update.

    Please try to edit the js > shortcodes.js file, look for this code around line 3298.

    if(currentIndex === false) currentIndex = -1;
    

    Replace the currentIndex value with 0.

    if(currentIndex === false) currentIndex = 0;
    

    Best regards,
    Ismael

    #938203

    Thanks, Ismael! That’s the solution. I had to change it to
    if(currentIndex === false) currentIndex = 2;
    Great!

    #938248

    Hi,

    Glad that Ismael helped you :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.