Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Ricky. on March 17, 2012, 08:12:25 AM

Title: PremiumMGC
Post by: Ricky. on March 17, 2012, 08:12:25 AM
PremiumMGC


By : Ricky.  |  My More Themes (http://custom.simplemachines.org/themes/index.php?action=profile;u=34192)
For SMF 2.0 , SMF 2.0.1, SMF 2.0.2


A very clean and professional , suitable for all kind of community forums. Designed to give light and uncluttered feel using small Jquery effects and css3 effects.

Link to the theme
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fcustom.simplemachines.org%2Fthemes%2Findex.php%2Faction%2Cdownload%2Flemma%2C2572%2Fimage%2Cthumb&hash=ffc30c5400e3f52ea99aeb5fc83d1b3fee0158da)
Download / View theme (http://custom.simplemachines.org/themes/index.php?lemma=2572)

You can change theme features at :
SMF Admin --> Configuration --> Current Theme

(Assuming that Theme Premium has been selected as overall SMF theme on your forum).

Features



Some Screenshots



(https://www.simplemachines.org/community/index.php?action=dlattach;topic=471460.0;attach=199432;image)

(https://www.simplemachines.org/community/index.php?action=dlattach;topic=471460.0;attach=199434;image)

(https://www.simplemachines.org/community/index.php?action=dlattach;topic=471460.0;attach=199436;image)

Updates



Not yet any...

In the Last


If you use my theme and liked it then kindly give your comment or atleast saying thanks can be really helpful and encouraging.
Title: Re: PremiumMGC
Post by: Zuća on March 17, 2012, 08:20:14 PM
Nice theme ....how to delete (picture - user profile point) ?

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.dodaj.rs%2Ff%2F2n%2FYO%2FG7GFTde%2Faaaa.png&hash=e2f2d9bb8c7c8f4e4515b787e815ce7da3016ed7)
Title: Re: PremiumMGC
Post by: ARG01 on March 18, 2012, 02:21:56 AM
Nice and clean Ricky. Good job.  ;)
Title: Re: PremiumMGC
Post by: Ricky. on March 18, 2012, 03:53:00 AM
Quote from: Zuća on March 17, 2012, 08:20:14 PM
Nice theme ....how to delete (picture - user profile point) ?

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.dodaj.rs%2Ff%2F2n%2FYO%2FG7GFTde%2Faaaa.png&hash=e2f2d9bb8c7c8f4e4515b787e815ce7da3016ed7)
I think you are talking about border around poster class in Display.template.php , you want to remove it then in
Themes/premiummgc/css/index.css
Find :
{
float: left;
margin-left: 3px;
text-align: center;
border: 2px dotted #3D5B79;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
width: 15em;
}

Replace with : (Since you want to remove that border:
{
float: left;
margin-left: 3px;
text-align: center;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
width: 15em;
}
Title: Re: PremiumMGC
Post by: Crip on March 18, 2012, 05:47:10 AM
Great look Ricky , your Themes keep getting better. ;) (https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fmedia.simplemachinesweb.com%2Fsmf%2Fdefault%2Fimages%2Fpost%2Fthumbup.gif&hash=cdb957ce8273308383cd65570638a246a18adaaa)
Title: Re: PremiumMGC
Post by: Zuća on March 18, 2012, 08:18:41 AM
Quote
I think you are talking about border around poster class in Display.template.php , you want to remove it then in
Themes/premiummgc/css/index.css
Find :
{
float: left;
margin-left: 3px;
text-align: center;
border: 2px dotted #3D5B79;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
width: 15em;
}

Replace with : (Since you want to remove that border:
{
float: left;
margin-left: 3px;
text-align: center;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
width: 15em;
}


thanks working
something else
how to delete logo images (line) ... I deleted the index.css ... but nothing changes(refresh page - ctrl +F5 ...etc) but still the same
Title: Re: PremiumMGC
Post by: Ricky. on March 18, 2012, 01:57:13 PM
You are not supposed to delete index.css..  :-\ .. simply from Admin --> Configuration --> Current theme,  give full url of your logo, it will show your logo instead of default logo.
Title: Re: PremiumMGC
Post by: Ricky. on March 18, 2012, 01:57:55 PM
Quote from: Crip on March 18, 2012, 05:47:10 AM
Great look Ricky , your Themes keep getting better. ;) (https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fmedia.simplemachinesweb.com%2Fsmf%2Fdefault%2Fimages%2Fpost%2Fthumbup.gif&hash=cdb957ce8273308383cd65570638a246a18adaaa)
Thank you Crip .. I am still learning ;)
Title: Re: PremiumMGC
Post by: bloc on March 18, 2012, 02:38:16 PM
I like this theme too, it looks neat with reserved use of blue colors. Maybe not too fond of the Display area, those dotted lines might suit it better being lighter, like #ccc for example. IMHO of course. :)

Are the dropdown user area , the blue one, animated?
Title: Re: PremiumMGC
Post by: Zuća on March 18, 2012, 02:50:50 PM
Quote from: Ricky. on March 18, 2012, 01:57:13 PM
You are not supposed to delete index.css..  :-\ .. simply from Admin --> Configuration --> Current theme,  give full url of your logo, it will show your logo instead of default logo.

I want to delete that line ... that is ... to...
Title: Re: PremiumMGC
Post by: Ricky. on March 18, 2012, 03:00:21 PM
Quote from: Bloc on March 18, 2012, 02:38:16 PM
I like this theme too, it looks neat with reserved use of blue colors. Maybe not too fond of the Display area, those dotted lines might suit it better being lighter, like #ccc for example. IMHO of course. :)

Are the dropdown user area , the blue one, animated?

Hey Bloc, nice to see your comment, I had actually sensed this already and have made them lighter / thinner , already planned to use something else. Also that user area / login box is animated, it comes only clicking "Quick Login " as guest or "User info " when logged in.
Quote from: Zuća on March 18, 2012, 02:50:50 PM
Quote from: Ricky. on March 18, 2012, 01:57:13 PM
You are not supposed to delete index.css..  :-\ .. simply from Admin --> Configuration --> Current theme,  give full url of your logo, it will show your logo instead of default logo.

I want to delete that line ... that is ... to...
Image at the bottom ?
Title: Re: PremiumMGC
Post by: Zuća on March 18, 2012, 04:08:29 PM
@Ricky
logo in the top "premiumMGC"
Title: Re: PremiumMGC
Post by: Ricky. on March 18, 2012, 04:57:39 PM
Quote from: Ricky. on March 18, 2012, 01:57:13 PM
You are not supposed to delete index.css..  :-\ .. simply from Admin --> Configuration --> Current theme,  give full url of your logo, it will show your logo instead of default logo.
Title: Re: PremiumMGC
Post by: Zuća on March 18, 2012, 05:55:49 PM
I want to blow my whole LOGO
I do not want to have my forum logo
no logo - no replace with url :/
Title: Re: PremiumMGC
Post by: Ricky. on March 19, 2012, 02:01:09 AM
Insert a dot or space there.. It should work.
Title: Re: PremiumMGC
Post by: Antechinus on March 20, 2012, 07:19:19 PM
Pretty smooth theme there. I think some of the detailing could be a little slicker, but you're probably thinking the same already. I always get like that with anything I do myself. :)
Title: Re: PremiumMGC
Post by: Ricky. on March 21, 2012, 05:22:22 AM
Thanks Ante, you see with every new design you create, you get idea for better one :P .. hopefully I will try to come up with something better in future :)
Title: Re: PremiumMGC
Post by: simon36 on April 01, 2012, 01:51:47 PM
Hi, the theme looks great. Is it possible it could be a little wider? Also the news goes over the search box for me.

Thank you.
Title: Re: PremiumMGC
Post by: Ricky. on April 01, 2012, 02:17:52 PM
Thankyou that you find theme great...

Regarding making it wider...It is fixed width theme so you can't make it wider, for news going over search box...
Search :
#top_section div.news {
    bottom: 64px;
    color: #FFFFFF;
    float: right;
    position: absolute;
    right: 0;
}

Replace with :

#top_section div.news {
    bottom: 64px;
    color: #FFFFFF;
    float: right;
    position: absolute;
    right: 0;
    width: 75%;
}


find above in Themes/premiummgc/css/index.css
Title: Re: PremiumMGC
Post by: Adrek on April 01, 2012, 02:43:29 PM
awesome theme :) I like styles for [code] and [quote] tags
Title: Re: PremiumMGC
Post by: simon36 on April 02, 2012, 12:42:27 AM
Quote from: phantomm on April 01, 2012, 02:43:29 PM
awesome theme :) I like styles for [code] and [quote] tags

Thanks, working now. Although the theme is great it may be a little narrow for my forum, my posted pictures have sliders on them now.
Title: Re: PremiumMGC
Post by: OnzeDanny on April 02, 2012, 06:02:11 AM
Very nice, clean and structured written theme  ;)
Title: Re: PremiumMGC
Post by: Zuća on April 09, 2012, 06:57:02 PM
how to move to the left ... this is now in the middle?

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.dodaj.rs%2Ff%2F2f%2F142%2F3suDxAIL%2Fprofile.png&hash=fe3409c249354373e4edd406b31d54f4df01516b)
Title: Re: PremiumMGC
Post by: Ricky. on April 10, 2012, 12:21:07 AM
Search for .poster {
    float: left;
    text-align: center;
    width: 15em;
}

in Themes/premiummgc/css/index.css

Replace with
.poster {
    float: left;
    width: 15em;
}
Title: Re: PremiumMGC
Post by: SuperBrian91 on April 13, 2012, 01:35:54 PM
Very nice theme really love the layout and everything on it, I just got a question is there anyway to make the header were the logo is a bit bigger so my logo will fit and won't be really small or block the "search" bar?  Thanks in advance.
Title: Re: PremiumMGC
Post by: Adrek on April 16, 2012, 08:34:14 AM
Just installed this theme on my new site, and found this:
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg52.imageshack.us%2Fimg52%2F3323%2Fcaptureigh.png&hash=16dd2fda145d31ebfc56fcb526502b39133a5292)
Isn't this little too dark?

Quote from: Ricky. on March 17, 2012, 08:12:25 AM
You can change theme features at :
SMF Admin --> Configuration --> Current Theme

(Assuming that Theme Concept3 has been selected as overall SMF theme on your forum).
I guess this (yellow part) shouldn't be here :)
Title: Re: PremiumMGC
Post by: Bigguy on April 20, 2012, 11:37:53 PM
Ricky, I made mine wider but had to do a lot of playing around with the drop down menu to make things work. Not sure now of all the changes I did to do it, lol.
Title: Re: PremiumMGC
Post by: janiu on April 24, 2012, 10:04:01 PM
Thanks for a nice theme. I really like it. Just one question (for now); how do i remove the search form under the logo?
Title: Re: PremiumMGC
Post by: janiu on May 04, 2012, 06:05:57 PM
Quote from: janiu on April 24, 2012, 10:04:01 PM
Thanks for a nice theme. I really like it. Just one question (for now); how do i remove the search form under the logo?

Anyone left here?
Title: Re: PremiumMGC
Post by: johnpaul2k2 on July 30, 2012, 06:36:14 AM
Please Ricky. is it anyway i increase or expand the width because when i add SIMPLE PORTAL. it will compress everything. please help me
Title: Re: PremiumMGC
Post by: Adrek on July 30, 2012, 06:55:39 AM
change width in:
div#wrapper
{
margin: 0 auto;
width: 950px;
}


and
#header div.frame
{
display: block;
width: 950px;
margin: 0 auto;
}


after that you have to regulate margin in #user_box and add in div.slider
margin-right: ***px;

of course instead *** add value in pixels :)
Title: Re: PremiumMGC
Post by: tMicky on September 16, 2012, 10:27:43 PM
how do I remove the search bar under the logo area and move up the board contents?
Title: Re: PremiumMGC
Post by: tMicky on September 17, 2012, 07:14:48 PM
How do I reduce the space between the top of the content area and News section?
Title: Re: PremiumMGC
Post by: Ricky. on September 18, 2012, 01:52:26 AM
I am not sure what you have done but if you really want to reduce space then
Code (Find in Themes/premiummgc/css/index.css) Select


#main_menu {
    background: url("../images/theme/menu_bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #C1C1C1;
    border-radius: 8px 8px 8px 8px;
    height: 33px;
    margin: 2.4em 0 0;
    padding: 0 0.5em;
    width: 936px;
}

Code (Replace) Select


#main_menu {
    background: url("../images/theme/menu_bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #C1C1C1;
    border-radius: 8px 8px 8px 8px;
    height: 33px;
    margin: 0;
    padding: 0 0.5em;
    width: 936px;
}


Again find in same file :

#top_section div.news {
    bottom: 64px;
    color: #FFFFFF;
    float: right;
    position: absolute;
    right: 0;
}

Replace with :

#top_section div.news {
    bottom: 64px;
    color: #224264;
    float: right;
    position: absolute;
    right: 0;
}


Try one by one and let me know if that works.. you may need to do few more changes as per need.
Title: Re: PremiumMGC
Post by: tMicky on September 18, 2012, 04:16:57 AM
Quote from: Ricky. on September 18, 2012, 01:52:26 AM
I am not sure what you have done but if you really want to reduce space then
Thanks for replying. What I'm looking for is how to reduce the spaces on the board index, the areas the arrows are pointing to.

Title: Re: PremiumMGC
Post by: Ricky. on September 18, 2012, 06:13:54 AM
Hmm.. if you had explained it earlier properly, it would have saved my time, anyways, for this you need to again edit index.css of premiumMGC
Code (Find) Select
tr.windowbg td, tr.windowbg2 td, tr.approvebg td, tr.highlight2 td {
    padding: 0.3em 0.7em;
}

Code (replace) Select

tr.windowbg td, tr.windowbg2 td, tr.approvebg td, tr.highlight2 td {
    padding: 0 1px;
}

It may affect other areas, you may try adjusting the values yourself.
Title: Re: PremiumMGC
Post by: tMicky on September 18, 2012, 03:04:02 PM
Quote from: Ricky. on September 18, 2012, 06:13:54 AM
Hmm.. if you had explained it earlier properly, it would have saved my time, anyways, for this you need to again edit
It may affect other areas, you may try adjusting the values yourself.
Thank you so much for helping.

ps. This is a really good theme and the best for a noob like me.
Title: Re: PremiumMGC
Post by: Ricky. on September 19, 2012, 12:57:56 AM
No problem and thanks  you liked it :)
Title: Re: PremiumMGC
Post by: .Vapor on September 28, 2012, 05:10:16 AM
Hey ricky, how can I do 3 things?

1. Add top and bottom padding to every post. So I can add some space between all posts.

2. Add a colored background to every other post.

3. Add a centered banner at the very top of the page?

I will link to a screenshot to explain what I am looking for, thanks for the help.

Link to site - http://teamfod.com
Smf version - 2.0.2

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FyAXr0.jpg&hash=d5a03e0eb71b0d35516488a2bc60c9d00e4bd34d)

Title: Re: PremiumMGC
Post by: Ricky. on September 29, 2012, 07:17:02 AM
Your screenshot helped a lot to understand things..

Answer :
1. I don't know what you have done, but in theme package, there is proper gap with every post, you may have changed something or some mod..

2.  In your index.css of premiummgc
Add following in the end of file :
#forumposts div.windowbg2 {
    background: url(../images/theme/NAMEOFYOURIMAGE) no-repeat;
}

Upload your image to Themes/premiummgc/images/theme and give its name in place of NAMEOFYOURIMAGE , you may need to do some adjustment as per your need.
3. Not clear about this one, where you want to add it  ?
Title: Re: PremiumMGC
Post by: johnpaul2k2 on December 15, 2012, 06:40:16 AM
please i have been using this theme for half a year now but i have been getting many error from "jquery.jgrowl.css"

please i need to know 2 things

1. where can i disable this plugin???
2 if i remove this. will this affect the performance of my theme???
3. is there any update or alternative to this plugin???
click here to see all the error  http://jigsaw.w3.org/css-validator/validator?uri=topnichez.com
Title: Re: PremiumMGC
Post by: Ricky. on December 15, 2012, 04:45:09 PM
I don't think its related to this theme because this theme doesn't uses any such file.
Still, where you see those errors, in browser console or in SMF error log, also would you like to share exact error with us ?
Title: Re: PremiumMGC
Post by: johnpaul2k2 on December 15, 2012, 05:06:05 PM
here is the link    http://jigsaw.w3.org/css-validator/validator?uri=topnichez.com  for my "W3C CSS Validator results"




also when i installed a particular mod , it was given me a hard time and this is the problem i was having.......... (pic)
(https://lh3.googleusercontent.com/-AsnLHCbv57c/UMfRoyXSEAI/AAAAAAAAAe8/KkY0Lgfc5LU/s587/Capture.PNG)


and this is what the mod owner said

"johnpaul2k2,

well... Initially looks like you are using a jquery's plugin named jGrowl that is in charge of display a kind of "dialog" with a message within. Try to disable it for a moment while you test the tagging system
"

"hmm what you said? I'm not sure if that plugin comes with a mod or it is included natively with the theme. How or when could I test your board with the tagging system activated?"






what do you think??
Title: Re: PremiumMGC
Post by: Ricky. on December 17, 2012, 07:47:16 AM
The script shown above  is because you or some mode incorrectly modified index.template.php and hence its showing those scripting codes in output of page. Attach your index.template.phh here, let me have a look.
Title: Re: PremiumMGC
Post by: johnpaul2k2 on December 17, 2012, 08:30:42 AM
attached

thanks alot
Title: Re: PremiumMGC
Post by: johnpaul2k2 on December 23, 2012, 02:12:28 PM
i am waiting boss :D
Title: Re: PremiumMGC
Post by: Ricky. on December 24, 2012, 08:21:43 AM
I had looked into it and was not able to find anything irregular, infact the code you are seeing / jquery is not part of theme, it is added by some mod which is not properly installed.
Title: Re: PremiumMGC
Post by: boomit4 on May 28, 2013, 09:35:02 PM
Anyone know how to change the color of the search box?
Title: Re: PremiumMGC
Post by: TheListener on May 28, 2013, 09:36:55 PM
Quote from: boomit4 on May 28, 2013, 09:35:02 PM
Anyone know how to change the color of the search box?

Have you looked at the themes index.css file?
Title: Re: PremiumMGC
Post by: boomit4 on May 28, 2013, 09:37:45 PM
Yes, I've looked all over, I cannot seem to find it, can you tell me where in the index.css what exact coding it's under?
Title: Re: PremiumMGC
Post by: TheListener on May 28, 2013, 09:39:38 PM
Quote from: boomit4 on May 28, 2013, 09:37:45 PM
Yes, I've looked all over, I cannot seem to find it, can you tell me where in the index.css what exact coding it's under?

I don't use the theme itself but have a look for Search.

Do you use notepad## ?
Title: Re: PremiumMGC
Post by: boomit4 on May 28, 2013, 09:40:38 PM
I have it, what area do you think it'd be under.
Title: Re: PremiumMGC
Post by: TheListener on May 28, 2013, 09:44:07 PM
QuoteI don't use the theme itself but have a look for Search
Title: Re: PremiumMGC
Post by: boomit4 on May 28, 2013, 09:45:21 PM
I have, but it edits the text, not the actual color of the box...
Title: Re: PremiumMGC
Post by: boomit4 on May 28, 2013, 10:04:19 PM
Well?
Title: Re: PremiumMGC
Post by: TheListener on May 28, 2013, 10:10:08 PM
Quote from: boomit4 on May 28, 2013, 10:04:19 PM
Well?

You will have to be patient and either wait for someone whom does use the theme or for the themes author.

My apologies.
Title: Re: PremiumMGC
Post by: Ricky. on May 28, 2013, 11:27:25 PM
In themes index.php, following part is responsible for search box background and color:
Around line number 1494
div.search_box div.search_ar {
    background: none repeat scroll 0 0 #31577B;
    border: 1px solid #53799C;
    border-radius: 8px;
    box-shadow: 0 0 5px #102438 inset;
    float: left;
    height: 18px;
    margin: 4px;
    width: 158px;
}
Title: Re: PremiumMGC
Post by: boomit4 on May 30, 2013, 06:52:32 PM
Do you know how to change the color of the buttons like for forum board names, etc?
Title: Re: PremiumMGC
Post by: Ricky. on May 31, 2013, 01:59:23 AM
Quote from: boomit4 on May 30, 2013, 06:52:32 PM
Do you know how to change the color of the buttons like for forum board names, etc?
Asking me whether I know how to change color of my own theme buttons ?
How sweet :) :)

In this theme they are based on image sprites menu_gfx.png is the file you need to modify .
Title: Re: PremiumMGC
Post by: sardonick007 on January 04, 2014, 11:07:55 AM
1. After logging in, the top navigation menu is not visible. Link tree shows, but the actual top level menu doesn't. Is there a solution?
2. When the menu is fixed, how do I make sure overflow is shown on the menu background instead of white background?

Awesome theme by the way, one of my all time favorites.
Title: Re: PremiumMGC
Post by: Ricky. on January 05, 2014, 11:32:27 PM
Can you show me screenshots so that I can better understand it ?
Title: Re: PremiumMGC
Post by: sardonick007 on January 06, 2014, 12:33:11 AM
Quote from: Ricky. on January 05, 2014, 11:32:27 PM
Can you show me screenshots so that I can better understand it ?

Here is a screenshot of the main page, before and after logging in. Before logging in, the menu is visible and functional. After logging in, it disappears.
Title: Re: PremiumMGC
Post by: Ricky. on January 07, 2014, 01:41:00 AM
For first case, I think you are using a big logo which moves down menu in this particular theme.
For second issue, can you send me url of your forum in PM to look into it ?
Title: Re: PremiumMGC
Post by: sardonick007 on January 07, 2014, 01:56:37 AM
Quote from: Ricky. on January 07, 2014, 01:41:00 AM
For first case, I think you are using a big logo which moves down menu in this particular theme.
For second issue, can you send me url of your forum in PM to look into it ?

PM sent

I did remove the logo and set it to default, but the same issue happened. Thank you for your time.
Title: Re: PremiumMGC
Post by: sardonick007 on January 07, 2014, 02:21:14 AM
Quote from: Ricky. on January 07, 2014, 01:41:00 AM
For first case, I think you are using a big logo which moves down menu in this particular theme.
For second issue, can you send me url of your forum in PM to look into it ?

When I made a test user for you, I noticed something. Logged in as you, I can see the menu, logged in as a company user with board permissions, I cannot. Something dealing with permissions is causing the menu to disappear for registered users who have full permissions.
Title: Re: PremiumMGC
Post by: Ricky. on January 07, 2014, 02:25:29 AM
Well, may be too many menu items shifting menu in lighter area making it invisible ?
Title: Re: PremiumMGC
Post by: sardonick007 on January 07, 2014, 02:27:23 AM
Quote from: Ricky. on January 07, 2014, 02:25:29 AM
Well, may be too many menu items shifting menu in lighter area making it invisible ?

That makes sense. Any way to overflow the menu to a second line?
Title: Re: PremiumMGC
Post by: Ricky. on January 07, 2014, 03:11:45 AM
I saw it, it is already  going to second line.. and I guess its not issue.. something else is ther.e.