Jump to content

Featured Replies

Все привет. Ребят, подскажите, где меняется этот фон в профиле пользователей? Я ставлю картинку, но фон под картинкой остается розовым. Как то это не серьезно)

Спойлер

001.thumb.PNG.a4a5f7be005eae42a27559f886be235b.PNG

 

Edited by aLEX49566

Link to comment
https://ipbmafia.ru/topic/24598-fon-v-profile/
Share on other sites

в коде элемента не удалось найти? 

Link to comment
https://ipbmafia.ru/topic/24598-fon-v-profile/?&do=findComment&comment=183244
Share on other sites
8 минут назад, by_ix сказал:

в коде элемента не удалось найти? 

Там как то не понятно, нашел, но кастом не реагирует вообще 

Link to comment
https://ipbmafia.ru/topic/24598-fon-v-profile/?&do=findComment&comment=183246
Share on other sites

!important добавляйте. 

Link to comment
https://ipbmafia.ru/topic/24598-fon-v-profile/?&do=findComment&comment=183251
Share on other sites
21 минуту назад, by_ix сказал:

!important добавляйте. 

Попробую. Спасибо 🥲

Link to comment
https://ipbmafia.ru/topic/24598-fon-v-profile/?&do=findComment&comment=183260
Share on other sites

Как я понял , это фишка ips - накладывать фон в профиле, а поверх уже .png картинку , причем он меняет цвет, как я понял, в зависимости от того какая цветом аватарка (будто берет с аватарок , которые идут по умолчанию - буквенные)..

Edited by aLEX49566

Link to comment
https://ipbmafia.ru/topic/24598-fon-v-profile/?&do=findComment&comment=183272
Share on other sites

aLEX49566 почти всегда всё находится через код элемента.

найти в шаблонах: core > front > profile > hovercard и core > front > profile > profileHeader

<div class='ipsCoverPhoto_container' style="background-color: {$member->coverPhotoBackgroundColor()}">

удалить стиль:

<div class='ipsCoverPhoto_container'>

 

Link to comment
https://ipbmafia.ru/topic/24598-fon-v-profile/?&do=findComment&comment=183278
Share on other sites

by_ix да, ковырял там, но видимо не туда.. Спасибо !

Я не удалил, а просто сделал темным коричневым для всех

<div class='ipsCoverPhoto_container' style="background-color: rgba(255,255,255,0.1);">

 

Link to comment
https://ipbmafia.ru/topic/24598-fon-v-profile/?&do=findComment&comment=183283
Share on other sites

Идет два момента.

1 - когда меняете фон в профиле,то фон за вашей картинкой тоже меняется.

			<div class='ipsCoverPhoto_container'>
				<img src='{$coverPhoto->file->url}' class='ipsCoverPhoto_photo' data-action="toggleCoverPhoto" alt=''>
			</div>

2 - Когда фон не установлен вами, а стоит по дефолту,то идет разноцветный фон.

	<div class='ipsCoverPhoto_container' style="background-color: {$member->coverPhotoBackgroundColor()}">
				<img src='{resource="pattern.png" app="core" location="global"}' class='ipsCoverPhoto_photo' data-action="toggleCoverPhoto" alt=''>
			</div>

 

Я себе сделал в итоге в цвет шаблона и там и там:

			<div class='ipsCoverPhoto_container' style="background-color: #121317;">
				<img src='{$coverPhoto->file->url}' class='ipsCoverPhoto_photo' data-action="toggleCoverPhoto" alt=''>
			</div>
		{{else}}
			<div class='ipsCoverPhoto_container' style="background-color: #121317;">
				<img src='{resource="pattern.png" app="core" location="global"}' class='ipsCoverPhoto_photo' data-action="toggleCoverPhoto" alt=''>
			</div>

 

Link to comment
https://ipbmafia.ru/topic/24598-fon-v-profile/?&do=findComment&comment=183284
Share on other sites
  • 1 year later...
В 16.07.2022 в 22:27, aLEX49566 сказал:
pattern.png

Если заменить на .webp , то удастся сделать немного легче картинку. Да и вообще, желательно все основные картинки менять на .webp 

Link to comment
https://ipbmafia.ru/topic/24598-fon-v-profile/?&do=findComment&comment=195679
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.