Ask questions and get good answers on mb.jQuery.components

Hi Matteo, First off, Great piece of coding man! Super easy to modify and integrate.

I just have 2 quick questions...

1) How can I integrate a side drop down sub-menu instead of the accordion sub-menu? Is this even possible?

2) I am using the top extruder and i wanted to shift it to the left a little so its not directly in the middle of the page, and I've tried everything that I can think of and know how to do, with no luck. Can you let me know if there's an easy way to have the extruder shift to left by about 450px from the center of the page?

Thanks again for the awesome Extruder!!

Sergio

asked Sep 13 '11 at 10:52

Sribeiro's gravatar image

Sribeiro
11


Hi Sergio, for the first question you should integrate it as content of the extruder. for the second you can do that via CSS:

    .extruder.top{
        margin-left:-250px!important;
    }

Bye, Matteo

answered Sep 20 '11 at 15:45

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

Hi Matteo, thanks for the reply. I figured out the 2nd question about shifting the position. Thanks!

As for the 1st question, you said I should integrate it as content of the extruder. I'm not sure I'm understanding you. I should build the side bar in a separate file then call in to the main file? Can you point me somewhere I can get more information on how to achieve this? Or maybe if it's not too much of an issue or too time consuming, you can post a simple explanation here.

Mille Grazie Matteo

Sergio

answered Sep 20 '11 at 16:13

Sribeiro's gravatar image

Sribeiro
11

edited Sep 20 '11 at 16:14

What do you mean by "side drop down sub-menu" exactly? can you give me an example?

(Oct 05 '11 at 13:57) Matteo Bicocchi ♦♦

Here I created a quick moc-up in photoshop to illustrate what I ultimately would like to achieve. http://www.marcusgroup.com/test//images/Extruder_Example.jpg

Let me know if this at all possible.

Thanks again Matteo.

answered Oct 06 '11 at 10:07

Sribeiro's gravatar image

Sribeiro
11

This is certanly possible with a lot of extra coding. The plug in itself doesn't do that; but, as I write you, you can make your own script loaded as content of the extruder that shows the right box with your menu there.

You could try to mix the mb.menu (as horizontal menu) and the extruder together...

(Oct 06 '11 at 15:12) Matteo Bicocchi ♦♦

The workaround I get to it was to edit the math in the js file (for a designer.. uf!). (It's not online but it works). And other thing, when I put the NavCoordinates on the first imagesContainer it blocks wow gold. It doesn't go to any coords.

answered Oct 27 '11 at 05:19

outskirts's gravatar image

outskirts
1

Your answer
toggle preview

jQuery main site - Matteo Bicocchi