Arrows in Slider not showing on mobile

mediaware.tv2
56 Posts
mediaware.tv2 posted this 11 February 2019
Ask a Question

Hello support Team,

I create a new website.
I add a new section with a default slider.
The default slider has its own arrows.
The arrows appear corectly until the smartphone layout.
When I am on smartphone landscape / portrait display, they disappear: why?
I need them!

thanks in advance
denis

Hello support Team, I create a new website. I add a new section with a default slider. The default slider has its own arrows. The arrows appear corectly until the smartphone layout. When I am on smartphone landscape / portrait display, they disappear: why? I need them! thanks in advance denis
Vote to pay developers attention to this features or issue.
12 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 11 February 2019

Hi Denis,

This is behavior by default. But I've asked our developers is there a way to make this optional. We'll let you know when we receive any news from them.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Denis, This is behavior by default. But I've asked our developers is there a way to make this optional. We'll let you know when we receive any news from them. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
mediaware.tv2
56 Posts
mediaware.tv2 posted this 11 February 2019

Ok, thank you Olivia

Ok, thank you Olivia
Support Team
Support Team posted this 12 February 2019

Hi Denis,

You are welcome. Feel free to contact us in any occasion.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Denis, You are welcome. Feel free to contact us in any occasion. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
janne3
15 Posts
janne3 posted this 22 April 2019

Hi Olivia,

Any info on this?

I got confused with not having the arrows too. Would really be better if there were so you would easily know it's a slider.

How do I change the slide in mobile?

Best regards,
Janne

Hi Olivia, Any info on this? I got confused with not having the arrows too. Would really be better if there were so you would easily know it's a slider. How do I change the slide in mobile? Best regards, Janne
Support Team
Support Team posted this 23 April 2019

Hi Janne,

Usually, the slider arrows are not used on the small screens as they take a lot of space. The swipe is a good alternative to arrows. Unfortunately, swipe is still is in our wish list.
But indicators are visible in responsive mode and can be used to switch between slides.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Janne, Usually, the slider arrows are not used on the small screens as they take a lot of space. The swipe is a good alternative to arrows. Unfortunately, swipe is still is in our wish list. But indicators are visible in responsive mode and can be used to switch between slides. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
dekartwork
1 Posts
dekartwork posted this 23 September 2019

Hello. This function with arrows in the slider is very necessary. I need this feature on all sites. Do it please. Or make the swap pictures change.

Hello. This function with arrows in the slider is very necessary. I need this feature on all sites. Do it please. Or make the swap pictures change.
djamir32
5 Posts
djamir32 posted this 08 October 2020

hey, this is really necessary, not possible to change a picture(swipe) on mobile, we need the arrows.
just resize them please

hey, this is really necessary, not possible to change a picture(swipe) on mobile, we need the arrows. just resize them please
dragosh_ab
1 Posts
dragosh_ab posted this 10 October 2020

Hi, as a simple solution in the export folder search for nicepage.css open it in editor and search for this block

@media (max-width: 767px) {
.u-carousel-control-prev,
.u-carousel-control-next {
display: none;
}
}

and delete it. Everithing will work after.

Hi, as a simple solution in the export folder search for nicepage.css open it in editor and search for this block @media (max-width: 767px) { .u-carousel-control-prev, .u-carousel-control-next { display: none; } } and delete it. Everithing will work after.
sebol72
6 Posts
sebol72 posted this 19 October 2020

Hi.
The arrow is missing and cannot be added, and you haven't done the finger panning
When specifically?

Hi. The arrow is missing and cannot be added, and you haven't done the finger panning When specifically?
Support Team
Support Team posted this 19 October 2020

Hi,

We are not working on this feature now, but it is considered for the future.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, We are not working on this feature now, but it is considered for the future. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
paolo.forum
1 Posts
paolo.forum posted this 01 December 2020

I have the same issue, please the arrows is a very important feature.

thanks,
Paolo

I have the same issue, please the arrows is a very important feature. thanks, Paolo
mhalden2249
1 Posts
mhalden2249 posted this 04 March 2021

Since nicepage support are not nice about helping others
(swipe doesn't work too and they suggest tapping on those barely visible dots at the bottom)

for anyone having this issue just do what @dragosh_ab said:

  • After exporting as html, open the folder, find nicepage.css, open it with notepad
  • Edit > Find and paste this in the field

@media (max-width: 767px)
{ .u-carousel-control-prev,
.u-carousel-control-next {
display: none; } }

  • delete the whole thing and now people can actually use your image slider on mobile too!
Since nicepage support are not nice about helping others (swipe doesn't work too and they suggest tapping on those barely visible dots at the bottom) for anyone having this issue just do what @dragosh_ab said: - After exporting as html, open the folder, find nicepage.css, open it with notepad - Edit > Find and paste this in the field > @media (max-width: 767px) > { .u-carousel-control-prev, > .u-carousel-control-next { > display: none; } } - delete the whole thing and now people can actually use your image slider on mobile too!
You must log in or register to leave comments