Reseller

Started by Daniel, July 28, 2014, 09:19:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SamerNajada

@Daniel and Other SMFGurus
I have just installed Reseller theme on my forum.

Just I Need Change Color NAV Top


Can Give Steps

Daniel

Search in reseller.css (Themes/Reseller/css):
/* Navbar */
.navbar-default
{
background-color: #26282b;
border-color: #222427;
border-bottom-width: 0;
box-shadow: 0 -3px #222427 inset;
}

And change background-color: #26282b; for the color that you want.

SamerNajada

Quote from: Daniel on August 27, 2014, 03:12:46 AM
Search in reseller.css (Themes/Reseller/css):
/* Navbar */
.navbar-default
{
background-color: #26282b;
border-color: #222427;
border-bottom-width: 0;
box-shadow: 0 -3px #222427 inset;
}

And change background-color: #26282b; for the color that you want.
THX Brother

SamerNajada


Daniel


SamerNajada

Quote from: Daniel on August 27, 2014, 03:24:31 AM


CTRL + F5 :)
OHH Thx
IM Sorry For Advertise My Website 

Daniel

Quote from: SamerNajada on August 27, 2014, 03:26:44 AM
OHH Thx
IM Sorry For Advertise My Website
That does not matter, it is better to know the website of each, it is better for support.

jebus

Ah gracias... otra cosa.. se podra poner el centro de informacion como la de este foro? he leido sobre conflictos de librerias que podria pasar..

moopasa

First of all, congratulations on Reseller. Finally a decent (and responsive) SMF Theme.

Some issues (and suggestions)

1. How come the photo in the avatar looks pixelated?


2. Why is it that the member role/permission does not show up? (Example: Administrator, Member, Moderator)? It used to show up in my old theme (SEE ATTACHED).

moopasa

3. How come, when replying to a thread, the title bar gets misaligned? How can we fix this? See attached.

4. How can we add our social icons: Facebook, Twitter Instagram. I see that you have that in the preview of reseller.

5. Like what the other users said, how can we add "advertisements" after the first post in the thread?



Thanks in advance. Looking forward for your support and help!

Daniel

1. The avatar looks pixelated because the original size is smaller than the asking there.
2. I think doing the theme, I didn't put that code.
Search:
// Show the member's custom title, if they have one.
if (!empty($message['member']['title']))
echo '
<li class="title">', $message['member']['title'], '</li>';

Add after:
// Show the member's primary group (like 'Administrator') if they have one.
if (!empty($message['member']['group']))
echo '
<li class="membergroup">', $message['member']['group'], '</li>';

Search:
// Show the stars if they are not in a group.
echo '
<li class="stars">', $message['member']['group_stars'], '</li>';

Add before:
// Show the post group if and only if they have no other group or the option is on, and they are in a post group.
if ((empty($settings['hide_post_group']) || $message['member']['group'] == '') && $message['member']['post_group'] != '')
echo '
<li class="postgroup">', $message['member']['post_group'], '</li>';

3. http://www.simplemachines.org/community/index.php?topic=525855.msg3733120#msg3733120
4. Admin > Configuration > Current theme
5. http://custom.simplemachines.org/mods/?mod=255
If you configure fine the ads, and fixed the problems that I leave in latest post, It should work fine.

Daniel

Well I'm done, many modifications as I said but I did. Adjuntame your index.template.php, and I'll tell you to do.

moopasa

This is awesome. Let me try it.

Btw, can we add an instagram icon? :)

Diego Andrés

Quote from: moopasa on September 06, 2014, 09:03:58 PM
This is awesome. Let me try it.

Btw, can we add an instagram icon? :)

Do you mean for members? You can add it using the custom profile fields in the admin  :P
Or use a mod, there are some of them http://custom.simplemachines.org/mods/index.php?mod=3304
and http://custom.simplemachines.org/mods/index.php?mod=3673

moopasa

Oh sorry, I meant at the footer of the theme.

At the footer, Reseller already has icons for FB, Twitter and Youtube. I was wondering if we can add for Instagram? See attached screenshot.