Problem with carousel

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
mefrasa
Posts: 10
Joined: 17 Jul 2017, 18:33

22 May 2018, 09:06

Using the numVisible property, a combobox is displayed instead of the dots to browse through the data.

Thanks

merve7
Posts: 861
Joined: 12 Sep 2017, 10:44

28 May 2018, 14:15

Please see properties in doc (https://www.primefaces.org/primeng/#/carousel).
Please try numVisible and pageLinks properties together. For example;

Code: Select all

<p-carousel headerText="Cars" [value]="carouselCars" [numVisible]="2" [pageLinks]="6">
   //your code
</p-carousel>

mefrasa
Posts: 10
Joined: 17 Jul 2017, 18:33

04 Jun 2018, 15:49

I tried, but the result does not change, I always see a (ugly) combo next to the darts of navigation

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

11 Jun 2018, 08:58

Please try;

Code: Select all

.ui-carousel .ui-carousel-mobiledropdown {
    display: none !important;
}

Post Reply

Return to “Ultima - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 4 guests