Forums
(@helud)
4 years, 9 months ago
I had the same problem, I managed to solve it by adding the following code in jQuery:
jQuery(window).on(‘resize’, function(){ jQuery(“#THE-ID-OF-YOUR-STICKY-MENU”).css(‘width’, ‘100%’); });
4 years, 10 months ago
I had the same problem and I resolved it by adding two columns (“spam” and “deleted”) in wp_users:
View post on imgur.com