• Resolved zabavljaev

    (@zabavljaev)


    Hello! What happened? In the block “Advanced Columns”, consisting of 4 columns, I need to put the standard block “List” and add links. But the buttons are hidden. In addition, I can not move a block. Work has stopped.
    Screenshot: https://ibb.co/By2xsXp
    Please, help!
    I returned to version 1.11.1 (cleared browser cache). I am waiting for correction.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter zabavljaev

    (@zabavljaev)

    Temporary solution:
    blocks.style.build.css

    .uagb-column__wrap {
      position: relative;
      overflow: inherit !important
    }

    Buttons became visible, but, the button with the link is not clickable … Probably, z-index
    Could you suggest a temporary fix?

    .uagb-column__wrap .uagb-column__inner-wrap {
        margin-left: auto;
        margin-right: auto;
        position: relative;
    
        z-index: inherit!important;
    
        flex: 1;
        width: 100%;
    }
    • This reply was modified 5 years, 7 months ago by zabavljaev.
    Thread Starter zabavljaev

    (@zabavljaev)

    I did it temporarily:

    add_action('admin_head', 'myfix');
    function myfix(){
        echo '<style>.uagb-column__wrap{overflow: inherit !important;}.uagb-column__wrap .uagb-column__inner-wrap {z-index: inherit!important;}</style>';
    }
    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @zabavljaev!

    I am glad that you were able to temporarily resolve this issue. We have already listed this issue in our bug list and would be fixing it in our upcoming release.

    Your patience is highly appreciated.

    Regards,
    Balachandar Karuparthy

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @zabavljaev,

    We have already fixed this in Version 1.12.5. Now you will be able to use the button without adding your custom CSS.

    Regards,
    Balachandar Karuparthy

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Buttons are hidden!’ is closed to new replies.