Home › Forums › WoodMart support forum › Pagination Style on slider mobile version
Pagination Style on slider mobile version
- This topic has 7 replies, 2 voices, and was last updated 1 year, 2 months ago by Elise Noromit.
-
AuthorPosts
-
August 25, 2023 at 2:16 pm #491277
ZakkyParticipantGreetings.
How to fix the error of displaying pagination style in mobile and tablet version. This element is displayed only in the desktop version. Also wanted to ask how I can move in the mobile version arrows on the slider a little closer to the center, so that they were not glued to the very edges of the screen.August 26, 2023 at 4:01 am #491394
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Please, confirm the permission for plugins deactivation, and switching to the parent theme. As soon as we complete the testing we will enable all back, however, the site would be without plugins for 15-20 min. You would better make the full backup of your site.
Best Regards
August 26, 2023 at 1:07 pm #491446
ZakkyParticipantOf course, the backup is created automatically at my place. You have my full authorization.
August 27, 2023 at 11:30 am #491507
ZakkyParticipantStill waiting for your connection, links and access provided above
August 28, 2023 at 11:13 am #491632
ZakkyParticipantI gave you guys all the access two days ago. When do we expect your decision?
August 29, 2023 at 6:28 am #491833
Elise NoromitMemberHello,
Sorry for the delay.
The pagination is not possible to change on mobile.
The errors can be removed with custom CSS:
body .arrows-style-1 .flickity-button.previous { justify-content: flex-start; } body .arrows-style-1 .flickity-button.next { justify-content: flex-start; }
You need to add the code to the Theme Settings > Custom CSS > Tablet/Mobile.
Best Regards
August 29, 2023 at 8:49 pm #492045
ZakkyParticipantThe pagination is not possible to change on mobile…
I don’t need to change it, I don’t have it displayed…I want to solve this problem. Paganation work on desktop and don’t on mobileCode that u provided
body .arrows-style-1 .flickity-button.previous { justify-content: flex-start; } body .arrows-style-1 .flickity-button.next { justify-content: flex-start; }
Resolve only right arrow, left arrow stays same
August 31, 2023 at 1:19 am #492322
Elise NoromitMemberHello,
The dots are hidden on mobile, add this code to the Theme Settings > Custom CSS > Global to show them:
@media (max-width: 768px) { body .flickity-page-dots { display: flex; } }
Please replace the code for arrows for this one:
@media (max-width: 769px) { body .arrows-style-1 .flickity-button.previous { justify-content: center; } body .arrows-style-1 .flickity-button.next { justify-content: center; } }
Remote the previous code from Tablet/Mobile and insert into Glogal.
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
Tagged: mobile, pagination style, slider, tablet
- You must be logged in to create new topics. Login / Register