• Hello. We have a technology-intensive site. Here we have activated the slider for the home page. However, when sliding the contents to the right in the slider, it goes backwards instead of forward. When you slide it to the left, it goes forward. How do we do the opposite?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @possibleturco

    The slider is working fine and its how the slider will work. The previous icon slide the previous article of the slider and the next icon will slider the next article of the slider.

    You can try add the following code in additional CSS box if you want to show the slider movement according to the arrow:

    .front-slider-block .lSAction > a.lSPrev {
    	float: left;
    }
    .icon-next i,
    .icon-prev i{
    	transform: rotate(180deg);
    }

    Hope it works for you !!

    Thanks ??

    Thread Starter possibleturco

    (@possibleturco)

    Thanks, but I guess it didn’t work. Or CSS code that is not yet operational. The slider works fine already. I just wanted it to slide according to the arrow signs while scrolling the slider on the mobile.

    In addition, I will have one more question. I wonder if we can add dark mode to this theme? I want the site to switch to dark mode with a button. I’ve tried various plugins but most of them are problematic. Is it possible to do such a thing directly from within the theme?

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @possibleturco

    For making dark mode we have this feature in pro version. If you want this in free version then you have to do the customization for this.

    Thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider shifts upside down.’ is closed to new replies.