somosguatemala
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My Website Loads Time is SlowSo I went and optimized my media file using caesium, it use to be 190 MB now I got it down to 60 MB is that better for my site? I tried out with much better results: https://gtmetrix.com/reports/www.somosguatemala.com/MV3adLqD
I think shouldn’t be having anymore problems with my site speed now? Yet I still get an F on optimization? What else can I do to help out my site speed?
Forum: Fixing WordPress
In reply to: My Website Loads Time is SlowI see these are a lot of images there has to be a way to make it much simpler. From now on every image I use will be compressed.
Forum: Fixing WordPress
In reply to: My Website Loads Time is SlowOk thanks for the help but how can I optimize these images? I have tried WP Smush.it and EWWW Image Optimizer but they haven’t really done much.
Yes i added this in my css:
#item-header-avatar img.avatar-social-login {width: 150px ; height: 150px;}
.item-avatar img.avatar-social-login {width: 50px ; height: 50px;}
Forum: Plugins
In reply to: [Social Login] Avatar size problemGreat Job Hcroeze that did the trick but it does make it all pixeled and blurry because of the size. I hope Claude can add all that to the new WordPress update.
Forum: Plugins
In reply to: [Social Login] Avatar size problemOk so i edited the line and what it did was that the new members that logged on made it so that the image size change but the problem with that is that it changes the size of the thumbnails as well i want to keep the thumbnails at 50 x 50px. While the profile pictures i want them to be 150 x 150 px how would i do that ??
Forum: Plugins
In reply to: [Social Login] Avatar size problemI changed it but yet nothing happened the profile images are still small??
Forum: Fixing WordPress
In reply to: Facebook Share Thumbnail Helpahhh i found the problem! someone might have the same problem as me! hope this helps! If you’re running W3 Total Cache on your blog, make sure to reject these user agents in the “page cache” tab in W3 Total Cache:
————————-
facebookexternalhit
FacebookExternalHit/1.1
FacebookExternalHit/1.0
————————-This will block W3 Total Cache from sending cached pages to Facebook. This solved my issue with thumbnails and descriptions.
Forum: Fixing WordPress
In reply to: Facebook Share Thumbnail Helpdoes anyone know what i can do to make it work?
It was the CSS of the buttons that was in conflict with my template all fixed now!
Forum: Fixing WordPress
In reply to: Facebook Share Thumbnail Helpdidnt work =(
Forum: Fixing WordPress
In reply to: How to add this code in a php file?awsome thanx!! that worked!!
Forum: Plugins
In reply to: How to get Mingle profile avatar pic on CometChat avatar?anyone? i tried
function getAvatar($data) { $data = explode('|',$data); $id = $data[0]; return 'https://www.somosguatemala.com/wp-content/uploads/mingle/avatars/' ; }
but dont know how to get specific users avatar for mingle
Forum: Fixing WordPress
In reply to: How to get avatar on CometChat to work?still trying to figure it out can anyone help me out?
Forum: Fixing WordPress
In reply to: How to get avatar on CometChat to work?Can anyone help me? i know its that part of code i just dont know what to change in it to get the wordpress avatar and not a gravatar.