Browser: Chrome 110 OS: macOS / Windows / Linux / etc. URL: Link to a page that illustrates this issue Video: Short screen recording that illustrates this issue (free tool: jam.dev)
I found that the “Rich Text” widget in my dashboard is different from the ones in video tutorials.
Was there any thing wrong with my settings or what?
The format bar will go away when you click on the “Text” view of your editor. If you view it under the “Visual” you will see the format bar. This is the normal behavior in Bricks – mine is the same.
Unfortunately, I cannot reproduce the issue. What @shingen says is true though. It seems that the “text” tab is active for you. What I find strange is that the tabs are not visible. Please deactivate all plugins and custom code and see if this solves the problem.
I’ve been using Bricks for nearly 7 days, the first time I dragged “rich text”, it shows like the issue I talked above, there are no function bar here, they seem no difference to me. I even googled “what’s the difference between basic text and rich text”.
The true issue is: the “Rich Text” function bar randomly disappears—sometimes it’s there, and other times, it’s completely gone.
I happened to me too (with no help of dectivating plugins or reset Bricks settings).
BUT - when I filled me user acount properly (nickname was missing), the module started to work properly (And set my user lang to English, but it’’s not the cause).
Bricks can be really sensitive to raw text vs rich text formatting when you paste content into the builder. Most of the time, the visual output looks different because one element has inline code styling baked into it from an external source. A quick way to debug this without messing up your layout is to view the HTML source of both blocks and drop them into a web diff tool like https://comparetext.app/ . It instantly shows any line-by-line differences in the code tags so you can strip out whatever is causing the inconsistency.