MyBB Community Forums

Full Version: How to fix this problem with plugin?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: HUxvbab.png]
Help me to fix this? How...
(2017-06-28, 07:20 PM)DenisHadzhiev Wrote: [ -> ][Image: HUxvbab.png]
Help me to fix this? How...

The avatarep.css needs to be adjusted. Please post a link to the site.
(2017-06-29, 03:57 AM)Ashley1 Wrote: [ -> ]
(2017-06-28, 07:20 PM)DenisHadzhiev Wrote: [ -> ][Image: HUxvbab.png]
Help me to fix this? How...

The avatarep.css needs to be adjusted. Please post a link to the site.

http://playerunknowns.net/
Which version of the plugin are you using. Dark Neo updated this plugin recently - latest version = 2.9.5

https://github.com/WhiteNeo/lastposter-a...18x-series

Works perfectly for me without making any css edits. I suggest you update to the latest version first if you're not already on that.

[Image: untitled.png]
(2017-06-29, 05:26 AM)Ashley1 Wrote: [ -> ]Which version of the plugin are you using. Dark Neo updated this plugin recently - latest version = 2.9.5

https://github.com/WhiteNeo/lastposter-a...18x-series

Works perfectly for me without making any css edits. I suggest you update to the latest version first if you're not already on that.

[Image: untitled.png]


I'm using the lastest version of the file but still have this? What should I fix?
I am looking at your avatarep.css through view source and its not the same.

you have:

.avatarep_fd{float:left;margin: 0px -5px;width:30px;height:60px}

and i compare to the original plugin css:

.avatarep_fd{float:left;margin: auto;padding: 0px 20px 0px 0px;width:30px;height:40px}

This is the latest css i have, try backing up yours and then replacing it with:

$avatarep_css = '.modal_avatar{display: none;width: auto;height: auto;background: #f0f0f0;border: none;border-radius: 10px;position: absolute;z-index: 99999;}
.modal_avatar_hover{width: auto;height: auto;background: #f0f0f0;border: none;border-radius: 10px;position: absolute;z-index: 99999;}
.tavatar {padding: 0px 10px;text-align: center;}
.tavatar img {max-height: 80px;max-width: 80px;padding: 8px;}
.avatarep_online {border-left: 3px solid #008000;box-shadow: 1px 1px 2px 1px rgba(14, 252, 14, 0.8);border-radius: 3px;opacity: 0.9;}
.avatarep_offline{border-left: 3px solid #FFA500;box-shadow: 1px 1px 2px 1px rgba(252, 165, 14, 0.8);border-radius: 3px;opacity: 0.9;}
.hr {background-color:#FFA500;}
.trow_profile{vertical-align: top;padding-left: 9px;width:340px;color:#424242;}
.trow_profile a{color: #051517;}
.trow_profile a:hover{color: #e09c09;}
.trow_uprofile{min-height:175px;line-height:1.2;}
.trow_uname{font-size:15px;}
.trow_memprofile{font-size:11px;font-weight:bold;}
.trow_status{font-size: 11px;}
.avatarep_img_contributor{padding: 2px;border: 1px solid #D8DFEA;width: 20px;height: 20px;border-radius: 50%;opacity: 0.9;	margin: 2px 5px 0px 2px;float: left;}
.avatarep_img{padding: 3px;border: 1px solid #D8DFEA;width: 30px;height: 30px;border-radius: 50%;opacity: 0.9;margin: 0px 5px 0px 2px;}
.avatarep_fd{float:left;margin: auto;padding: 0px 20px 0px 0px;width:30px;height:40px}
.avatarep_fda,.avatarep_fdl,.avatarep_fdan,.avatarep_fda_mine,.avatarep_fdl_mine{float:left}
.avatarep_fda,.avatarep_fda_mine{margin-right:15px}
.avatarep_fdl_img{width: 20px;height: 20px;border-radius: 50px;position: absolute;margin-left: -35px;margin-top: 25px;border: 1px solid #424242;padding: 2px;}
@media screen and (max-width: 450px){
.tavatar img {height: 30px;width: 30px;padding: 2px;}	
.trow_uname{font-size:12px;}
.avatarep_img_contributor{padding: 2px;border: 1px solid #D8DFEA;width: 19px;height: 19px;border-radius: 50%;opacity: 0.9;	margin: 2px 5px 0px 2px;float: left;}
.avatarep_img{padding: 2px;border: 1px solid #D8DFEA;width: 19px;height: 19px;border-radius: 50%;opacity: 0.9;margin: 0px 5px 0px 2px;}
.avatarep_fd{float:left;margin: auto;padding: 0px 10px 0px 0px;width:20px;height:20px}
.avatarep_fda,.avatarep_fdl,.avatarep_fdan,.avatarep_fda_mine,.avatarep_fdl_mine{float:left}
.avatarep_fda,.avatarep_fda_mine{margin-right:15px}
.avatarep_fdl_img{width: 20px;height: 20px;border-radius: 50px;position: absolute;margin-left: -35px;margin-top: 25px;border: 1px solid #424242;padding: 2px;}