News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Manas

Started by gecitli, September 14, 2016, 04:46:01 AM

Previous topic - Next topic

gecitli

Link to the theme


Some information about Manas theme.

1) Google Material design guidelines were used.

2) For Icon Font Awesome (framework) It was used.

3) Respenzive (Mobile compatible)miss you.

The theme uses CSS3 so wont work in older browsers.

Manas teması hakkında bazı bilgiler;

1) Google Material design kuralları kullanıldi.

2) İkonlar için Font Awesome (framework) kullanıldi.

3) Respenzive (Mobil uyumlu)özlik.

Tema eski tarayıcılar,da çalışmaz yani CSS3 kullanır.

http://www.webtiryaki.com
webmaster forumu
Free & Premium Responsive Themes for SMF.

vonmhel1995

i like this one hahaha! thanks mate :)

Stefan1200

The responsive css file has one major and one minor bugs.

The major one: If you watch the message index with less or equal than 640px width, all column headers will be displayed, while only one column body is visible.
The minor one: In the forum header the user name will be written above the avatar image, which looks weird. I removed the value "right" of the caret CSS class, now it looks better.

I fixed both issues on my forum, maybe you can fix it in your release too. For me your theme is perfect after fixing this issues.

punchy

Excellent Theme, I've used it for my new forum, but i have a couple of issues see the picture below


TangoX

Quote from: punchy on October 07, 2016, 04:33:41 AM
Excellent Theme, I've used it for my new forum, but i have a couple of issues see the picture below

I have the same issues.
It would be nice if gecitli fixes them in a new release.

Cheers!

gecitli

Quote from: punchy on October 07, 2016, 04:33:41 AM
Excellent Theme, I've used it for my new forum, but i have a couple of issues see the picture below

Quote from: TangoX on October 17, 2016, 04:25:49 PM
Quote from: punchy on October 07, 2016, 04:33:41 AM
Excellent Theme, I've used it for my new forum, but i have a couple of issues see the picture below

I have the same issues.
It would be nice if gecitli fixes them in a new release.

Cheers!

./Themes/Manas/index.css
Find;
#topbar .forumtitle a {
    background-color: rgba(0, 0, 0, 0.32);
    color: #CFD8DC;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    padding: 0 16px;
    display: block;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}

Replace With:
#topbar .forumtitle a {
    background-color: rgba(0, 0, 0, 0.32);
    color: #CFD8DC;
    font-size: 24px;
    height: 64px;
    padding: 0 16px;
    display: block;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}

find:
#topbar .forumtitle {
    float: left;
    margin-right: 0px;
}

Replace With:
#topbar .forumtitle {
    float: left;
    margin-right: 0px;
    width: 20.333333%;
    line-height: 30px;
    text-indent: 18px;
}
http://www.webtiryaki.com
webmaster forumu
Free & Premium Responsive Themes for SMF.

Carp300

Thanks for the great template, love it! I have only 1 problem, and that's the boardlayout on responsive, as Stefan1200 mentioned (see picture attached). Also posts look a bit weird, see other attachment.


Any idea how to fix this?

engrz

hello

I also have one problem with this theme on mobile. please see attacments, it is not full responsive and the menu are also not working on mobile.

Veee

Hi,

first of all, thank you so much for creating this amazing theme! I only found about it recently but it's exactly what I've been looking for!! Thank you again!

Anyway, I am having two issues with this theme.

One is, for the option the "online" icon for when members are online shows as if the image was broken. Which I checked and it isn't. How do I fix this?

The other one are the icons in the homepage for when there are new posts, they don't change from that gray color even if there are new posts. They stay gray.

Thanks for your time.

nathan_astle

#9
Hi gecitli!

First of all, many thanks for this awesome theme. It's absolutely stunning.

I just have a small query if you don't mind. I'm trying to manually install ad management mod on your theme using the (attached) instructions.

Every code mentioned in the instructions, I'm able to successfully locate and add and/or replace. However, I have trouble locating for this one code in ./Themes/manas/index.template.php

Quote
Find: [Select]

echo '
               <input type="hidden" name="hash_passwrd" value="" />
            </form>';
   }

Add After: [Select]


// Begin Ad  management Location - Welcome Area/User Information Box

   if (function_exists("show_welcomeAds"))
   {
      $ads = show_welcomeAds();
      if(!empty($ads))
      {
         echo '<td class="windowbg2">';
         if($ads['type']==0)
            echo $ads['content'];
         else
            eval($ads['content']);
         echo '</td>';
      }
      unset($ads);
   }

// End Ad  management Location - Welcome Area/User Information Box


Could you please help me out in locating the particular code and as to which code I should touch to replace or add in the index.template.php file.

I would be really thankful if you can help in sorting this out.

Regards
Nathan

gecitli

Hi,
./Themes/manas/index.template.php
Find:
<span>', $context['random_news_line'], '</span></div>';

Add After:

// Begin Ad  management Location - Welcome Area/User Information Box

if (function_exists("show_welcomeAds"))
{
$ads = show_welcomeAds();
if(!empty($ads))
{
echo '<td class="windowbg2">';
if($ads['type']==0)
echo $ads['content'];
else
eval($ads['content']);
echo '</td>';
}
unset($ads);
}

// End Ad  management Location - Welcome Area/User Information Box


http://www.webtiryaki.com
webmaster forumu
Free & Premium Responsive Themes for SMF.

nathan_astle

It works perfectly!

Thank you so much gecitli! :)

engrz

Quote from: gecitli on February 14, 2017, 01:44:15 AM
Hi,
./Themes/manas/index.template.php
Find:
<span>', $context['random_news_line'], '</span></div>';

Add After:

// Begin Ad  management Location - Welcome Area/User Information Box

if (function_exists("show_welcomeAds"))
{
$ads = show_welcomeAds();
if(!empty($ads))
{
echo '<td class="windowbg2">';
if($ads['type']==0)
echo $ads['content'];
else
eval($ads['content']);
echo '</td>';
}
unset($ads);
}

// End Ad  management Location - Welcome Area/User Information Box



this solution is of which problem?

SleepyRS

Any way to change the icon next to the forum name in the top bar? and if possible is there a fix for the online symbol not showing.

Any response would be great, thank you! :)

gecitli

index.template.php

Find
<i class="fa fa-graduation-cap"></i>

Choose what you want from here

http://fontawesome.io/icons/
http://www.webtiryaki.com
webmaster forumu
Free & Premium Responsive Themes for SMF.

SleepyRS

Sorry to be annoying, how do I fix the online icon also? Also Thanks!

gecitli

Hi, I do not fully understand the problem?

Themes/Manas/images
http://www.webtiryaki.com
webmaster forumu
Free & Premium Responsive Themes for SMF.

SleepyRS

Tried reinstalling the theme multiple times but the online is always like that in member list and profile which is strange. Any help would be amazing man, thanks

SleepyRS

Also don't know if this a fixable problem but the name is in the icon picture in the top right. Like in the image, once again thanks for the help so far!  :)

Venitti

I have problem on mobile version. How to disable author hits info on mobile? Its look like this in attachment.

gecitli

MessageIndex.template.php

Find:
// Are there actually any topics to show?
if (!empty($context['topics']))
{
echo '
<th scope="col" class="first_th" width="6%">&nbsp;</th>
<th scope="col" class="lefttext"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=subject', $context['sort_by'] == 'subject' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['subject'], $context['sort_by'] == 'subject' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a> / <a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=starter', $context['sort_by'] == 'starter' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['started_by'], $context['sort_by'] == 'starter' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>
<th scope="col" class="righttext" width="15%"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=replies', $context['sort_by'] == 'replies' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['replies'], $context['sort_by'] == 'replies' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a> / <a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=views', $context['sort_by'] == 'views' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['views'], $context['sort_by'] == 'views' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>';
// Show a "select all" box for quick moderation?
if (empty($context['can_quick_mod']))
echo '
<th scope="col" class="lefttext last_th" width="24%"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=last_post', $context['sort_by'] == 'last_post' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['last_post'], $context['sort_by'] == 'last_post' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>';
else
echo '
<th scope="col" class="lefttext" width="24%"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=last_post', $context['sort_by'] == 'last_post' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['last_post'], $context['sort_by'] == 'last_post' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>';


Replace With:
// Are there actually any topics to show?
if (!empty($context['topics']))
{
echo '
<th scope="col" class="first_th hidden" width="6%">&nbsp;</th>
<th scope="col" class="lefttext"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=subject', $context['sort_by'] == 'subject' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['subject'], $context['sort_by'] == 'subject' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a> / <a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=starter', $context['sort_by'] == 'starter' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['started_by'], $context['sort_by'] == 'starter' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>
<th scope="col" class="righttext hidden" width="15%"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=replies', $context['sort_by'] == 'replies' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['replies'], $context['sort_by'] == 'replies' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a> / <a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=views', $context['sort_by'] == 'views' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['views'], $context['sort_by'] == 'views' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>';
// Show a "select all" box for quick moderation?
if (empty($context['can_quick_mod']))
echo '
<th scope="col" class="lefttext last_th" width="24%"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=last_post', $context['sort_by'] == 'last_post' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['last_post'], $context['sort_by'] == 'last_post' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>';
else
echo '
<th scope="col" class="lefttext hidden" width="24%"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=last_post', $context['sort_by'] == 'last_post' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['last_post'], $context['sort_by'] == 'last_post' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>';
http://www.webtiryaki.com
webmaster forumu
Free & Premium Responsive Themes for SMF.

edi1967

great theme ... but please i have one fit in them to solve if you can help me, as you can see the avatar in top right is not so good position, also there is one strange characters near avatar.

thx you for your attention

gecitli

Hello there

./Themes/Manas/index.css
Find;

#manas_menu > li > a {
    display: block;
    font-weight: 300;
    font-size: 13px;
    line-height: 64px;
    text-transform: uppercase;
    color: #f8fcff;
}


Replace With:

#manas_menu > li > a {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 64px;
    text-transform: uppercase;
    color: #f8fcff;
}


Find;

#manas_menu li a {
    padding: 0 15px;
    text-decoration: none;
}


Replace With:

#manas_menu li a {
    padding: 0 10px;
    text-decoration: none;
}
http://www.webtiryaki.com
webmaster forumu
Free & Premium Responsive Themes for SMF.

edi1967

Quote from: gecitli on April 21, 2017, 09:39:00 AM
Hello there

./Themes/Manas/index.css
Find;

#manas_menu > li > a {
    display: block;
    font-weight: 300;
    font-size: 13px;
    line-height: 64px;
    text-transform: uppercase;
    color: #f8fcff;
}


Replace With:

#manas_menu > li > a {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 64px;
    text-transform: uppercase;
    color: #f8fcff;
}


Find;

#manas_menu li a {
    padding: 0 15px;
    text-decoration: none;
}


Replace With:

#manas_menu li a {
    padding: 0 10px;
    text-decoration: none;
}


Done but... not so much changed and that strange characters remain look

BABBUSIDHU

Hello Owner Of Theme Manas Please Can You Create Another Version of that Theme  For Advertising Slots ?

spiros

Brilliant theme! Thank you!
Is there anyway to remove the background images (in footer too) without causing havoc in the alignments?

Darthaniel

Quote from: spiros on December 11, 2017, 07:54:10 AM
Brilliant theme! Thank you!
Is there anyway to remove the background images (in footer too) without causing havoc in the alignments?

I'ed like to know the answer to this question as well.

Jamie2k01

I have issue with mobile view: on iOS Safari 11.3 (at least on an iPhone SE) the login name overlaps the avatar, which looks really weird... same with the search bar having allocated space but it's not being used.

Here's a screenshot attached, look at the blue arrow. The yellow arrow is meant to signify the other less important issue.

swerty111

Good work. It's look great.

Darkness_Black

First of all thank you for this wonderful theme.

I would like to make some edits.

1- Firstly I would like to know how to increase the width of the forum
2- If you increase the width of the forum, will the menu have more space for the icons? If not how do I increase the menu too?
3- I searched the theme and did not find where I change these icons, I would like to change them, how do I?

Translator - Brazilian

Não respondo MP de ajuda, Poste sua duvida no forum!!! Se alguém te Ajudou Agradeça!!!

Advertisement: