Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Public Forum / Main Forum / Adsmanager cascade menu

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

× OLD Forum post could be checked here : forum.joomprod.com

Adsmanager cascade menu

More
11 years 1 month ago #4517 by xcyber
Adsmanager cascade menu was created by xcyber
Hello. I'm using adsmanager 2.99 and cascade dropdown menu. now menu opening verticaly :

Category1
Subcategory1

what I need to write in css if I want menu horizontaly like this :

category1 subcategory1

Thanks
The following user(s) said Thank You: adarr
More
11 years 1 month ago #4525 by loic
Replied by loic on topic Adsmanager cascade menu
Hello,

Without knowing anything about your code, it's a bit difficult to help you.

Could you give us an example ?
The following user(s) said Thank You: adarr
More
11 years 1 month ago #4536 by xcyber
Replied by xcyber on topic Adsmanager cascade menu
I'm using standard adsmanager css file trying to modify cascade menu. now it looks like :
.category_cascade {


min-width:200px;
}

.categoryselect_cascade {

min-width:250px;

and categories to choose when click post ad looks this:

Category (first choosing category)
Subcategory (then choosing sub category) all looks vertical.

see attachment

here is example : cybergates.lt/files/Untitled.jpg
The following user(s) said Thank You: adarr
More
11 years 1 month ago #4548 by loic
Replied by loic on topic Adsmanager cascade menu
Hello,

Could you try this ?

Check if the container is large enough to display all the cascade fields in line, if not, update the width of the container in the css file:
.container {
    width: 700px;
}

Replace the class name by your own, i've set the width to 700px for example, you may need to adapt it in your code.

And for each cascade field, do something like this:
.cascadefield {
    width: 30%;
    float: left;
}

The important part is the float attribute, you need to specify a width, otherwise, the float will not do anything.
The following user(s) said Thank You: adarr
More
11 years 1 month ago #4567 by xcyber
Replied by xcyber on topic Adsmanager cascade menu
I cant find container in my adsmanager css file. if I change cascade like :
.cascadefield {
width: 30%;
float: left;
}

i get this
Attachments:
The following user(s) said Thank You: adarr
More
11 years 1 month ago #4568 by loic
Replied by loic on topic Adsmanager cascade menu
Hello,

I write '.container' for example, yours may have another name.

You need to play with the width and the float to do what you want.

Keep in mind that the container of those fields must be wide enough to contain the fields.
The following user(s) said Thank You: adarr
Moderators: perry
Time to create page: 0.168 seconds
Powered by Kunena Forum