Basic slider not functioning right

I started a basic carousel slider and for the most part it works as expected. I’ve gone through the tutorials but here are the main issues.

  1. When it loads on the page the slide that is supposed to be centered is off the side. Then after it advances one slide it looks normal. See pics below…

This is how it loads in error:

This is how it looks after one advance:

  1. I wanted to know how to best adjust the size of the image on different screens. Any size adjustments I make to the images besides “auto” causes the slides to overlap.

  2. I wanted to know if it is possible to make the link of the other slides that aren’t the main one in view clickable. I am able to do this right now with a slider by revolution slider but would like to get it working with this native slider.

Hi @clefler,

It might be due to the Per Page slide mentioned in the Slider Container > Layout. I would suggest you mention any odd number instead of any even and check if that resolves your problem.
If that does not help, please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Login URL
– WordPress Admin username/password

To create a secure note, click the key icon underneath any of your posts.

Thanks

I only have odd numbers in the Per Page settings.

Hello @clefler,

I checked your given page URL it seems that there is no slider on this page. I would suggest you please share the correct page URL and share the admin login details so that we can access your site dashboard and site settings.

Thanks

Yes sorry changed it, attached is login info.

Hello @clefler,

The given credentials are not working for us. Please double-check it.

Thanks.

ok, not sure what happened but I updated the secure note with new login info.

Hi @clefler,

I have checked the slider setting in your page and found that the Per Page slide option is set to 4, I have changed it to 3 temporarily and found it is working fine.

Screenshot-2021-12-13-140434

Hope it Helps.
Thanks

I have changed it from 4 to 5 to get the proper look. I would like it to advance by slide and not by group or content.
It is still loading weird and seems very buggy. Sometimes it loads but takes a really long time to finish loading and will eventually shift from being of center to centered like it should be.

Is it possible to make the slide links clickable that aren’t the centered/in-view slide?

Hi @clefler,

We are not sure what exactly you are trying to acheive Is it possible to make the slide links clickable that aren’t the centered/in-view slide?. Are you trying to make the slide link to some URL? If that is the case, please go through the following thread on a similar topic.

Hope it helps.
Thanks

The slide that is in focus or centered is the only one that is clickable but all the slides have images with links. The slides that are not in focus, on either side of the center slide, cannot be clicked but I would like to make them able to be clicked.

Hi @clefler,

The click for the rest of the slide has been disabled using the predefined CSS code, you need to override the code using the following custom CSS. I would suggest you add the code into the Page CSS of the specific page.

.x-effect-exit, .x-effect-entering, .x-effect-exiting 
{
    pointer-events: auto !important;
}

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.