Jump to content

Maxx 2012: The Most Advanced Skin.


Ajouz ♞

Recommended Posts

for reporting these bugs) :


in custom_css template find

Yesterday skin updated , here is manual upgrade instructions (thanks to

B.Money

1- make slider work better in percentage width

.bannercontainer{

max-width:{$this->settings[$this->settings['ipsskinscom_name'].'_width']} !important;

width:{$this->settings[$this->settings['ipsskinscom_name'].'_width']} !important;

min-width:{$this->settings[$this->settings['ipsskinscom_name'].'_width']} !important;


}

replace it by

<if test="sliderwidth:|:strpos( $this->settings[$this->settings['ipsskinscom_name'].'_width'], '%' ) === false">

.bannercontainer{

max-width:{$this->settings[$this->settings['ipsskinscom_name'].'_width']} !important;

width:{$this->settings[$this->settings['ipsskinscom_name'].'_width']} !important;

min-width:{$this->settings[$this->settings['ipsskinscom_name'].'_width']} !important;


}

<else />

.bannercontainer{

max-width:100% !important;

width:100% !important;

min-width:100% !important;


}

</if>

2- fix reported bug regarding (content not line up properly after the profile div) in the ipb_styles.css find find

.post_body {

margin: 0 10px 0 205px;

padding-top: 15px;

}

replace by

.post_body {

margin: 0 10px 0 210px;

padding-top: 15px;

}


3-reported broken images
in image folder also you need to upload the missing images and the new images which comes with the new versions of ips apps

Link to comment
Share on other sites

  • Replies 1.4k
  • Created
  • Last Reply

the only thing I noticed was the lines on the grid going vertically up are not shown. Is there something you could to outline them?



Hi MTsymbal, :)

Actually that's not a skin bug, if you just need to outline vertical lines, just add this to ipb_styles.css


table.ipb_table td {

border-left: 1px solid #333;

}

Link to comment
Share on other sites

Hi Ajouz,


%7Boption%7D

Alasaad, on 02 August 2012 - 09:08 AM, said:



Hi Ajouz, to clarify one question :



This a source code when i hit what i want to modify, i mean to replace the Title of category by an Image which will take all the ground, not sure its the good one code.





<!--- :::::this is a part of ips-skins.com privat framework , you are not allowed to use our framework in your projects:: --><!--- :::::this is a part of ips-skins.com privat framework , you are not allowed to use our framework in your projects:: -->

<div id="board_index" class="ipsLayout ipsLayout_withright ipsLayout_largeright clearfix no_sidebar">

<div id="categories" class="ipsLayout_content clearfix">

<!--::: start two col :::-->

<!--::: end two col :::-->

<!--::: def :::-->

<!-- CATS AND FORUMS -->


		 <div id="category_1" class="category_block block_wrap collapsed">

		 <h3 class="maintitle">

		 <a class="toggle right" href="#" title="Toggle %s">Toggle %s</a> <a href="mywebsite/index.php?/forum/1-a-test-category/" title="View %s">A Test Category</a>

So if i want to use an image @Category instead of Text title, is it possible ? (like in this example http://www.ips-skins...in-client-area/). i try to find the good file and code to modify >> Google-ing Thanks Regards

Well If i use


<a class="toggle right" href="#" title="Toggle %s">Toggle %s</a> <a href="mywebsite/index.php?/forum/1-a-test-category/" title="View %s"><img src="image link"></a>


my admin panel just crash and i have to reinstall... The category test become "Option Toggle%" Uneditable, and it doesnt works no image appear, only "Toggle"

I search over google but without answer

Thanks
regard

Link to comment
Share on other sites


How would I go about removing the member's ability to disable the banner? I disabled the hook which removes the user cp settings, but the lower right tool icon still shows on the quick start banner--how would I disable this from showing?



there is no build-in setting to do this ,
you can remove the image manually
in the template slider_body find this

<a class='close-slider' href='{parse url="app=core&amp;module=usercp&amp;tab=core&amp;area=Maxx_light" base="public"}'></a>



%7Boption%7D8855207739.png' alt='' class='ipsImage'" alt="" class="ipsImage" width="1000" height="361">

Link to comment
Share on other sites


Hi Ajouz,




Well If i use


<a class="toggle right" href="#" title="Toggle %s">Toggle %s</a> <a href="mywebsite/index.php?/forum/1-a-test-category/" title="View %s"><img src="image link"></a>


my admin panel just crash and i have to reinstall... The category test become "Option Toggle%" Uneditable, and it doesnt works no image appear, only "Toggle"

I search over google but without answer

Thanks
regard


hello , I posted the code as a hint , you should replace image link with a link to the image ,and you need to start coding inside the board templates not using the source code . the source is just the result of the code not the code itself .
Link to comment
Share on other sites

Hello, I'm trying to set the default background on my site to one of the custom pre-made backgrounds, but no matter what I enter in the style settings box, it will only set one of the basic pattern backgrounds. Is there something I am missing?

Site is adventureleague.net

Thank you!

Link to comment
Share on other sites


Hello, I'm trying to set the default background on my site to one of the custom pre-made backgrounds, but no matter what I enter in the style settings box, it will only set one of the basic pattern backgrounds. Is there something I am missing?



Site is adventureleague.net



Thank you!



not sure about this
can you please try to set the value to

style12


just I want to check this in your board

Link to comment
Share on other sites

Ajouz I have to ask regarding the slider, is there a way to have more than just 4 slides displayed at one time? I'm assuming if I just add additional segments to the code that should work, correct? If you can, could you please let me know how I could do this? I'd like to display around 10 slides if possible.

Thanks again for all your help!

Link to comment
Share on other sites

Development : hopefully in the next update I will include some blocks templates in the package , it will be help you to build your site
what is done :
1- counter block with settings :

%7Boption%7D

2-skills (or projects progress) block :

%7Boption%7D

3-custom columns layouts (feed blocks) :
%7Boption%7D

4- testimonial block

%7Boption%7D

5-pricing tables (Nexus block) :

%7Boption%7D

6-short codes

%7Boption%7D

7- Feed blocks with images

%7Boption%7D

blocks with be responsive working on all width and looks good on all devices
feel free to request any type of blocks (before publishing the next update ) and i will try to make them
best regards

Link to comment
Share on other sites


Ajouz I have to ask regarding the slider, is there a way to have more than just 4 slides displayed at one time? I'm assuming if I just add additional segments to the code that should work, correct? If you can, could you please let me know how I could do this? I'd like to display around 10 slides if possible.



Thanks again for all your help!



Hello ,
yes you can add more , you need to add them in the template called banners placeholder ,
how to do this ? just check the slider documents it has all the moethod to add a new slider and all possible variables explained in details
Link to comment
Share on other sites


Alright I'll give that a try, thanks.



Question, I'm considering on purchasing IP Content and IP Gallery. Will the Maxx skin work with those two products and how easy is it to make the skin carry over to IP Content IP Gallery?



Thanks again.




I use both Maxx (Dark) and Maxx (Light) on my site. I also use IP Content and IP Gallery, and they work absolutely fine with my Maxx skins. You don't need to do anything in order for IP Content and IP Gallery to carry over.

In my case, however, I was using a custom 3 column template in IP Content. This caused the page to look slightly "cramped" in Maxx. All I did was increase the width of Maxx slightly. That is all I needed to do. You probably won't have to do anything, unless (like me) you're using 3 colums in IP Content.
Link to comment
Share on other sites

Thanks Legeam. I'm looking to purchase Content and Gallery as I feel it'll make my life easier rather than going with wordpress.

Are there any suggestions you can give a newbie? I saw plenty of plugins that pretty much setup the main news page like a portal. Also, what's the difference between IP Content and just going with a standard Portal? I mean aside from a Portal, there are other plugins that allow you to create pages. How is IP content different?

Thanks again for your help

Link to comment
Share on other sites

With Gallery, you really don't need any hooks/mods. There are a couple that might interest you, but it works just fine on its own.

With Content, there are already some good blocks built in, and you can modify them to your tastes/needs. I really have not purchased any additional block except for a jquery slider, but that was before I bought the Maxx skin. Just looks at the stuff available in the IPB Maretplace. I know the basics of IP Content and Gallery (Content can be a little confusing), so if you need help, shoot me a pm with your Skype or GTalk and I will be happy to walk you through some stuff.

Ajouz is currently working on Maxx Blocks for IPContent, and I have tested them and I can tell you that they provide a very good set of blocks for IP Content.

If there are any blocks that you would like Ajouz to create, post them here (or on his Blog at this site). I'm not saying he will create what you ask for, but Ajouz provides extraordinary customer support and customer care, so I wouldn't be surprised if he did.

Link to comment
Share on other sites


Thanks for the demo link. However I want to keep the default IPB skin which I have used for a long time. Is it possible that you just add the grid index model to the default skin and make it available? I can pay for that.



yes it is possible , just send me a PM with some information's about your site and the modifications you want .
best regards .
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...