Pagination Arrows are Missing After SP Page Builder Update - Question | JoomShaper

Pagination Arrows are Missing After SP Page Builder Update

M

Marlon

SP Page Builder 1 year ago

I noticed there was an override for the pagination file, now the UI is missing the arrow icons. https://heisthelight4you.com/weekly-reflection

missing styles: class="icon-angle-double-left" class="icon-angle-left" class="icon-angle-right" class="icon-angle-double-right"

https://prnt.sc/FYALgo7GoqNt

0
8 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #173519

Inside Template custom.css file area please add those lines

.icon-angle-right::after {content: "\f105";
  font-weight: 600; font-family: "Font Awesome 6 Free";}

.icon-angle-double-right::after { content: "\f101"; 
font-weight: 600; font-family: "Font Awesome 6 Free";}

.icon-angle-left::after { content: "\f104"; 
font-weight: 600; font-family: "Font Awesome 6 Free";}

.icon-angle-double-left::after { content: "\f100"; 
font-weight: 600; font-family: "Font Awesome 6 Free";}
0
M
Marlon
Accepted Answer
1 year ago #173620

Thank you, that fixed it.

I don't use templates, I'v had an SP Page Builder Pro account for several years so I build all of my client websites from scratch. I rename the Helix template to keep everything contistent and easier to manage.

Was the css for the angels removed from template.css?

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 year ago #173516

Hi there!

Sorry for your experience.

Would you please give me your admin access to check the issue for you? Kindly, keep a full site backup before sharing the credentials.

Best Regards

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #173517

And from I saw, problem is from Template styles. Becuase bottom navigation is part of Template not SPPB itself. But we can try to deliver solution.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #173640

You forgot to share full template name, you told only about "Helix" without any details.

Anyway, you're welcome.

0
M
Marlon
Accepted Answer
1 year ago #173745

Sorry about that, I thought you meant a template I purchased. The template is called shadvintech.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #173756

So it wasn't ours :/

0
M
Marlon
Accepted Answer
1 year ago #173879

No, I renamed the default Helix template and installed it. Then I create the websites from scratch, no other templates used.

0