Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Check for javascript errors. Do you have any?

    ruandeyzel

    (@ruandeyzel)

    Checked for errors, there are none. Once q2w3 plugin is deactivated and deleted the avatar thumbnail adjustments work again.

    Screenshot of the the adjustments not working with plugin activated

    ruandeyzel

    (@ruandeyzel)

    globalchangeawareness

    (@globalchangeawareness)

    Having the exact same issue. Deactivating the widget lets me crop BuddyPress profile pictures.

    Difference in code when plugin activated and deactivate are:

    <script type="text/javascript" src="https://www.globalchangeawareness.eu/wp-content/plugins/q2w3-fixed-widget/js/q2w3-fixed-widget.min.js?ver=4.0.6"></script>

    <script type="text/javascript">
    	jQuery(document).ready(function(){
    	var q2w3_sidebar_1_options = { "sidebar" : "primary", "margin_top" : 95, "margin_bottom" : 650, "screen_max_width" : 0, "width_inherit" : false, "widgets" : ['alxtabs-2'] };
    	q2w3_sidebar(q2w3_sidebar_1_options);
    	setInterval(function () { q2w3_sidebar(q2w3_sidebar_1_options); }, 1500);
    	var q2w3_sidebar_2_options = { "sidebar" : "secondary", "margin_top" : 95, "margin_bottom" : 650, "screen_max_width" : 0, "width_inherit" : false, "widgets" : ['bp_core_recently_active_widget-2','text-8'] };
    	q2w3_sidebar(q2w3_sidebar_2_options);
    	setInterval(function () { q2w3_sidebar(q2w3_sidebar_2_options); }, 1500);
    	});
    	</script>

    Obvious enough as that code is injected by the fixed widget plugin.

    Plugin Activated

    Plugin Deactivated

    Getting no errors or warnings about anything to do with either BuddyPress or Q2W3 Fixed Widget.

    Fiddled around a bit, changed “resize” in .js and .min.js to “resized” at all occurrences just to see if that was it, but it wasn’t ??

    Is this being looked into or should I remove the plugin from my site, left it deactivated for now …

    same issue here. Plugin deactivated for now. Thats a pity as there is no alternative as far as I know

    Guys, Have someone found a solution or alternative?

    Latest WP/BP/theme releases installed. I see no more conflicts with cropping profile images.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Conflict with buddypress avatar’ is closed to new replies.