Thanks for your time. I've now figured out that my issue was the cache. I had enabled "Static CSS File Generation" in Divi Theme options - Builder - Advanced. Once I cleared the cache the problem disappeared.
Hello, thank you very much for the great plugin. We are currently equipping https://www.augenlaser-ratgeber.net/augenlasern/weitsichtigkeit/ with it. We use the bar as a CTA for mobiles to guide visitors to a subpage. The integration of the bar on the respective subpage is unnecessary. How can the bar be hidden on the three target pages? Where can I adjust the mouseover colour? Many thanks in advance. Best regards, Mace Windu
By using the below CSS in Divi > Theme Options > Custom CSS, you will only show the bottom bar on that page: Code: body:not(.page-id-216) .divi-help-custom-bar-wrapper { display: none!important; } As for the hover color, it's the Divi hover option: https://www.elegantthemes.com/blog/theme-releases/divi-hover-options-have-arrived
Hello, thank you very much. how do i have to change the whole thing if i want to show it on all pages except the three pages behind the CTA? thank you very much. greetings
For that case, just tweak the below CSS to fit your need. Code: body.page-id-xxx .divi-help-custom-bar-wrapper, body.page-id-yyy .divi-help-custom-bar-wrapper, body.page-id-zzz .divi-help-custom-bar-wrapper { display: none!important; } Replace the xxx & yyy & zzz to your page ID.
You are doing a great job. I have used the DIVI Mobile Bar with pleasure for project https://www.augenlaser-ratgeber.net/augenlasern/. Unfortunately the mouseover is still in the red colour. Because I cannot find the place where I can change it. Would you have to enter the code for this? Have a great Sunday, everybody.
It's the Divi hover settings. Just go to the Blurb module settings > Background & change the background hover color:
Hi I using Divi 4.0 and Divi Mobile Bar Plugin doesn't work. My Website is https://Minimaxdigital.com BR Halim Ivan
Our plugin depends on the default Divi footer hook. Thus, it will only work if you're using the default Divi footer. From what I see, you're using Theme Builder to hide the footer & that's the reason it didn't work. Even if you're using Theme Builder to build your custom footer, it will not work as well.
Just clone the blurb module & save it. As for the color issue, you will need to clear your Divi static CSS file cache in WP Admin > Divi > Theme Options > Builder > Advanced > Static CSS File Generation > Clear