1. PROMO Get 60% OFF Lifetime Pro Membership & access all our Pro Divi Extensions, Divi Layouts, Divi AI Generator, Divi Block, etc.VIEW PRICING
Dismiss Notice
UPDATE Custom Color Scheme + Premade Divi Layouts - A perfect combination to boost productivity. New 'Gadget Repair' layout added.Try our Custom Color Layouts
BEST Divi Block - A revolutionary online drag & drop tool to easily mix & match 478+ premade blocks to kick start your Divi site design. Special module designs are included as well.
Learn MoreTry Free Version

Divi Mobile Bar Plugin (Free)

Discussion in 'Divi Freebies For Download' started by Divi.Help, Jan 6, 2019.

  1. Danny Smith

    Danny Smith New Member

    Really great! btw can you hide it on certain pages/posts?
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade gallery carousel design for your Divi site without using any plugins:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    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;
    }
     
  3. Danny Smith

    Danny Smith New Member

    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?
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade rolling text design for your Divi site without using any plugins:View Demo
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    It needs to be in php tag: <?php do_action( 'et_after_main_content' ); ?>
     
  5. Danny Smith

    Danny Smith New Member

    Great that did it!

    How do I reduce the height by about 50%?
     
    1. PRO MEMBER PERKS Divi Mini Cart Pro Plugin - Instantly add 3 different types of mini cart to your Divi site:Learn More
  6. Divi.Help

    Divi.Help Administrator
    Staff Member

    You will need to adjust all the blurb modules padding, icon size, etc to reduce the height.
     
  7. Danny Smith

    Danny Smith New Member

    Sure just trying that. Many Thanks
     
    1. PRO MEMBER PERKS Divi.Help Pro Layout Packs - Modern & powerful Agency Divi layout pack, featuring team carousel, sliding menu, etc.View Demo
  8. SoyJRLemus

    SoyJRLemus New Member

    OMG Awesome!
     
  9. Danny Smith

    Danny Smith New Member

    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?
     
    1. PRO MEMBER PERKS Divi Block Pro - 30+ premade custom header designs for you to choose from:View Demo
  10. Divi.Help

    Divi.Help Administrator
    Staff Member

    This plugin only works with Divi theme. It doesn’t support other themes + Divi Builder plugin. Cause it utilizes Divi theme template hook.
     
  11. Thiago Muccillo

    Thiago Muccillo New Member

    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.
     
    1. PRO MEMBER PERKS Divi Ultimate Archive Plugin - Replace the default archive "Older Entries" with beautiful pagination:Learn More
  12. Divi.Help

    Divi.Help Administrator
    Staff Member

    Just go to the Row Settings > Advanced > Custom CSS > Main Element & add width: 100%!important;
     
  13. Thiago Muccillo

    Thiago Muccillo New Member

    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.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade gradient text design for your Divi site without using any plugins:View Demo
  14. Divi.Help

    Divi.Help Administrator
    Staff Member

    Try to go to each blurb module settings & set the margin bottom to be 0.
     
  15. Thiago Muccillo

    Thiago Muccillo New Member

    It´s working like a charm.
    Thank you for your attention and solutions.
    Have a nice week!
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade logo carousel design for your Divi site without using any plugins:View Demo
  16. harrystymiest

    harrystymiest Member
    Divi Ultimate Header Plugin

    is there a way to set a Google Maps link for Android and an Apple Maps Link for iOS?
     
  17. Divi.Help

    Divi.Help Administrator
    Staff Member

    Nope. You can only set one link across all devices. You can't set custom link based on devices.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade before / after image slider for your Divi site without using any plugins:View Demo
  18. Minh

    Minh New Member
    Divi Ultimate Header Plugin

    Thank you so much for the plug in. Is there a way for us to have it display starting when we scroll down
     
  19. Divi.Help

    Divi.Help Administrator
    Staff Member

    Not possible. But you can set animation delay in it to make it display after x seconds.
     
    1. PRO MEMBER PERKS Divi Ultimate Archive Plugin - Replace the default archive "Older Entries" with beautiful pagination:Learn More
  20. noshairwan

    noshairwan New Member

    having some problems with my website.