Hey MindSpark!
You mean a color section right? Add this to a codeblock element in the page.
<style type = "text/css">
main { vertical-align: top !important; }
</style>
Best regards,
Elliott
Sorry – my last thread open on this topic (here) was closed, so I am starting a new one.
Titles are still not showing for me in lightbox when opened from portfolio view. I have tried re-installing Enfold manually, it hasn’t helped. Any other ideas?
Thankyou!
Hi!
I’ve tagged Kriesi to this topic.
Cheers!
Josue
Hi!
Header transparency is not supported with the layout you want, however i managed to put the logo below menu using CSS:
@media only screen and (min-width: 767px) {
#header.av_header_transparency .container.av-logo-container {
position: absolute;
top: 60px;
}
}
That way you can keep the header settings default (logo top, menu below) and have transparency enabled.
Best regards,
Josue
I designed a website using the Enfold template that has been functioning properly since it’s launch over six months ago. Recently, my client alerted me that a section background image wasn’t showing anymore. When I logged into WP admin, the selected image was still showing in the color section editor, just not showing live. So, I went ahead replaced/updated it with the same image and hit Update. It appeared to work…only temporarily. After a short time the image stops showing up again. But it still shows up in the editor. I even tried a new image, but it did the same thing. I’m running the latest template and WP update.
Thanks
Blake
Okay, must be having a complete brain fart, I’ve don’t this before, but can’t seem to make it work today:
Used your Enrique’ Enfold Dummy Data to start a site here: http://gator3028.hostgator.com/~e3woman/daretoprosper.net/#top
But I want the Header/Menu area to be stuck to the top, not just when you scroll down… how do I do that?
And, how do I make the “active” menu item also have the red background color, not just on hover?
thank you
Hi, I’m trying to get my image flush with the top and left side of the container. I used this code:
.content {
padding-top: 0px;
padding-bottom: 0px;
}
And it worked great to get it to touch the top but is still an inch or so from the left.
Hi 929mediumstudio!
Please take a look here:
https://kriesi.at/support/topic/menu-descriptions/
and let us know if that is helpful for you.
Cheers!
Basilis
Ok, try changing this line (1187) instead:
item.stop().css('display','block').animate({opacity:0},300, function()
To:
item.stop().css('display','block').animate({opacity:0},800, function()
Best regards,
Josue
Rikard’s question: It’s Chrome – the newest version.
Basilis’s question: It doesn’t happen on screenfly the way it happens on my phone however I can demonstrate what it looks like: Put http://mobilebyfriday.com in screenfly, select iphone 6, then select galaxy 5 and you’ll see the slider image resize abruptly. I don’t know if that has the same cause as what I see on my phone, but that’s what it looks like.
If I perform that same experiment at screenfly with another Enfold site with fullwidth easy slider, not fullscreen slider, I do NOT see that same jump in size.
On my phone when I scroll down the page just a bit it jumps bigger. Then when I scroll back to top it jumps smaller. I seems to do this every time I scroll.
Thanks for your help, Rob
I would like to use descriptions for my navigation items in the main menu in the top header. I understand that there is a simple work around so that I don’t have to have my main menu in the sidebar. Please help. Thanks in advance.
I am having the same issue…just stopped working. Had to disable JQuery…
Hey Charlotte!
Please add following code to Quick CSS
#top #header .av-main-nav > li > a {
text-align: center;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit
Ignore this topic. Help not needed any more.
Thanks.
Hello,
i have some problems on all my Color Sections, when a backgroundphoto is selectet.
When you scroll than you see that the picture in the packground is fixed on a position and when you stop scroll it is glitching to the correct place.
I have this only on responsive and on all my websites and on Desktop it is working normal.
I post you one of my websites and a little video in the private section.
Can you please say me, what is wrong?
regards Dandy
Awesome, thanks Yigit – that worked great for desktop view. On the mobile view there is still space around the images – is it possible to remove this?
Thanks!
Hi! :)
Please add following code to Quick CSS
@media only screen and (max-width: 990px) and (min-width: 768px) {
.html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main {
padding-top: 148px !important;
}}
#advanced_menu_toggle, #advanced_menu_hide {
color: #940200;
}
Best regards,
Yigit
Hi there,
Yigit could help me with the footer navigation with this refering:
http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
But: What can I do to remove the whitespace on the main navigation bar between 990px and 768px?
Hi StudioLiner!
Please add following code to Quick CSS
#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before {
font-family: 'entypo-fontello'!important;
}
Best regards,
Yigit
Hi Yigit,
Yes i think that where it is all about. Maybe it is really easy to fix, but I really can’t find it.
The problem is, that the desktop version looks good, there it looks like if there are two layers on top of each other, but on the mobile version it looks completely different! Images are not fixed like on the desktop, the whole website became one big image, with double images, which looks really not nice.
Also the banners with the bleu lined houses, which I made in a color section, are not ‘shrinking’ enough to see them on a screen that small. I hope you understand what I mean and hopefully there is a solution for it.
Best wishes, Eline
Hi Juan!
1.
To change the breakpoints you need to do some custom css and js changes. Please follow the steps provided in this ticket.
https://kriesi.at/support/topic/mobile-menu-tablet-breakpoint/
2.
You can achieve this by adding a Icon shortcode inside the text box with a link.
[av_font_icon icon='ue81f' font='entypo-fontello' style='border' caption='caption here' link='post,3010' linktarget='_blank' size='40px' position='left' color='#745f7e'][/av_font_icon]
3.
This requires a lot of customization and you probably need to hire a freelancer to do this job.
Cheers!
Vinay
Hello dear enfold-Team,
The “scroll to top” button would not be display on responsive screen size below 768px.
Could you please help.
Thank you!
Cheers
Hey Rupert!
Please add following code to Quick CSS in Enfold theme options > General Styling tab
#top #wrap_all .header_color h5, #top #wrap_all .main_color h5, #top #wrap_all .alternate_color h5, #top #wrap_all .footer_color h5, #top #wrap_all .socket_color h5,#commentform label { color: black !important; }
Cheers!
Yigit
Thanks Andy!
1) Seems to work better now. However on all screen sizes under 990px (that is the min-width I used) I now see a grey bar on top op the screen (above Enfold’s top bar). When I look with Firebug, it seems that it has something to do with the advanced_menu_hide (see Ismael’s reply of January 18, 2016 at 4:21 am).
2) When on my pc I reduce the width back to mobile size 360 px, it looks ok. I cleared cache on my mobile which didn’t help. I have no other device available right now. When I view the responsive layouts with the Web Developer Toolbar in FF, it seems to be ok. So I assume my mobile is conflicting somehow. I will check on another mobile device tonight.
Best regards,
Monique
Hey condonpb!
We noticed the white gap on top and it is coming from layer slider have you added any custom code ? please give us access to wordpress admin so we can login and take a look at it if necessary to add custom css in quick css.
Regards,
Vinay
Hi!
I checked your website on my iphone 5s but could not see any issue.
Or are you asking about scrolled background images instead of fixed like on desktop? If not, please try to elaborate a little more :)
Regards,
Yigit
Hi
Is there a simple way of having an image slider in the background of my frontage similar to one of the demos?
I would like to be able to have the logo area and menu at the top in view as well as an icon list in front of the slider.
Cheers
Thank you, its work! :)
You can close this topic