Jump to content

Maxx 2012: The Most Advanced Skin.


Ajouz ♞

Recommended Posts

attachicon.giffix.jpg

I'm trying to add my own logo, the logo is 300x70px. After i did the "revert the template called default header" it is still crashing in the menu line.

the logo isbiger than logo area , to solve this in ipb_styles.css

find and delete this

#logo a {
font-family: 'Oswald',sans-serif;
    font-size: 20px;
    left: 9px;
    position: absolute;
    top: 20px;
    height: 35px;
font-weight: 300 !important;
}

if you still have problem after this , then find

#branding {
    background: #f3f3f3;
    min-height: 64px;
       -webkit-border-radius: 10px 10px 0px 0px;
       border-radius: 10px 10px 0px 0px;
       position: relative;
}

edit min-height value to 70px like your image height

The slider should be group permited. I would love to show the slider to my guest but not the members. Is that possible to fix in near future?

group permissions for slider very good idea , will add it to-do list thanks for your feedback

for now if you want to show it for guest only then open the html template called custom_css and add this to the end of file

<!-- only guest slider -->
 <if test="$this->memberData['Maxx_light_slider_onoff']=0"></if>
<!-- end only guest slider -->

8571776534.png' alt='' class='ipsImage'" alt="8571776534.png">

Link to comment
Share on other sites

  • Replies 1.4k
  • Created
  • Last Reply

Hi Ajouz,

Thank you so much for replying in such detail! I look forward to the next release of the Maxx Light skin, which I'm sure will be wonderful. thumbsup.png

I have some more suggestions which I think will polish the skin even more:

1. Social Media Icons -- Fix the text: "News Link / RSS Link / LinkedIn Link" See Screenshot #1 Social Media.

2. Social Media Icons -- "Tumblr" and "Pinterest" options: You may want to think about adding Tumblr and Pinterest, which are becoming two of the fastest growing social-sharing sites. Pinterest was the third most visited social networking site in the world, behind only Facebook and Twitter. Here's some info I know there might be many, many other good options for social media.

3. Skin Settings -- Default CSS Class: I'm not really sure what this does. tongue.png Maybe you should add some more description / text on what you mean by the default css class. Also, you should change the text: "This allows you to change the default background" See Screenshot #2 Default CSS Style

4. Slider Settings:

A) I thought of something that might "clean up" this page. You ask if "slider type" = "Image" or "Video." However, you duplicate almost all the information. Maybe you expand one set of information if Image, one set of information for Video. See Screenshot #3

B) Can you add an option per slide on how to change the effect? tongue.png All of my slides to the left! It would be nice if I could choose if slide go left / right / up / down / zoom. I don't need *all* options, just some basic options.

Lastly, I know you spend a lot of time and effort working on the Maxx Light skin, and all of your customers appreciate it smile.png . I know I'm asking for a lot of 'improvements' to the skin, so I also wanted to offer something extra. Would you like me to write English descriptions for all of the settings? This is one small way I can help pay you back for all of the wonderful work you do on the skin, and it will help new people in the future! thumbsup.png

Joel

thanks again for your feedback , it is quite helpful .

Best regards

Link to comment
Share on other sites

Hey Ajouz, quick question: Is there a way to remove/hide the header completely? I'm not thinking about the "alternative header", but just to remove the header as i love the skin but feel that the header is a bit in the way for what i am planning to use it for.

Hello ,

you can just open the template called

  • sub_header in the global templates group
then delete all the content in this template
Best regards .
Link to comment
Share on other sites

the logo isbiger than logo area , to solve this in ipb_styles.css

find and delete this

#logo a {
font-family: 'Oswald',sans-serif;
    font-size: 20px;
    left: 9px;
    position: absolute;
    top: 20px;
    height: 35px;
font-weight: 300 !important;
}

if you still have problem after this , then find

#branding {
    background: #f3f3f3;
    min-height: 64px;
       -webkit-border-radius: 10px 10px 0px 0px;
       border-radius: 10px 10px 0px 0px;
       position: relative;
}

edit min-height value to 70px like your image height

group permissions for slider very good idea , will add it to-do list thanks for your feedback

for now if you want to show it for guest only then open the html template called custom_css and add this to the end of file

<!-- only guest slider -->
 <if test="$this->memberData['Maxx_light_slider_onoff']=0"></if>
<!-- end only guest slider -->

8571776534.png' alt='' class='ipsImage'" alt="8571776534.png">

Thank you, that worked. ^_^ When will you update the skin? Just wondering before i change the guest slider thing.

Link to comment
Share on other sites

Can someone help me to change the backgrounds in the chat?
There is a white space when someone answers, it's hard to read. sad.png

yes we can help you , can you please explain when you got this .I checked it in my local site and not noticed this problem .

is there a live preview ?

Link to comment
Share on other sites

Hello Ajouz,

thank you for this beautiful skin, my members love it but I am having a small issue and I cant seem to find the code to fix it so I am hoping you can tell me which file it is located in.

http://www.realmodscene.com/index.php?/topic/239-jtag-rgh-fsd3-skin-illume-v10-89-wallpapers/#entry868

as you can see the bar that separates the post body from the sig has an incorrect margin, I know how to fix this issue but cant seem to find it.

any help is much appreciated, Thank you

Link to comment
Share on other sites

Hello Ajouz,

I just installed your skin by using the descriptions. I didn't change anything.

There isn't a live preview because ím using the Light version now. The chat is OK in this version. ;)

If you like, you can check it here.

I am checking this , and will post an update as soon as possible .

Best regards .

Link to comment
Share on other sites

Hello Ajouz,

thank you for this beautiful skin, my members love it but I am having a small issue and I cant seem to find the code to fix it so I am hoping you can tell me which file it is located in.

http://www.realmodscene.com/index.php?/topic/239-jtag-rgh-fsd3-skin-illume-v10-89-wallpapers/#entry868

as you can see the bar that separates the post body from the sig has an incorrect margin, I know how to fix this issue but cant seem to find it.

any help is much appreciated, Thank you

Hello ,

do you use old version or this in new version ?

try to add this in ipb_styles.css

.post_body {

    margin: 0 10px 0 205px !important;

}

Best regards .

Link to comment
Share on other sites

just installed the light theme and only had one problem,i have the customizing for members disabled and im setting colors and background from the hook,it changed the background but the color is grey.Using build 6 so you know.

Link to comment
Share on other sites

Hello ,

do you use old version or this in new version ?

try to add this in ipb_styles.css

.post_body {

    margin: 0 10px 0 205px !important;

}

Best regards .

Thank you for your help, it did the trick. Yes I am using an older version of your skin, I have modified it a bit and this older version has everything that I need.

I am sorry to hear about the unrest in your country, be safe and long live the revolution.

Link to comment
Share on other sites

Love this skin - anyone got a working example of it apart from the author's demo site?

If you haven't purchased it yet, I would suggest you wait until IPB releases 3.4 and then wait for the new version of this skin. In my opinion, it's still kind of an immature skin -- there are a lot of things the skin author could have 'polished' before he released it. But hopefully he's fixed most of the problems by now.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...