• Thanks for the plugin and all you do for the WP community.

    Can you add a position option for the Beacon icon? or publish the way to reposition it?

    It lands right in the same place as the Divi Visual Builder “Save” button. I know I might give the icon a lower z-index, but not everyone can figure this stuff out.

    I kind of think any plugin that relies on a z-index to function should have some option to reposition it.

    What do yo think?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey Jeff!

    I just added an option to switch the beacon to the bottom left corner. It’ll be included in the next release!

    Thread Starter jeffnye

    (@jeffnye)

    Thanks Dan-

    I’ll look for it.

    Today I did some quick css changes to allow the Divi Theme visual builder buttons to move out of the way from the bottom right corner of the screen. Both Beacon and other plugins show up in the same place, and it’s only when editing Divi with the visual builder hta it presents a problem.

    So, in case anyone is interested, I added this to my child them css to move the Divi visual builder out of the way of the bottom right hand Beacon icon (or others that might be in that spot). Please note this was a quick fix for me, not necessarily pretty or perfect, so you may need to adjust:

    /*** BEGIN move divi visual builder buttons inward ***/
    .et-fb-page-settings-bar {
    justify-content: space-around;}

    .et-fb-button-group.et-fb-button-group–elevate.et-fb-button-group–primary.et-fb-page-settings-bar__column {
    position: relative;
    right: 20% !important;
    opacity: 1;
    }

    #et-fb-app .et-fb-button–inverse, #et-fb-app .et-fb-button–inverse:hover, #et-fb-app .et-fb-buttonbutton–inverse, #et-fb-app .et-fb-buttonbutton–inverse:hover {
    padding: 5px;
    }

    /*** END move divi visual builder buttons inward ***/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘position options for beacon?’ is closed to new replies.