Page Edit Top Panel - Change Wording - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Page Edit Top Panel - Change Wording

T

Tom

SP Page Builder 2 years ago

Is there a way to change the 'SP Page Builder' text in the Page Edit Top Panel? In fact system wide would be even better. I can do it backend with language overrides but there is no frontend way to do this.

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #131016

Hi Tom,

  1. can you show me screenshot link about what area we are talking about.
  2. in Joomla you can override phrases on front and back-end - but it depends of pharse how it was codded. but indeed some phrases still cannot be translated / overriden.
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #131023

I think I know about what "SP Page Builder" label you was talking, and indeed it cannot be overriden - it's loaded from SPPB component code. Also you cannot hide it using Custom CSS, I tried.

They only way now is by php code customization :/

0
T
Tom
Accepted Answer
2 years ago #131090

Well I can certainly hide it.

.builder-brand { visibility: hidden; }

And I could probably jquery or javascript to replace the text. I just wondered if there was any language override or brand field I might access?

document.addEventListener("DOMContentLoaded", function() { var brandElement = document.querySelector(".builder-brand"); if (brandElement) { brandElement.textContent = "Example Page Builder"; } });

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #131093

Hidding CSS code do not work, at least didn't work on during my testing.


Question > Answer: Not yet for that area. Maybe in the future.

But today/tomorrow you can hire freelancer from your city for quick javascipt job if you need that fast.

0