Blog Issues On Finion Template, After Update To Joomla V4 - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Blog Issues On Finion Template, After Update To Joomla V4

ONITdev, Lda.

ONITdev, Lda.

Template 2 years ago

Hi,

After update joomla to version 4.3.3 / SPPB v5.0.8 the article navigation didn't match the original model and I can't find any settings to correct this problem. Likewise, the article categories module has lost its original formatting. I would ask for your help in correcting these problems. I attach a document with more information. Best regards

0
3 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #127550

Hi there,

I appreciate you reaching out. I sincerely apologize for this oversight. Yes, Joomla 4 changed their pagination system. Add this css code custom.css file. I hope you will like it.

I have added this css code dev site.

.view-article .pagenavigation .pagination, .pager {
    max-width: 83%;
    display: flex;
    margin-left: auto !important;
    margin-right: auto;
    margin-top: 68px;
    padding: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
}

-Thanks

0
ONITdev, Lda.
ONITdev, Lda.
Accepted Answer
2 years ago #127567

It's a downgrade but ok. Thanks

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #127611

You are most welcome :)

0