Tagged: CONTACT FORM, Layer Slider, menu bar
-
AuthorPosts
-
July 27, 2015 at 11:45 am #479010
Hi, I’ve asked these questions a couple of times but haven’t got an answer so I’m trying it again.
1) How can I make my menu bar fullwidth? Meaning that on the left & right hand side the slightly transparent white bar continues (without adding more menu points and without moving them). Like in this theme http://www.templatemonster.com/de/demo/43789.html. Btw the bar is very customized because we wanted it inside the header…
2) How can I remove that blue line when hovering over my menu bar? I changed the hover color for the main menu sublevel links in the advanced styling, but the text is showing white when you hover over it. How can I change that? so that it looks like in the main menu links.
3) The order of my layer sliders is not correct, even though in the background it is. They slide in in a different order though. What could be the problem there?
4) Can I use the contact form as a download form? Meaning you can click on a text which brings you to the contact form (by color section IDs, that worked) and when you type in your name, address etc. on there, you can download the document instead of sending an e-mail. It’s a bit complicated since I wanna link different texts to the contact form and every time you can open/download a new document.
Thanks for the help.
AlineJuly 29, 2015 at 6:13 am #480031Hey Michel!
Thank you for using Enfold.
We don’t mind answering multiple questions but if you can open a single thread for each of theme, that would be great.
1.) Where did you apply the transparent background of menu bar? What selector did you use?
2.) You can remove the blue line with this:
.avia-menu-fx { display: none !important; }
3.) Please check the Slider Settings > Slideshow > Other settings. Make sure that the shuffle mode is disabled.
4.) The default contact form doesn’t have that feature by default so you’ll have to find a plugin or a custom script for that. I’m not sure if CF 7 can do that.
Regards,
IsmaelJuly 29, 2015 at 8:25 am #4800601) This is the code I used for the main menu I think: .main_menu ul:first-child > li > a { background-color: #FFFFFF; opacity: 0.8 } and the sub-menu: .sub-menu, .sub-menu * { background: #FFFFFF; opacity: 1!important; font-size: 13px!important; color: #5e5a5a!important; }
I have searched for “fullwidth menu” and tried out different codes but they don’t work for me. Probably because my menu bar is very customized. Is it still possible? I’ll post my login credentials again below if it helps you to look into my CSS.2) Some menu points still have the blue line when adding this code…? The first 2 and the last one don’t have it but the ones in between still show the line.
3) The shuffle mode has been disabled… doesn’t help.
4) I have downloaded that plugin and will see what I can do!
Thanks!
AlineJuly 30, 2015 at 1:36 pm #480668Hi!
1.) Please remove that code then replace it with this:
#top .main_menu .menu { background-color: rgba(255,255,255,.8); height: 70px; }
Don’t forget to remove browser cache before checking the page.
2.) Alright. Use this to remove the top border of the sub menu:
.av-main-nav > li > ul { border-top: 0; }
3.) The shuffle mode is ON when you checked it? Please remove browser cache then test the slider again. You might be looking on a cached version of the site.
4.) If the plugin didn’t work, please hire a freelance developer. You can contact codeable: http://kriesi.at/contact/customization
Cheers!
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.