Hi @paticoelho,
I see the issue. It has to do with the CSS optimizer, minification plugin you are using.
https://blog.anhanguera.com/wp-content/cache/jch-optimize/css/b3fbcd23ba74996dcb1cecddb0abaa1d.css
A considerable chunk of WP Socializer.css is mising but some are present. May be it is a old cache.
Can you please recreate the cache and try again ?
Thanks,
Aakash
I exclude css socializer plugin on jch.
Testing here, just in IOS devices, the whatsapp button is not appering on screen =( it is cut out.
Hi @paticoelho ,
I do not see any issue of whatsapp button being cut off in iphone screen.
Screenshot – https://i.snipboard.io/sBkw8f.jpg
Since there is no special handling for ios devices, if it works for one small screen it should work in all small screens.
Can you please check if the page was zoomed ?
Thanks,
Aakash
https://ibb.co/HHsGyp7
https://ibb.co/rZG0tXJ
https://ibb.co/dDfp3jv
tests on 2 diferents devices…
-
This reply was modified 5 years, 9 months ago by
paticoelho.
Can you please tell me the browser you are using ?
I’m able to see the issue in Firefox. It works good in Chrome.
While I fix the issue officially, can you please change the following ?
Plugin editor –> WP Socializer –> wp-socializer/public/css/wpsr.min.css
Search for display:table; and replace that with display: flex;
Make sure the wpsr.min.css file cache is cleared/refershed.
This should fix the issue.
Thanks,
Aakash
https://ibb.co/Kq6PXKR
After changed wp-socializer/public/css/wpsr.min.css
https://blog.anhanguera.com/wp-content/plugins/wp-socializer/public/css/wpsr.min.css?ver=6.1
I can still see display: table in above file. Can you please check if you have replaced correctly ?
If is seen changed now.
Did you try again in incognito mode ?
Also can you please tell me which browser you are using ?
Hi @paticoelho,
The file https://blog.anhanguera.com/wp-content/plugins/wp-socializer/public/css/wpsr.min.css?ver=6.1 is cached for 1 year and thats the reason the edited changes are not reflected on your mobile phone.
To burst the cache of that CSS file please do the following
Plugin editor -> wp-socializer/core/includes.php line no 50 change WPSR_VERSION to '6.1.1'
Please make sure to clear site cache and try in incognito mode and the previous flex change is untouched.
I’ll cover this fix officially in my next version.
Thanks,
Aakash
Hi,
This issue is fixed in v6.2
Thanks,
Aakash