Arrow on HikaShop Content Module Carousel

  • Posts: 359
  • Thank you received: 24
  • Hikaserial Standard Hikashop Business
4 years 1 month ago #328924

-- HikaShop version -- : 4.4.0
-- Joomla version -- : 3.9.24
-- PHP version -- : 7.4

Hi

Is it possible to have arrows on the HikaShop Content Module Carousel?
I get the Previous/Next buttons, Dot and the other stuff, but would really like some arrows af the left and right side of the module.

Kind regards
Thomas

Please Log in or Create an account to join the conversation.

  • Posts: 83404
  • Thank you received: 13498
  • MODERATOR
4 years 1 month ago #328932

Hi,

To change the "previous" and "next" texts to arrows, you can use translation override of the keys HIKA_PREVIOUS_CAROUSEL and HIKA_NEXT_CAROUSEL with fontawesome icons (like <i class='fa fa-chevron-left'></i> and <i class='fa fa-chevron-right'></i> for example) or img tags with the image of your choosing.

Then, to move the arrows on the left and right sides of the carousel, you can use CSS.
For example:

.owl-prev {
    float: left;
    position: relative;
    left: 20px;
    top: -180px;
}
.owl-next {
    float: right;
    position: relative;
    right: 20px;
    top: -180px;
}
You just need to adapt the pixels to your needs in that CSS and it should do the job.

www.hikashop.com/support/documentation/1...ize-the-display.html

Please Log in or Create an account to join the conversation.

  • Posts: 359
  • Thank you received: 24
  • Hikaserial Standard Hikashop Business
4 years 1 month ago #328961

Always a great answer ready!
Thank you - works GREAT!

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum