-
Search Results
-
Topic: Slow Avia Layout Builder
Hi,
Over past couple of weeks when editing pages using the Avia Layout Builder, it has been incredibly sluggish to the point where it is almost unworkable, taking over 30 seconds to load content. I have taken the usual steps of clearing cache, trying both IE and Chrome, but to no avail. I have also disabled all plugins, which only marginally improved load time, so i don’t believe this is the issue. I am running the latest version of WordPress 4.9.8 and Enfold 4.4.1 running a child theme.
I have researched this issue in the support forums but all fixes suggested have not worked for me. Please could this be looked into?
I have supplied login details below privately.
Thanks.
Hello –
I have tried to research and couldn’t completely find the answer I need, so here I am. When I now click on a single product image from the gallery it is opening the full size image path instead of a lightbox. I have the lightbox settings activated correctly. Can you please advise on how I fix this? On all of the other websites with Enfold that i have, this problem is non-existent.
Thank you!
Hi Enfold,
I have seen a lot of threads in the forum covering this item. Items that even discus the padding of the logo as the logo is covering the menu. It might that I have the same problem but I ended up trying code from other treads without understanding what I was doing. That can be right!
So I have the problem too that my menu dissapeared when the site is viewed on a mobile phone. I have applied the code found in https://kriesi.at/support/topic/remove-enfold-logo-from-header/ It should remove the enfold logo and project the site identity (side title and tagline).
My quick CSS looks like this.
/*
on hover vergroot de foto
*/
.image-overlay { display: none !important; }#main a:hover {
-webkit-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
#main a {
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}/*
verwijder enfold logo
*/.logo img {
display: none;
}/*
maakt de achtergrond van de menubalk blauw
makes the background color of the menu bar turn blue
no link available from forum
*//*
stretch header background picture
*/.header_color .header_bg {
background-size: cover;
}#header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child {
background: #3b5998;
}/*
verwijderd de rand om plaatjes heen
removes the border from pictures containing a hyperlinkhttps://kriesi.at/support/topic/how-to-remove-the-image-borders/
*/
a img, a:hover img{
border: none !important;
background: transparent !important
}.entry img{
border: none !important;
background: transparent !important
}/*
verwijderd de pijl over een plaatje met een link
removes the overlay on a picture with linkhttps://kriesi.at/support/topic/how-to-disable-hover-onmouseover-on-images/
*/
.image-overlay {
display: none !important;
}/*
Please firstly turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give elements you would like to hide on mobile a custom CSS class (i.e.: only_desktop ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
*/
@media only screen and (max-width: 768px) {
.only_desktop { display: none !important; }}/*
http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
You can add following code to Quick CSS in Enfold theme options under General Styling tab to switch to mobile menu on landscape mode on tablets (1024px)@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
#wrap_all {
position: relative !important;
}
*//*
font kleur search bar instellen op zwart
*/#s { color: black !important; }
/*
tonen van het menu op mobiel@media only screen and (max-width: 767px) {
#advanced_menu_toggle, #advanced_menu_hide {
display: block;
right: 10px;
}
}
*/Do you have any idea how I could fix this?
Best regardsBart Altena
Hi. I have 3 WordPress sites which I want to improve. Having done some research online, I have narrowed the choice of a new theme down to Enfold – as a theme to enable this. I especially want to improve site speed and SEO rankings.
Can I simply load the theme and keep my original content/pages/URLs? or do I have to (is it best to?) start again and rebuild everything from scratch?
What is the best way to go about converting an existing site, so as not to lose all your links and SEO juice? Do you have any advice/documents/videos to help with understanding this?
Many thanks
AndrewHello.
I’m trying to use my own image as a bullet point instead of using the icons provided in Enfold.
I want the text to the right of the image to be vertically aligned to the middle of the image but I can’t find a way to do that.I’ve searched the threads that say something similar and it mentions custom css classes and codes but it isn’t showing the changes when I try different codes within quick css on the child theme general styling section.
Thank you
Hi Team
I use Toolset in the Enfold-Theme.
https://toolset.com/I have 2 problems with a ‘Custom Search’.
– ‘AJAX results update when visitors change any filter values’ doesn’t work
– ‘Reset-Button’ to clear the form – does nothingI tested with all plugins disabled, caching disabled, css and js not minified…
Now, before you direct me to the plugin-developer, let me point out that this Custom Search (with automatic value changes) works fine (with Twenty13, Twenty14, Twenty15…) when Enfold (or child-theme) is disabled – so it might be theme-related.Is it possible that AJAX is not fired on a regular page?
Did I forget a specific theme setting?
Maybe you have an idea how to make it work.
Thank you.Hi,
I’m trying to get Google Custom Search (CSE) working with Enfold. I’ve found some old threads but they appear to be based on a plugin that’s no longer available. I’m using WP Google Search Plugin and it works fine on its dedicated results page.My question: How do I get Enfold to use the plugin search in the default search forms in the sidebar and in the top menu bar?
Thanks for your help!
AndreasHi guys,
This is the first time I’m using Enfold or building a website, so please don’t kill me for asking stupid questions ;)
I’ve been trying to make the Header solid, and the same color, whether you scroll or not. Also, I want the buttons (magnifying glass, hamburger menu. social media buttons) to be the same color – white.I’ve been searching these forums and the web for solutions. Through the settings in General Styling and Advanced Styling (I had put color of the header bar to #292522) I managed to make it the color I want, but the bar was still a little bit transparant when scrolling to the top of the page. Also, because I couldnt change the color of the icons they were not visible when they turned grey during scrolling.
Example of the site: mepz.nl
I did find a CSS code to change the color of the hamburger menu (as you can see it’s blue) for which I used this code:
.av-hamburger-inner, .av-hamburger-inner::after, .av-hamburger-inner::before { background: #00a7db!important; }But this is not sufficient. I’d like to make them all the same color, and that they don’t change color when I scroll.
So to summarise, I hope someone can help me to:
1. Make the header bar 1 solid color, that doesn’t go transparant when you scroll to the top.
2. Change the color of all the icons on the right (social media, hamburger menu, glass) – and that they dont change color when scrolling.
Basically I’d like to know how to change it for both the transparant header and the normal sticky header.Your help is much appreciated!!
Hi,
today I have posted a question on the Pre-sales section about the upgrade from v. 3.1.5 to v.4.4.it seemed like a simple operation…
I ordered the theme
I created the token in themeforest with the following rights
View and search Envato sites
Download your purchased items
Verify purchases of your items
List purchases you’ve made
On the Enfold child setting -> Theme Update -> I have inserted the Themeforest user and API key.
I take the check to update, nothing. I receive the following message: No Updates available. You are running the latest version! (3.1.5)How I can update the theme ?
Thank you
Best regards
Luca
