How Can I Modify The Articles Scroller - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How Can I Modify The Articles Scroller

Andreas Wolf

Andreas Wolf

SP Page Builder 2 years ago

Hello,

the Article Scroller on my home page looks terrible!

Link: http://joomla.ars-langen.de

Is it possible to change it?

I would like to adjust the following items:

  1. the width of the images should be based on the boxes.
  2. all boxes should be the same height.
  3. the lines for pagination in the upper right corner, I would like to replace with dots, which are below the boxes.

With best regards

Andreas

0
8 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #123673

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
Andreas Wolf
Andreas Wolf
Accepted Answer
2 years ago #123682

I already have posted a link and a screenshot!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #123769

There is no screenshot here. Could you please send the screenshot again?

0
Pavel
Pavel
Accepted Answer
2 years ago #123781

Hi Andreas. It can be done only via css.

Here is starting point code. But you will need more coding to make it responsive.

.bx-viewport {
    height: 700px !important;
}
.sppb-articles-carousel-img-link {
    display: block;
}
.sppb-articles-carousel-img-link img {
    width: 100%;
}
.sppb-addon-articles-carousel .bx-controls.bx-has-pager {
    top: auto;
    bottom: 0;
}
.sppb-addon-articles-carousel .bx-pager.bx-default-pager {
    right: 0;
    display: flex;
    justify-content: center;
}
.sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px !important;
    height: 20px;
    border-radius: 100%;
}

1
Andreas Wolf
Andreas Wolf
Accepted Answer
2 years ago #126557

Thank you very much for your help.

The customization of the addon seems very cumbersome. Unfortunately, nothing is written about it in the documentation either.

Is there any way to copy a blog layout from another template?

For example, I like the following blog layouts on the home page:

  1. https://demo.joomshaper.com/2019/travus/
  2. https://demo.joomshaper.com/2017/travelia/index.php/home/home-dynamic

How can I realize this?

Thanks a lot for the support!

With kind regards

Andreas

0
B
Breda
Accepted Answer
2 years ago #130214

Hi Andreas, Did you find a solution for your problem with the Articles? I am looking for the same. The layout of the articles add on is very poor. Regards Breda

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #130226

Could you please create a new forum post about your issue?

0
B
Breda
Accepted Answer
2 years ago #130230

Ok, i have been back and forth with Paul, one of the support team on this topic on an older post but I haven't found a solution. I'll start a new topic. I woudl be interested to see if this user found a solution. Regards Breda

0