I can get into the WP backend but when I try and edit any page within the site, there’s a grey circle which stops the entire page from loading properly. I thought it was a temporary problem but it’s on-going and I cannot edit the site.
Hey msbllc,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all .av-social-link-twitter a {
color: #fff;
background-color: #46d4fe;
}
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #37589b;
}
#top #wrap_all .av-social-link-youtube a {
color: #fff;
background-color: #a72b1d;
}
#top #wrap_all .av-social-link-mail a {
color: #fff;
background-color: #9fae37;
}
Best regards,
Yigit
Hey LorbeerDesign,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
padding-right: 13px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Andy and others
Again your solution is not what I am looking for. If you spend sometime, few minutes will be enough and click in the top menu, you will see that most of the menu options have a TOP BACKGROUND IMAGE. I believe the LAYER SLIDER is only for the homepage. so forget about the home page for a moment and focus on the other pages.
They were all working before we upgraded from ENFOLD 3.0.4 to 3.6.1.
Why your developers did not keep compatibility between the versions nor advise on how the page can continue to function after the upgrade?
Please provide a solution.
If you still don’t understand what is the problem please let me know.
thanks
Hi,
so you are talking about the Layer Slider, right? it behaving responsive by default, but LayerSlider can’t know how you want the images to appear on different devices. If you don’t like the default appearance of the images in question then you need to adjust them manually. Go into LayerSlider and choose a layer in question. Then click on “Styles” and add some code into “Custom CSS”. Something like:
@media only screen and (max-width: 767px) {
margin-left: -230px !important;
margin-top: 33px !important;
}
Adjust as needed.
Best regards,
Andy
Very strange, the only thing I added on the new install was Yoast. when i deactivate it Avia page builder works, when i reactivate it Avia stops.
I updated to wordpress 4.6 and now my maps dont work properly.
Anyone has an idea?
This is the message:
This page didn’t load Google Maps correctly. See the JavaScript console for technical details.
I hope to hear from you.
Regards.
Hans Kapteyn
Hey Eisenbock,
die Linien kannst du hiermit vergrößern:
.avia-menu.av-main-nav-wrap {
border-top: 3px solid;
border-bottom: 3px solid;
}
Zwischen den Menüpunkten:
.html_header_sidebar #header .av-main-nav > li > a {
border-bottom-style: solid;
border-bottom-width: 5px;
}
Passe jeweils den px Wert an.
Gruß,
Andy
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_elegant-blog #top .post-entry .post-meta-infos .minor-meta {
font-family: arial;
font-size: 20px;
}
Really nice website by the way!
Best regards,
Yigit
Hi,
Please change the code to following one
.container.av-logo-container {
display: none;
}
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 50px !important;
}
Best regards,
Yigit
Hi Rikard,
there are a few topics with the same problem which started two years ago. But the other solutions where just CSS solutions. Thats why I’m asking why you don’t fix in an update? I can’t attach images. I want to change the style for my WPML from a simple Flag (displayed in a row next to each other) to a dropdown with a Flag an a name to save space in my top menu. The Menu is displayed in the normal menu.
<li class=”av-language-switch-item language_de avia_current_lang current-menu-item”><span class=”language_flag”>
</span>
How can I change it into a dropdown Menu?
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
#advanced_menu_toggle {
top: 30px;
}}
Best regards,
Yigit
I would like that Social icos that appears on the header appears in color ( I mean: Facebook in blue, Youtube in red…), when the icons were off, to get the icon can see better.
But I do not know how. Where can I change this?
Thanks.
Almudena.
This is for the web: http://www.aimez.es
Sorry, the matter is solve, but I do not know how to delete the topic!! Thanks a lot!!
-
This topic was modified 9 years, 6 months ago by
hector1069.
No Sir.
In all pages we have a top big image which is setup as a background image. Please visit all the pages and you will see on the top images of people. Those images are successfully responsive along with the rest of each page.
But when we upgrade to ENFOLD 3.6.1 then 3.7 then 3.7.1 the new Enfold BREAKS the responsiveness of the background.
I have received the solution you just provided and I have also see your support providing the same solution to other ENFOLD users with no success. But this is no solution for the problem.
Again, our site was ok with ENFOLD 3.0.4 and is broken with ENFOLD 3.6.1 and newer versions.
Please use the credentials I created for you and provide a consistent solution.
If you have to charge us for doing this and you are sure you can resolve the problem please let us have an estimate.
Thank you
Hi,
use this code inside Quick CSS field:
#top .header_color.av_header_transparency .avia-menu-fx {
background: #00a8e0;
}
Best regards,
Andy
Hi
Web site: http://www.bishopgray.com
I created and tested my site on my test server and then used Duplicator to move it to the live server this morning. Everything went as planned and as it has done on many previous occasions apart from the Avia Layout builder doesn’t load on the live version. It just hangs with the little loading wheel spinning.
Should i reinstall my site or is it a simple fix?
Lyndon Darkes
Hi!
You have following code
.responsive #top #main .products .product {
margin: 0 8% 1% 0;
width: 42%;
}
Please remove it
Cheers!
Yigit
Hello,
I would like to change the following things about my main menu:
1. How do I align my main menu to the same line as the bottom of my logo-picture?
2. How do I increase the height + change the colour of the line underneath a menu-item? The line that appears on mouse-over/ stays on click.
Also I would like to achieve the following with my sidebar menu:
3. How do I add fine lines between the several menu items?
4. How can I have a visually separating line between the sidebar menu und other widgets following underneath?
5. Is it possible to change the appearance (color, size) of the sidebar menu WITHOUT changing the appearance of the items in the horizontal menu (drop down on mouse-over) at the same time = have them look differently?
Thanks!
Hi,
try this code:
ul.cart_dropdown.av-display-cart-on-load {
top: 23%:
right: 15%;
}
and adjust as needed.
Best regards,
Andy
Hi,
if you’ve got questions about any plugins, then please ask plugin’s author about it. You can change all Enfold image sizes manually this way: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176
Best regards,
Andy
Hey swelzel,
das sind alles custom Icons und keine Enfold Icons. Soweit ich das sehen kann, ist z.B. das Herz mit diesem Plugin erstellt: http://www.addthis.com/
Du kannst weitere Icons hier finden: http://fontello.com/
Mobile Menu für Desktop bekommst du hiermit: http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Gruß,
Andy
Hi,
you can remove the borders using this code:
#top .avia-button.avia-color-light {
border: none;
}
Make width in my code smaller for mobile devices, so buttons stay next to each others.
Best regards,
Andy
For versions 2.6 and up the user is not redirected to the top and any change to cart is not adding to browser history.
We are using latest wc 2.6.4.
Cart AJAX
Hello,
when products are added the page is refreshing instead of ajax cart update.
Especially on product lists when the option to add to cart on product link is enabled, this is very annoying, as the user is returned to the top of the page on every product he clicks.
Is this a bug or a wrong setting?
The ajax option is enable on wc settings.
Hi guys!
Is there a way to have the full screen video loading on Desktop and a full screen slideshow with headlines for the mobile version on a site?
I’m building the following:
http://it-software.it/demo/CasaMarAzulSanPancho/
and while the video is awesome on Desktop and very impactful, when you load the site on mobile, I can only place a Background image, which I did, but really doesn’t provide the effect we want. I’d like to be able to have at least headlines over the image, such as in an fullpage slider.
See this example on mobile:
http://it-software.it/demo/CasaMarAzulSanPancho/casa-mar-azul-uno/
Any help?
Thanks!
Antonio
PS: If I add the caption to the background image then upload the background image as placeholder for the mobile version of the video on display for desktop, it may not display the headlines correctly, since they’re ‘within’ the image.
Hey Rikard,
the administration stopped working. Please use informations in private section.
Hey!
Try adding this code to General Styling > Quick CSS:
.mfp-iframe-scaler {
padding-top: 100%;
}
Cheers!
Josue
Hi Ismael,
i have added the code to the functions.php, but after that, the general sort order is changed. But I only want to change the sort order for the archives (categories) and the general sort order should be as it is (from the newest to the oldest posts), as i described within the topic. I have attached you both sides in the privat area. Can you please have a look at it.
Kind regards
Karsten
Hey!
Try adding this code to General Styling > Quick CSS:
.single-interview #header,
.single-interview .sidebar{
display: none !important;
}
.single-interview #main{
padding-top: 0 !important;
}
.single-interview .container .av-content-small.units{
width: 100%;
border: 0;
}
Cheers!
Josue
Hi Rikard,
Thanks for getting back to me.
I saw in many topics that people downloaded a fresh copy of the theme and uploaded it through ftp. I also did this, utilizing the latest version seemed to work.
After installing the API key, the Google maps seem to be working.
I’m going to check if the problem persists and reply, although everything looks good now!
Thanks a million!