Hi elliot,
thanks for looking into this.
It’s really hard to explain.. unless I can make a video of it.
So basically.. in normal conditions, on the product page enfold have a feature on the left and right hand side of the page where a slider pops out when the cursor hovers over either it. The slider pops out and displays the next or previous product. You click this and it navigates to the next product. So for example the if i’m on iphone 4s product page, the left pop out navigation will take me to iphone 4 and the right pop out will navigate me to iphone 5.
If my cart is populated with lots of products i’ve pre-purchased then this is displayed whe I hover over the cart icon in top righthand corner.
The issue im finding is..
If the product remove button falls within the area of the right hand side pop out navigation, as I attempt to click the product remove button the pop out navigation pops out immediately and the cart disappears – therefore did not have the slightest chance of clicking the product remove button.
Please note te product remove button works fine – its only if it aligns with this pop out navigation slider.
I cant get any more pics cos only either the cart or the pop out is shown – not both together.
FYI: I copied the original enfold theme files and woocommerce files (all unedited) to the server replacing old ones but this did not change anything. Still no buttons visible….
Has this ever happened before? I just updated WordPress and Enfold and now the Insert/Edit Link button in WordPress will not work.. any ideas? You can click on it, but nothing happens, no window pops up to add the link, like a dead button.
Hey msmazza!
Open up /enfold/config-templatebuilder/avia-shortcodes/menu.php and around line 186 you should see this.
$mobile_button = $mobile == "active" ? "<a href='#' class='mobile_menu_toggle' ".av_icon_string('mobile_menu')."><span class='av-current-placeholder'>".__('Menu', 'avia_framework')."</span>" : "";
Change it to this.
$nav_menu = wp_get_nav_menu_object($menu);
$mobile_button = $mobile == "active" ? "<a href='#' class='mobile_menu_toggle' ".av_icon_string('mobile_menu')."><span class='av-current-placeholder'>".__($nav_menu->name, 'avia_framework')."</span>" : "";
Cheers!
Elliott
Hi Misko!
Your markup is looking kind of weird. Let’s try the following.
1. Create a backup of your theme options in Dashboard > Enfold > Import/Export and the hit the “Reset All Options” button to see what happens.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Cheers!
Elliott
Hi Rikard,
The child theme only has a functions.php, its style.css, and the AUX_plus_SVG.css stylesheet (needed for making the MyFonts fonts work). It doesn’t have copies of the other Enfold .php files.
Should I just copy Enfold’s current header.php (with my change) into the child theme’s main directory?
A couple questions too, if I do that: Would that ensure that I don’t have to make this change again when the theme updates? And if the theme updates, will the changes that I need be able to sync to my child theme properly too?
I’m not totally sure if my fix is the right fix because I’ve encountered some instances where text is overflowing its boundaries, where it wasn’t prior to the theme update and its grid changes. I’ve applied a temporary fix for the most glaring example of this (my homepage’s 7 How can we help? buttons), but you may be able to see this in the site’s footer (look for the rotating Tweets feed). This may be a font rendering / stylesheet order issue, but I’m still trying to figure this out.
Thanks,
David
Hi together,
it is possible to disable the loading of Google-Fonts in enfold?
<style type=’text/css’>@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,latin-ext);p.ecae-button { font-family: ‘Open Sans’, Helvetica, Arial, sans-serif; }</style>
Best regards
TCOQ
Hi,
since the last update to enfold 3.0.8 I have some problems with the translations on my site and with the mobile menu on Android smartphones.
First, the language on my blog menu is now english for the months in archive instead german like before. The sub menu in dashbord is now a mix between english and german.
Second, my mobile menu on android has now some issues with the menu, which is now on the right side instead of clicking the menu button. It looks like this:

I hope you have any idea?
Thanks
Cora
Dear Enfold Support Team,
Thanks for the great theme! Really enjoying using it so far. What Im trying to do is replicate the video header found on this website: http://www.tiiny.com – can I do this with the headers found in enfold? Basically I just want the visitor to press play, the text disappears and the video plays.
Your advice would be greatly appreciated. Thanks!
Hi Peatkay!
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 then give your element a custom CSS class and then change the code to following one
.your-custom-class a{
font-family:Aller!important;
padding:3px;
background-image: url(‘http://staging.scotiafishing.com/wp-content/themes/Scotia_Fishing/images/grey-button.png’)!important;
color:#ffffff !important;
background-repeat:no-repeat;
background-size:100% 100%;
padding:7px 11px 6px 11px;
font-size:10px;
}
If that does not help, please post the link to your page and point out the button you would like to edit
Best regards,
Yigit
Hey DROR!
Thank you for using Enfold.
Add this code to the Quick CSS field then adjust the properties:
#top .avia-slideshow-button {
border-radius: 3px;
text-transform: uppercase;
padding: 15px 16px;
display: inline-block;
margin-top: 20px;
text-decoration: none;
font-weight: bold;
font-size: 20px;
}
Regards,
Ismael
Hey mcraig77!
Thank you for using Enfold.
Generate the button shortcode on another page or post using the shortcode wand then copy it inside the text block with the “Project Map” or on a separate text block, whichever you want. Separate the shortcode using this html code:
<div class="flex_column av_one_half first">
BUTTON SHORTCODE HERE
</div>
<div class="flex_column av_one_half">
BUTTON SHORTCODE HERE
</div>
Best regards,
Ismael
This reply has been marked as private.
This reply has been marked as private.
I doubt that button is being generated by Enfold, but anyhow, i think i can help you with this, can you post a link to your shop page (where the ‘add to cart’ button is)?
Regards,
Josue
Hello, Josue: button customization is an Enfold issue. The button is generated by the avia framework.
I just want to access it to change color, size, etc.
How can I do this?
Hi,
It seems the latest woocommerce update have added a remove product item button which is now displayed when using the enfold cart icon in top right corner. For this to be demonstrated you’ll need more than one product for it to be low enough to conflict.. in my case i have two and the second product image with remove button directly aligns with the enfold product pop out slider on the righthand side. The issue is teh pop out, pops out before you get the opportunity to click the product remove button. See pictures below.
https://dl.dropboxusercontent.com/u/1464516/cart%2001.jpg
https://dl.dropboxusercontent.com/u/1464516/cart%2002.jpg
Hi Team,
I want to use the theme’s contact form for my mailchimp newsletter signup. I don’t want to use mailchimp’s ugly forms.
What youl I need to insert where? My contact form would only have the e-mail and the submit button and probably captcha.
Thanks and cheers,
Jan
Hey nectsolutions!
Thank you for using Enfold.
Looks like there’s a blank color section on top of the button element. Is that correct? Or the layout is just messed up? Please switch the builder to debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Copy the actual shortcode of the fullwidth button on pages with correct layout. Use it to replace the broken fullwidth button.
Best regards,
Ismael
Hi dogooder!
Thank you for choosing Enfold.
I checked the demo on IE 8 emulation and the back to top button arrow shows up fine. Can you please provide a link to the actual website?
Best regards,
Ismael
Hello Dear Enfold Support Team,
I am experiencing problem with Partner/Logo Element of avia layout builder. The images are being added in Partner/Logo Element but it is not showing on home page because not finding slides ids.
If I check Heading and arrow buttons of Partner/Logo Element is showing on home page as well as images loop div is also showing with blank image( no <a tag and <img tag) if i inspect with firebug.
I also check enfold->config-templatebuilder->avia-shortcodes->logoslider.php file and found $this->slides[$id] is being empty that’s why it is not showing images on home page.
I also replaced the file with download enfold theme file but no effect.
Please have a look the home page buttom body to see Partner/ Logo Element http://energywebsite.yoursitehosting.co.uk/ and email me then I will give wp-login and ftp credential.
Regards
Sunny
Hello,
I’m using the WP eCommerce plugin, and I would really like to style the “Add to Cart” button (shape, size, color, text).
How do I do it in Enfold?
Regards,
Newton.
Hey katalogcom!
You did not have Enfold activated so I did that and then checked your settings and uploaded a file to your media library. Everything seemed to be working fine except you have some warnings on your frontend regarding the font manager class.
Let’s try the following.
1. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
2. Hit the “Reset All Options” button in your theme settings page.
Let us know if that fixes the errors.
Regards,
Elliott
Hi,
Enfold is still the winner in terms of cross-browser compatibility – it’s the only solid wordpress theme that works on IE8. kudos on that!
I’m using the Flat Business theme and in IE8 the back-to-top button shows, but the arrow inside it does not show up. I have to hover over the button in order to make the arrow show up.
Just thought I’d let you know for future updates.
Thanks, and keep up the great job!
I apologize if this has been asked before, I’ve tried to find a way to search the Enfold forums only but can’t figure out how.
Is there a way to disable the live (ajax?) search previews that show up as you start typing a search term? I’d like our search bar to be a basic search that doesn’t show results until the person hits enter or presses the search button and then just show the normal search results page.
Thank you for your help.
Hey!
Please install this plugin: https://wordpress.org/plugins/codestyling-localization/
Go to Tools > Localization then look for Themes > Enfold. Rescan the russian language file then click edit. Search for the “no sidebar”, “right sidebar” and “left sidebar” strings. Translate them to russian then click the generate mo-file button.
Best regards,
Ismael
Hi!
Thanks for coming back.
1) You are using an old version of Enfold – you should upgrade WP and Enfold to the latest version.
2) The posts have a permalink of: http://eazybranch.com/login.ingenuit.co/ which cannot be changed, as the WP button “Change Permalink” is missing.
Adding a new post also results in the same permalink like above.
You set the custom permalink structure to the value above. Probably WP cannot use this structure. Refer to
http://codex.wordpress.org/Using_Permalinks
for more information.
Cheers!
Günter
upload it and activate it on dashboard
in Enfold Child Theme Options it might be necessary to goto Import Data – the button at top “Import Parenttheme Settings”
I think a Child Theme is a good advice because if you have to change something in your Theme Code it will not be lost by updating the Parent Theme.
A lot of changings here on Board Support work via child-theme functions.php (first of all it is an empty functions.php in the child-theme folder)
f.e. activating the custom.css on template builder elements
add_theme_support('avia_template_builder_custom_css');
or to show in lightbox the full-size image and not the large one:
add_filter('avf_avia_builder_masonry_lightbox_img_size', 'avia_change_gallery_thumbnail_link', 10, 1);
function avia_change_gallery_thumbnail_link($size)
{
return "full";
}
etc pp. the support is full of such changings.
Hi!
Try creating a copy of your theme settings in Dashboard > Enfold > Import/Export and then hit the “Reset All Options” button to see if it updates after that.
If it does not then try setting the following file to 777 permissions (temporarily), /wp-content/uploads/dynamic_avia/enfold.css, and then change the option and save to see if it updates.
Cheers!
Elliott