Some questions as I get started
As I'm building out a site using BeTheme for a client, I've come across some questions I can't figure out the answers to. I'm hoping you can point me in the right direction:
1) If I use the Header builder plugin, is it possible to not have the rows broken into 3 columns? I'd like one row to be one column wide, so the menu can span full width.
2) Can I replace the Action bar contents with widgets? I'm okay writing my own HTML to insert into the widgets, but I need the ability to customize the output more than the phone numbers/email.
3) If I add social icons, they're put on their own line in the header. Can I force those to be included in the Action Bar, instead of off to the right on their own?
I think that's it for now (though I've only worked on the header, so far).
Thanks for any help you can offer.
ps. I'm working on localhost through Local by Flywheel, so there's no URL to share, though you shouldn't need it for the purposes of these questions.
Comments
So, I see that your first question is about a header builder, so I'll answer all of your questions depending that all of them are about that builder.
1) It's always like one column, to be honest.
The left, center, and right "columns" are just aligning, where it should be sticked.
So if you want to make it "Full Width", we suggest using the center column for the best experience.
2) You are limited to these items which are on the bottom, and there is no functionality to add third-party widgets into the header builder.
This is due to Envato new security changes which we have to follow. From now on you cannot use HTML markup in most of the Theme options. Fields that previously accepted HTML now only accept plain text. Only basic HTML tags like strong and u are working. Read more about the changes here: https://help.author.envato.com/hc/en-us/articles/360000481243-WordPress-Theme-Security-Requirements#h_674316188621522302914837
3) I explained to you how it works in the first answer.
You have to select "column" on the left, center, or right to make it aligned on the desired side.
If you would like to achieve that on a standard header from Theme Options, then you have to use custom CSS to achieve that.
4) On the header builder, it's enabled by default on auto mode.
If you would like to achieve that on a standard header from Theme Options, then you have to use custom CSS to achieve that.
Thanks