GANTRY "Use it as ful page background" Not Working
8 years 8 months ago - 8 years 8 months ago #32868
by Kuantan
Replied by Kuantan on topic GANTRY "Use it as ful page background" Not Working
Yes, you are right and I should probably try your product first.
I just started with CMS , after research I decided on Joomla and now I will have to find the best tools.
I am actually a java and IOS (objective -c / swift) developer. If I do something wrong in that code I'm told what and where the error is. So I have to be a bit more careful using Joomla and will prefer simple solutions.
At the moment I am looking at making an accordeon navigation similar to www.museum.nl , can I do that with your tools? (I got quite close using your accordeon menu, but the alternating menu background color needs extra work I Guess)
I just started with CMS , after research I decided on Joomla and now I will have to find the best tools.
I am actually a java and IOS (objective -c / swift) developer. If I do something wrong in that code I'm told what and where the error is. So I have to be a bit more careful using Joomla and will prefer simple solutions.
At the moment I am looking at making an accordeon navigation similar to www.museum.nl , can I do that with your tools? (I got quite close using your accordeon menu, but the alternating menu background color needs extra work I Guess)
Last edit: 8 years 8 months ago by Kuantan.
Please Log in or Create an account to join the conversation.
8 years 8 months ago #32869
by ced1870
for the accordeon menu, you can set what you want using the theme, by editing the CSS
Joomlack Webmaster and Developer
Replied by ced1870 on topic GANTRY "Use it as ful page background" Not Working
this is not what I wanted to tell, you can use what you wantYes, you are right and I should probably try your product first.
for the accordeon menu, you can set what you want using the theme, by editing the CSS
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
8 years 8 months ago #32892
by Kuantan
Replied by Kuantan on topic GANTRY "Use it as ful page background" Not Working
Thanks a css atom on the gantry page solved it using:
#g-page-surround {
background: none !important;
}
I downloaded the CK menu docs but could not find an answer to the following:
1- I want my menu to be closed (only showing level 1 items) when loading the page, how can i do that?
2- I have three data-level="1" items, how van i give each a different css style?
kuantan.demojoomla.com/index.php
#g-page-surround {
background: none !important;
}
I downloaded the CK menu docs but could not find an answer to the following:
1- I want my menu to be closed (only showing level 1 items) when loading the page, how can i do that?
2- I have three data-level="1" items, how van i give each a different css style?
kuantan.demojoomla.com/index.php
Please Log in or Create an account to join the conversation.
8 years 8 months ago #32896
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic GANTRY "Use it as ful page background" Not Working
1/ by default the menu is opened at the active element, here the first link of your menu.
2/ each menu link has some css classes and ID. You can see them using Firebug
for example :
#item-124 {
background: red !important;
}
2/ each menu link has some css classes and ID. You can see them using Firebug
for example :
#item-124 {
background: red !important;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
8 years 8 months ago - 8 years 8 months ago #32910
by Kuantan
Replied by Kuantan on topic GANTRY "Use it as ful page background" Not Working
Thanks I should be able to set the css using #item.
I really really :woohoo: want the page to open with a closed menu, can the default be adjusted??
??maybe a javascript click on the active element??
I really really :woohoo: want the page to open with a closed menu, can the default be adjusted??
??maybe a javascript click on the active element??
Last edit: 8 years 8 months ago by Kuantan.
Please Log in or Create an account to join the conversation.
8 years 8 months ago #32912
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic GANTRY "Use it as ful page background" Not Working
please remind me next week, I'm actually busy on Page Builder CK ...
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.225 seconds