Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Brian

    (@brianmiyaji)

    @nanny7

    It looks like there is a flex grid (from the theme’s stylesheet) wrapping the first widget. Edit the page, then look for a grid element. If you can’t find it, try switching to Text mode and make sure that there is no code before or after the first player_gallery shortcode.

    Thread Starter nanny7

    (@nanny7)

    Hi thanks for your help, found this for the Site Origin page builder but how can I make it work properly:
    .panel-grid.panel-no-style,
    .panel-grid.panel-has-style > .panel-row-style {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    }
    .panel-layout.panel-is-rtl .panel-grid.panel-no-style,
    .panel-layout.panel-is-rtl .panel-grid.panel-has-style > .panel-row-style {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
    .panel-grid-cell {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }

    Hi!

    What happens when you disable their plugin?

    If it works fine then I recommend you contacting their support to know how you can disable this feature.

    Kind Regards,
    -Roch

    Thread Starter nanny7

    (@nanny7)

    Hi there is no way I can disable the plugin as it is the bones of all pages, however if somebody else has a problem with it I think I solved it by making the row have a css element added display:block;
    Seems to work for the moment.

    I’m glad it’s resolved!

    Please, let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hi major issue when new players added’ is closed to new replies.