@sefod on "[Plugin: Google Places Reviews] Conflict with WPMUDEV Custom Sidebars"

ساخت وبلاگ

This plugin is conflicting with WPMUDEV Custom Sidebars.

When I activate both (And deactivate every other plug/not default theme), the Google places Search on the admin Widgets page doesn't work.

Any idea why?

Thanks!

https://wordpress.org/plugins/google-places-reviews/

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.

Maybe I wansn't clear. Is the free version of the plugin, currently on the repository: https://wordpress.org/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;
`}'

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!

@sefod
Member
Posted 11 minutes ago #

Great. Thanks to both!

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 61 تاريخ : جمعه 10 ارديبهشت 1395 ساعت: 2:00