Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Daniel

#106
Free Themes / Re: Reseller
September 27, 2014, 10:18:52 PM
Reseller.css
Add to the end:
input[type=button], input[type=submit]{margin: 0 10px;}
#107
Free Themes / Re: Reseller
September 27, 2014, 01:40:22 AM
Reseller.css (Themes/Reseller/css)
Add to the end:
#sp_center
{
     padding: 0 5px;
}
#108
Free Themes / Re: Reseller
September 18, 2014, 07:09:38 PM
Index.css
Search and delete:
.poster li.avatar img
{
width: 100%;
}

#109
Theme Requests / Re: Custom Themes?
September 08, 2014, 03:09:16 PM
Quote from: vbgamer45 on September 08, 2014, 03:06:08 PM
Email or send a pm to someone here if so who?
Contact with me by pm.
#110
Theme Requests / Re: Custom Themes?
September 08, 2014, 03:00:20 PM
Yes we do, contact with one of the team.
#111
Premium Themes / Re: Metro - Premium [SMF 2.0]
September 06, 2014, 03:08:36 PM
Quote from: schmiesus on September 06, 2014, 03:05:51 PM
That did fix the arrows

Thank you very much. I'm still learning with all this.

Your customer service is amazing.
You're welcome :)
#112
Premium Themes / Re: Metro - Premium [SMF 2.0]
September 06, 2014, 03:00:54 PM
Quote from: schmiesus on September 06, 2014, 02:52:34 PM
boom that got it.

now is there a reason the arrows look odd and the news doesn't fade in IE?
jQuery does not work very well in IE, maybe that's why.
And for arrows, do this:
Index.css
Add to the end:
.control i{font-style: normal !important;}
#113
Premium Themes / Re: Metro - Premium [SMF 2.0]
September 06, 2014, 02:46:18 PM
Now I think it's not a problem of jQuery. Try with this.
#114
Premium Themes / Re: Metro - Premium [SMF 2.0]
September 06, 2014, 02:35:47 PM
Try with this.
#115
Previews / Re: Previa Primer Diseño [Theme][Eagle]
September 06, 2014, 02:15:10 PM
Quote from: ColicDusty on September 06, 2014, 02:06:10 PM
Ok lo tomo en cuenta. Pero que le abria de incluir en el submenu?

Saludos.
Estaba pensando en un submenu mas o menos asi: http://prntscr.com/4kav5c
Y Brian tiene razon, deberias de utilizar colores mas alegres del header hacia abajo.
Tambien deberias de mover el buscador, o hallar una forma en que se vea mejor, porque se ve algo sobrecargado la parte cuando esta logeado.
#116
Previews / Re: Previa Primer Diseño [Theme][Eagle]
September 06, 2014, 02:01:32 PM
Vas muy bien, me gusta el menú, seria bueno que le colocaras también un submenu.
#117
Free Themes / Re: Reseller
September 06, 2014, 01:40:58 PM
Well I'm done, many modifications as I said but I did. Adjuntame your index.template.php, and I'll tell you to do.
#118
Free Themes / Re: Reseller
September 06, 2014, 01:04:47 PM
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.
#119
Premium Themes / Re: Metro - Premium [SMF 2.0]
September 06, 2014, 12:44:47 PM
I see the problem, attach your index.template.php, please.
#120
Premium Themes / Re: Metro - Premium [SMF 2.0]
September 05, 2014, 11:17:57 PM
Maybe it's the jQuery library, a mod may be placing another and generates this error, Can you eave the link of your forum?