-
AuthorPosts
-
February 23, 2015 at 2:25 am #400345
I need my main menu to look like this: http://screencast.com/t/WhuMr0eg
Can someone help with the CSS to make that happen?Thanks!
-Fred
February 23, 2015 at 5:23 pm #400806Hey Fred!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li > a,#header_main_alternate { border: none !important; } .av-main-nav > li > a > .avia-menu-text { border-left: 1px solid #999; padding-left: 20px; } li#menu-item-73>a>.avia-menu-text { border: none!important; padding-left: 0; }
Then you can go to Enfold theme options > Advanced Styling tab and edit “Main menu links” to change the font size etc.
Best regards,
YigitFebruary 23, 2015 at 5:50 pm #400841Excellent! That worked perfect. Another question I have is regarding @font-face. I’ve added a font from font squirrel. The name of it is Walkway. I have the following code in the Quick CSS…
@font-face { font-family: 'walkway_ultraexpand_boldRg'; src: url('Walkway UltraExpand Bold-webfont.eot'); src: url('Walkway UltraExpand Bold-webfont.eot?#iefix') format('embedded-opentype'), url('Walkway UltraExpand Bold-webfont.woff2') format('woff2'), url('Walkway UltraExpand Bold-webfont.woff') format('woff'), url('Walkway UltraExpand Bold-webfont.ttf') format('truetype'), url('Walkway UltraExpand Bold-webfont.svg#walkway_ultraexpand_boldRg') format('svg'); font-weight: normal; font-style: normal; }
I would like to use this font for H1 & H3 headings, and the main menu. I also installed the font-squirrel plugin, nit sure if I really need it. I’ve uploaded the fonts as they instructed to the plugins /font directory.
Thanks!
-Fred
February 23, 2015 at 5:54 pm #400848Hi!
Please add following code to Quick CSS as well
.av-main-nav > li > a, h1, h3 { font-family: 'walkway_ultraexpand_boldRg'!important; }
Regards,
YigitFebruary 23, 2015 at 9:12 pm #400995Thank you so much again. It looks like it is all working as planned, at least in Chrome on my Mac. However it does not appear to be working on Firefox. Any thoughts?
February 24, 2015 at 2:12 pm #401409Hi!
Firefox does not support EOT file type. Adding only WOFF file seems to be the solution. Please try doing so.
This is not a theme related issue but browser related issue, just for your information :)Best regards,
YigitFebruary 28, 2015 at 2:04 am #403771Thanks Yigit. I was able to get it to work with Firefox! :)
Can I get some input on this…
The design is supposed to look like this: http://screencast.com/t/P6rIfYqTdw
I currently have it in one giant Layerslider. (1115px tall) I’m having trouble getting everything to line up and scale properly. Also, I want the hero images to slide, but don’t want the whole thing to slide. I used transitions to get them to scroll, but I’m stuck when I get to the end.
I tried creating another test slider, where I broke it up into two sliders. IF I can do it like that, it will work. But I would need to get the lower slider to overlap the upper slider. Is that possible? Here is the test: http://tsgaz.net/gnohie/test-slide/
The home page is at: http://tsgaz.net/gnohie/home
-Fred
March 2, 2015 at 5:03 am #404267Hi!
Create the slider using the Full screen or Full width slider then add the bottom content using the color section. Add a negative top margin to it to create an offset effect.
Regards,
IsmaelMarch 2, 2015 at 6:56 pm #404705I added the advanced layerslider at the top, then a color section below. I tried adding the negative top margin in a code block, but it didn’t work. Where/how should I add the negative margin so it works just for this page? Also, the image is 1600px but it is not going full-width. How can I have the image go fullwidth?
Thanks so much for your help!
-Fred
March 4, 2015 at 6:57 am #405575Hi!
Edit the Color Section then add a unique id attribute in the For Developers: Section ID field. Use “custom-section” for example. Add this to the Quick CSS field:
#custom-section { margin-top: -500px; }
Adjust the height. You might need to increase the z-index property as well. This will also require css media queries for smaller or bigger screens.
Best regards,
IsmaelMarch 4, 2015 at 8:17 am #405601I tried something similar to that. If you check it now, you can see that I have a Color Section with the image as the background. I’ve set the negative margin just right, I’ve added a z-index of 999, but it does not show on top of the layerslider. Also, it does not collapse at all when the screen shrinks.
If I put in a text block and add the image, then it cannot go fullwidth. What other ways can I make an image fit fullwidth, and expand/collapse with screen resize?
The end result I’m trying for is, the scrolling slides layerslider on top, the blue bars next with the two round icons centered vertically across the two regions, and centered horizontally just left and right of center. There is text below the icons, and text in the darker blue band. I can’t think of any way to get this done.
Are there any other suggestions I might try? I’m desperate to get this completed. I would pay someone to fix this if they are able.
Thanks so much for any more help or advice anyone can give.
-Fred
March 5, 2015 at 8:01 am #406255Hi!
I’m sorry but I don’t see any color section with custom id attribute when I checked the page. Also, the icons are still included inside the layer slider. I thought that’s what you’re trying to separate. Please create a test page. We would like to check it.
Regards,
IsmaelMarch 6, 2015 at 1:51 am #406773This reply has been marked as private.March 7, 2015 at 7:33 am #407413I think I’m getting closer. Now I’ve added Test Slide 3 ( http://tsgaz.net/gnohie/test-slide3/ ) I added the Layer Sliders on the new page without the Advanced Layout editor, using only the short codes. Now I just have to get the text that goes below the icons on there and lined up properly. I would rather it be text and not part of the image, but I might have to add it to the image as a last resort if I can’t figure it out.
March 10, 2015 at 3:10 am #408580I have solved this. I was able to accomplish when not using Advanced Layout Editor.
March 10, 2015 at 11:59 am #408750 -
AuthorPosts
- You must be logged in to reply to this topic.