Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi there,

    I don’t have access to that plugin to test with, but most likely they are doing some unconventional things with sidebars which is preventing our Javascript from running there.

    I’ll reach out to the WPMUDEV team to see if we can get access to the plugin. Until then I don’t know if there’s much we can do there.

    Thread Starter Serafín Danessa

    (@sdanessa)

    Maybe I wansn’t clear. Is the free version of the plugin, currently on the repository: https://www.ads-software.com/plugins/custom-sidebars/

    Yep, is definitely a JS conflict, but I couldn’t solve it on my own to help ??

    Cheers!

    I’m having the exact same issue as @sefod. Any help would be appreciated.

    Thanks!

    The problem was with a z-index setting in custom sidebar’s cs.css stylesheet.

    Changing it as below did the trick:

    .widget-liquid-right {
    position: fixed;
    background: #E4E4E4;
    right: 0;
    top: 0;
    height: auto;
    padding: 32px 0 0;
    z-index: 500;
    /* https://app.asana.com/0/11388810124414/15265827322055 */
    /* https://app.asana.com/0/11388810124414/15066782299785 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    `}’

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi @mattkb

    Thanks for that solution. I just tested and that works exactly as expected. Just for clarification, the only change necessary is the z-index. So if others want to implement this fix (until our next release), you can just add the following to your admin stylesheet:

    .widget-liquid-right {
        z-index: 500;
    }

    Thanks!

    Thread Starter Serafín Danessa

    (@sdanessa)

    Great. Thanks to both!

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    We just pushed out a new update and it includes this fix. Would love either of you to confirm the fix when you update. Thanks!

    Thread Starter Serafín Danessa

    (@sdanessa)

    Confirmed!
    Thanks!

    I have a problem with sidebars I installed the free version of google places review, but I am using vittoria wordpress theme and it doesn’t seem to be possible to add a widget to a sidebar in that theme. i can oly add menus and page links to the side bar. as a test we did manage to make the widget appear in the footer but that isn’t much use to us, but it proved that the widget is picking up our reviews. I am thinking of purchasing the full version of google places reviews so I can make the widget show anywhere on a page , is that the only option to get it working ? I don’t mind paying a one off fee of $39 but I would like to be sure it’s going to work before I do.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Conflict with WPMUDEV Custom Sidebars’ is closed to new replies.