You will need custom CSS to hide it. Let's say you wish to hide it on page with id 100, then use the below CSS in Divi > Theme Options > Custom CSS to hide it: Code: body.page-id-100 .divi-help-custom-bar-wrapper { display: none!important; }
Thanks. For the life of me I can't get it to show. Have added do_action( 'et_after_main_content' ); to the php footer and that actual code shows on the site. Something wrong with the way I added it to the php?
All sorted on my divi site now thanks. Question. I have it installed on a non divi site (Spacious by Themegrill) and it's not showing. Using the divi builder plugin, your bar and json layout. Any ideas?
This plugin only works with Divi theme. It doesn’t support other themes + Divi Builder plugin. Cause it utilizes Divi theme template hook.
Hi! Thanks for provide this plugin and support free. A little problem here... all blog posts in my divi are with 80% width (this is the default 1080px), so i have a left and right margin (10% each). Am i missing something? The pages are ok, no margins, menu bar 100%. page: https://braziloutside.com.br - bar ok. post with divi builder enable: https://braziloutside.com.br/quebec/ bar with margins. I´ve try this code below, it works, but all my content gets 100%. @media only screen and (max-width: 980px) { #top-header > .container, #main-header > .container, #et_search_outer > .container, #main-content > .container, div.et_pb_row, div.et_pb_row.et_pb_row_fullwidth { width: 100% !important; } } Can you help me please? Thanks in advance.
Thank you for your fast reply. We are almost there... I apply your snippet and now is 100%width. The margins is gone, but it explodes no next line i guess. Can you check again please? Thank you.
Thank you so much for the plug in. Is there a way for us to have it display starting when we scroll down