Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1063767

    I am using the Content Slider on one of our pages and I have “Yes, display dot control buttons” activated but no navigation appears on the page. How can I make the navigation dots appear?

    #1063881

    Hey D5WDesignGroup,

    Please post us the link to the page mentioned as well as 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

    #1064752
    This reply has been marked as private.
    #1064898

    Hi Dan,

    Thanks for that, very nice looking site I must say. Good work!

    I had a look at the backend and you are getting some error messages related to the file in private. Could you try to deactivate all plugins to see if there is a conflict coming from any of them please?

    Best regards,
    Rikard

    • This reply was modified 5 years, 9 months ago by Rikard.
    #1064962

    Thank you Rikard I appreciate it. So it looks like I had included some CSS that was hiding the controls for the Content Slider. The controls are now appearing but I’m having a couple issues with them.

    The first issue is that I have autorotation turned on for the slides so that they change every few seconds. It seems though that as soon as I use the Slide Controls to go back or forth in the slides it turns off the autorotation and the slides no longer cycle automatically. Please advise if there is a way to fix this.

    The second is a styling issue. Ideally I’d like to be able to move the controls to be centered underneath the slides instead of above and to the right as they are now. Any suggestions?

    Thank you.

    #1066181

    Hi,

    Thanks for the update.

    1.) Glad that you found the issue.

    2.) That is the default behavior of the slider. It stops the autorotation when it detects user interaction e.g., clicking the dots, moving to the next slide, etc.

    3.) Start with this css code:

    .avia-fullwidth-slider .avia-slideshow {
        padding-bottom: 50px;
        background-color: #ffffff;
    }
    
    .avia-fullwidth-slider .avia-slideshow-dots {
        text-align: right;
    }

    Best regards,
    Ismael

    #1066593

    Ismael, the code that you provided for item 3.) affects the Full Width Slider. That is not the slider I’m trying to modify. As I stated previously I would like to move the controls for the “Content Slider” so that they are centered beneath the content instead of above the content and to the right. Please advise.

    Thanks.

    #1068108

    Hi,

    I see. You can use this css code instead.

    #top .avia-smallarrow-slider-heading {
        position: absolute;
        bottom: 0;
    }

    Best regards,
    Ismael

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