Smf Manas Modern [Responsive 2.0]

Merhaba, tekrar hoş geldiniz!

Bilgi sahibi olanlarla ihtiyaç duyanları buluşturmak, farklı bakış açılarına sahip insanları bir araya getirerek birbirlerini daha iyi anlamalarını sağlamak ve herkesin bilgisini paylaşmasını sağlamak istiyoruz.

orhan

Moderator
Katılım
5 Ara 2018
Mesajlar
466
Tepkime puanı
88
Puanları
28
AxP3hfm.jpg


2dufuVI.jpg

WqEyHmg.jpg


C9znoPr.jpg


To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

Main Features of Manas v2:
.Fully Responsive Layout
.Clean Retina & HD display Support
.Two User Bar Layout
.User menu icons
.Text Logo and slogan
.Sticky Header
.Navigation icons
.Advanced footer easily customized
.Sticky Sidebar
.And more...

DEMO
 

Ekli dosyalar

  • Manas_v2.zip
    1.8 MB · Görüntüleme: 86
Son düzenleme:
EMEGİNE SAGLIK ORHAN KARDEŞİM COK GÜZEL OLMUŞ
 
Hope it's okay to ask for support here.

The title and contents of a private message does not align properly in quick view or in the private message index.

How can I fix this?

Example: https://imgur.com/a/BGcXRW2
 
Archer' Alıntı:
Hope it's okay to ask for support here.

The title and contents of a private message does not align properly in quick view or in the private message index.

How can I fix this?

Example: https://imgur.com/a/BGcXRW2

hello theme updated.
 
Bence default arkaplan tam ekran olsaydı daha güzel olabilirdi. Ayrıca Zeytin temasında ki gibi kategori içi olsa daha güzel olurdu ve konu tasarımı material tasarım veya daha şık olabilirdi. Navbara bayıldım harika olmuş ama onun dışındaki yerler çok sönük kalmış. Eğer v3 çıkaracak olursan kesinlikle bu dediklerimi düşünmelisin bence.

Tema için teşekkürler.
 
Hocam ellerine sağlık tema efsane olmuş da yapmak istediğim birşey vardı.

- Son iletiler kısmını nasıl üst tarafa alabilirim ?

- ve tema rengini  nasıl değiştirebilirim ? açık mavi ve tonları olsun istiyorum da.

- son birşey daha. sitendeki tema da çok güzelmiş . paylaşmış mıydın acaba bunu ?
 
Merhaba

- Son iletiler kısmını nasıl üst tarafa alabilirim ?

Tema yan blok kodlamasina sahip haliyle son konular yanda isterseniz uste ikinci bir son konular yapa bilirsiniz sitede konusu var

- ve tema rengini  nasıl değiştirebilirim ? açık mavi ve tonları olsun istiyorum da.

index.css de

Kod:
.p-header:after {
    content: "";
    background: -moz-linear-gradient(left, rgba(192,108,132,0.8) 0%, rgba(53,92,125,0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(192,108,132,0.8) 0%, rgba(53,92,125,0.8) 100%);
    background: linear-gradient(to right, rgba(192,108,132,0.8) 0%, rgba(53,92,125,0.8) 100%);
    z-index: 50;
    width: 100%;
    height: 100%;
    position: absolute;
}
bu kodu duzenleyin.

- son birşey daha. sitendeki tema da çok güzelmiş . paylaşmış mıydın acaba bunu ?

Hayir bu siteye özel kodlandi.
 
Hi wondering why in the mobile version I can't see board icons. Can't whenerver there is new thread/post in each section?
 
demo84' Alıntı:
Hi wondering why in the mobile version I can't see board icons. Can't whenerver there is new thread/post in each section?

Find and replace this code

bootstrap.css

Kod:
@media screen and (max-width: 640px)
.hidden, .icon, .stats, #posting_icons, #mlist th, .icon1, .icon2 {
    display: none;
}

Kod:
@media screen and (max-width: 640px)
.hidden, .stats, #posting_icons, #mlist th, .icon1, .icon2 {
    display: none;
}
 
cakal' Alıntı:
demo84' Alıntı:
Hi wondering why in the mobile version I can't see board icons. Can't whenerver there is new thread/post in each section?

Find and replace this code

bootstrap.css

Kod:
@media screen and (max-width: 640px)
.hidden, .icon, .stats, #posting_icons, #mlist th, .icon1, .icon2 {
    display: none;
}

Kod:
@media screen and (max-width: 640px)
.hidden, .stats, #posting_icons, #mlist th, .icon1, .icon2 {
    display: none;
}

Thank you!
 
One more question. How to change grey area which is displayed in the user profiles and change it to the picture ? I wanna make it cover picture. Also how can change board icons? New message and no new massage. Thanks






 
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

I don't know what you mean, so it's already on off?
 
Son düzenleme:
Hi, I was looking to replace the. Never mind I have find them, they are fa- icons :)
But how to change that grey area into the cover photo?

Thanks
 
demo84' Alıntı:
Hi, I was looking to replace the. Never mind I have find them, they are fa- icons :)
But how to change that grey area into the cover photo?

Thanks


watch video for yu cover photo

need to change these codes for the icon

BoardIndex.template.php

Kod:
// If the board or children is new, show an indicator.
				if ($board['new'] || $board['children_new'])
					echo '
							<span class="nodeIcon hasGlyph" title="', $txt['new_posts'], '">
							<i class="far fa-comments"></i>
					       </span>';
				// Is it a redirection board?
				elseif ($board['is_redirect'])
					echo '
							<span class="nodeIcon hasGlyph" title="', $txt['old_posts'], '">
							<i class="fa fa-link"></i>
					       </span>';
				// No new posts at all! The agony!!
				else
					echo '
				           <span class="nodeIcon hasGlyph" title="', $txt['old_posts'], '">
							<i class="fas fa-comments"></i>
					       </span>';

				echo '
						</a>

 
Hey.

Again for some reason I can't see board icons when using on mobile.
Just checked bootstrap and it's ok
Please help if you can

 
demo84' Alıntı:
Hey.

Again for some reason I can't see board icons when using on mobile.
Just checked bootstrap and it's ok
Please help if you can


https://webtiryaki.com/index.php/topic,40.msg417.html#msg417
 
cakal' Alıntı:
demo84' Alıntı:
Hey.

Again for some reason I can't see board icons when using on mobile.
Just checked bootstrap and it's ok
Please help if you can


https://webtiryaki.com/index.php/topic,40.msg417.html#msg417

I have already done this
Was ok for few weeks now is the same
No icons
 
hello use the attached file.
 

Geri
Üst Alt