I have at the bottom of most of my pages a partner/logo element that WAS working fine in my sandbox testing area:
http://ng-sandbox.com/warren/buy-sell-planning/
But once I migrated to the new server space last night it appears it shows up then when it goes to slide – it does not show the following 4 logos. See here:
http://www.warrenbsi.com/buy-sell-planning/
It just stops – never looping back around.
Any clue to why this might be happening?
On some pages the logos are showing and rotating properly.
http://www.warrenbsi.com/disability-insurance/
Hey Devin,
I gave this a try and it did not seem to work. When I select a link in the left nav, the top header selected state still disappears.
The left nav are all menus I created in the menu page. Not sure if that matters. I don’t have a ton of experience with WP so I wanted to mention that.
Any other ideas??
Thanks
This reply has been marked as private.
Hi,
I saw there the screenshot of the settings for an iconbox:
https://kriesi.at/support/topic/url-showing-on-icon-box/
I use ENFOLD 2.6.3, but I don’t see the field to add an URL of my own manual link for the iconbox.
My screenshot:

Bigger view: https://screencloud.net/v/gXex
All other things are working fine!
I disabled all (!) plugins, but this has no effect on this!
(WP 3.8.3 network installation | Firefox 28.0 at Windows 7 prof. OS, javascript enabled)
Is it possible to stop the background colors of table rows from alternating white and grey?
Hi there, ever since I updated Enfold to the 2.6.3 version, my Avia Layout Builder has stopped working. The GUI doesn’t appear any more when editing a post or page.
On the front end of my site, all the layouts remain. So obviously Avia is still working, I just can’t access it’s GUI in the back end to create layouts and layout templates.
Please help!
Hi
In Safari, when using the Fullscreen slider in combination with a transparent header – the scroll down function gets jumpy and lag when scrolling down to the content below.
Any advice?
I tried this, but didn’t work on my end:
https://kriesi.at/support/topic/fullscreen-slider-srcoll-down-bug/
https://kriesi.at/support/topic/fullscreen-slider-srcoll-down-bug-page-2/
Hi kathrynmichaud!
That is because you chose “no-repeat” and centered the image. You have more content on this page than others so background image is centered and and uncovered sections are filled with background color.
Please add following code to Quick CSS
@media only screen and (max-width: 767px) {
.responsive .mobile_slide_out .logo {
margin-left: 35%;
}
.responsive .logo a, .responsive .logo img {
height: auto !important;}}
#top .title_container .container {
padding: 0;
min-height: 36px;
}
Cheers!
Yigit
Hey!
Please try adding following code to Quick CSS as well
.avia_mobile #top .av-parallax-section{z-index: 0;}
Cheers!
Yigit
Hey 045WEB!
In Fullwidth Easy Slider options, please make sure to check Disable Autoplay option – http://oi61.tinypic.com/zu5kqx.jpg
Regards,
Yigit
Thank you! It turns out I had put a fixed width for mobile in there that made it look fine for desktop when I resized it but wasn’t set small enough for the phones I was checking on…. so I change it to a percentage instead.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-17 #av_section_1 .column-top-margin {
margin-top: 10px;
}
adjust as needed. By default it is set to 50px
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
footer#socket.container_wrap.socket_color div.container {
padding-top: 20px!important;
}}
and adjust the value i posted here – https://kriesi.at/support/topic/social-media-footer-overlapping-on-ipad/#post-252200
Regards,
Yigit
This reply has been marked as private.
Spoke too soon. :( If I move the slider to the top of the page the gaps are there again. Is there a way to remove the 50pixel padding from all content sliders no matter where they would be?
Thanks
E.
This reply has been marked as private.
I have browser issue in IE 8
The building site is http://allucam.com/corp.
when you look home page in IE 8, header part show wired blank and heading push down from the top.
How can I fix this?
Thanks
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 768px) {
.sub-menu li a:before {
top: 5px!important;
}
.sub-menu li {
padding-left: 30px!important;
}}
Best regards,
Yigit
Okay I will go check it out and make sure things are good on my end.
Thank you for all of your help!
Hey!
Site works again and so does the font uploader. next big theme update (version 2.7) will also include the fix ;)
Cheers!
Kriesi
Can u make the mobil menu center under the logo?
Can u stop the logo from shrink also its gets to small?
Cheers!
yes that will do it. Sorry I’m typing fast today ;P
Ah ok, you also had a typo at Host :P
I will see what I can do now :D
Ok. does not work for me :(
Tells me: Cannot find user, please try again. Make sure your Caps Lock is not engaged!
Are you able to access it? In that case you could simply delete the enfold folder and upload it again…
This reply has been marked as private.
Hi!
Please use following code instead
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a {
font-size: 16px;
}
Regards,
Yigit
This reply has been marked as private.
Hey!
Please add following code to custom css as well
@media only screen and (max-width: 480px) {
.container .copyright {
padding-top: 45px!important;
}}
Cheers!
Yigit
Looks like the same Bug as here and here