Hi ronmann!
Thank you for using Enfold.
You can only use those elements in a product item. It will display the price, add to cart button and the product tabs.
Best regards,
Ismael
Hey jarlsberg,
Thank you for using Enfold.
This issue is different and is not related to the custom script. Unfortunately, this is the limitation of the category sort button. It can only filter through posts that are present in the current page. The only workaround is to display all items in the same page and disable the pagination.
Best regards,
Ismael
How pitty,
maybe you can explain me some inputs based on this example
<form action="https://pdr.127.0.0.1.xip.io/contact/" method="post"
class="avia_ajax_form av-form-labels-visible avia-builder-el-5 el_after_av_textblock avia-builder-el-last "
data-avia-form-id="1" data-avia-redirect="">
<fieldset>
<h3>Send us mail</h3>
<p class=" first_form form_element form_fullwidth" id="element_avia_1_1">
<label for="avia_1_1">Name<abbr class="required" title="required">*</abbr></label>
<input name="avia_1_1" class="text_input is_empty" type="text" id="avia_1_1" value="">
</p>
<p class=" first_form form_element form_fullwidth" id="element_avia_2_1"><label for="avia_2_1">E-Mail <abbr
class="required" title="required">*</abbr></label> <input name="avia_2_1" class="text_input is_email"
type="text" id="avia_2_1" value=""></p>
<p class=" first_form form_element form_fullwidth" id="element_avia_3_1"><label for="avia_3_1">Subject <abbr
class="required" title="required">*</abbr></label> <input name="avia_3_1" class="text_input is_empty"
type="text" id="avia_3_1" value=""></p>
<p class=" first_form form_element form_fullwidth av-last-visible-form-element" id="element_avia_4_1">
<label for="avia_4_1" class="textare_label hidden textare_label_avia_4_1">Message
<abbr class="required" title="required">*</abbr></label>
<textarea name="avia_4_1" class="text_area is_empty" cols="40" rows="7" id="avia_4_1"></textarea>
</p>
<p class="hidden">
<input type="text" name="avia_5_1" class="hidden " id="avia_5_1" value="">
</p>
<p class="form_element "><input type="hidden" value="1" name="avia_generated_form1">
<input type="submit" value="Submit" class="button" data-sending-label="Sending">
</p>
</fieldset>
</form>
I would like to create a custom form in Enfold style. I create an login field that looks exactly like enfold but because of some ajax magic I couldn’t submit it.
Can you provide me an clean example of the form above that I could your in my page.
Hi,
Happy Holidays to you too and glad we could help! :)
This is a one time fix you should not have any issue adding buttons in the fututre.
We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay
Hey robertscott!
To center the buttons we have added the below css
/* Button alignment */
.btn-group{
display:flex;
justify-content: center;
}
.btn {
margin: 0 10px;
max-width:350px!important;
min-width:300px!important;
}
.avia-button-center{
display:inline-block!important;
}
@media only screen and (max-width:768px) {
.btn-group{
display:inline-block!important;
text-align:center;
}
.btn {
margin: 10px 0;
}
}
And made small modification to the way the buttons are structured in advanced layout builder.
We enabled custom css classname support and added the classname .btn for the buttons and .btn-group to the 1/1 row which contains the buttons.

Regards,
Vinay
VMParticipant
A MODERATOR SAYS MAILCHIMP IS NOT WORKING IN ENFOLD! https://kriesi.at/support/topic/mailchimp-popup-code/
IT’S CRAZY SINCE MAILCHIMP IS MOST IMPORTANT MAIL SISTEM – HELP PLEASE
I need insert a Mailchimp pop-up in my site.
This pop-up need to be open when a button is clicked, I insert code in code section but is not working.
Details in private content.
Thank you.
Unfortunately I’m a free user in Mailchimp and I don’t have access to support.
Well, there are any possibility in ENFOLD to open a pop-up with Mailchimp signup form when a button is clicked?
Thank you.
Hey!
Please enable ALB for your custom post type – http://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/ and then add Social Share Buttons element to bottom of your post.
Cheers!
Yigit
Hi Vinay,
Unfortunately I cant do that as the install is not live, but local on my mac via DesktopServer.
Where would the settings for this Submit/Subscribe button live to change the code and therefore height of the button?
I did also notice that there was a Developers SectionID of “sign-up” listed in the colour section which contains this form. What does this relate to?
Are there any aspects of custom css included for this demo theme?
I tried setting up in another install of Enfold without the Shop Demo and got the version in the link (see pvt)
It’s ok , but I wanted to re-create what the demo was showing.
Something else must be modified somewhere???
Hi!
Please add two buttons to your page and then refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ to display one on desktop and the other on mobile.
I cannot check your website. Whenever i try to open it, my browser crashes.
Best regards,
Yigit
Hi there,
Just downloaded the Enfold Dummy data for the Shop theme to try out and on the home page with the contact form at the bottom portion, I get a skinny submit button instead of the an equivalent size button the same as the Name and Email Address as the Demo in Kriesi website.
Any ideas why?
Links to screenshots in PV content
Hi Enfold Guys,
I have exactly the same problem:
WC 2.6.8, Enfold 3.8, WP 4.6.1
The issue is both with the +/- buttons and the delete item X button.
“Thank you for your help, Vinay! I am still facing this issue, at least with my primary browser (Chrome). I can adjust the quantity in the cart with the + and – buttons but when I click Update Cart absolutely nothing happens…it does not even attempt to reload the page, etc., it just acts like a non-functioning button. The button does change appearance when I mouse over, but clicking does not do anything further.”
If I hover over the Delete Item part, I can see the call on the lower display area on Chrome. If I click the delete item button it acts like the Update button above – However… If I right click the Delete Item Button and open it in a new tab, then the process is undertaken and the item is deleted. The same happens, that is it works, if I copy the link and run it address line at the top.
I am not running any Cache plugin
Stock is not an Issue
I get this on Firefox, Maxthon and Chrome – both Desktop and Mobile.
I also tried the fix provided by mensmaximus in replacing the woocommerce-mod file, but it did not have any effect
Are both issues a Woocommerce problem or just the Update button?
How long do Woocommerce take to generate a fix? Christmas Season is upon us!
Thanking you in advance
Hi Nikko,
have you already changed something? Today I can see all share-buttons under the post – as well as the checkbox for FB and Twitter at the Enfold-Blog-Settings again. Thanks for that in Advance but here for you the requested informations as well as an error I discovered:
This are the screenshots like it looked on Friday before your help:
and here also the pic with the missing-checkboxes for Twitter and FB:

But what I discovered today is an error-message (google console) from the installed shariff-plugin – see screenshot –
Can you tell me what this means? Would you suggest to deinstall this plugin?
Thanks a lot for your help,
Martina
I have compared before and after removing the block of border code. Without the block of border code, there are lines around navigation. Please see the article linked below I created to show you what happens with a screen shot.
Clara has a high priority for speed and lack of errors in the world of Google. I want to remove unneeded code and errors generated by the theme and still have the site look beautiful.
Can I replace the large block of code with something simple? Addressing these two issues – first the navigation buttons separately would be best.
Is there an easy way to send you screen shots? Can they be tiff’s? I am using Apple Grab. I decided I can put the screen shots on a webpage and share them with you that way. The multiple screen shot post that I created.
-
This reply was modified 9 years, 4 months ago by
LindaSherman. Reason: I removed "The spacing for the floating Warfare sharing buttons on the left has been lost." because I realized this is just a result of opening the page wider or narrower on the website browser
Hi,
Thank you for the credentials, we added the below css code in Enfold > General Styling > Quick css
.menu-item.av-menu-button-colored {
margin:0 7px;
margin:0 5px;
}
li.menu-item.av-menu-button-colored:last-child .avia-menu-text {
margin-left: 1px!important;
padding-left:10px!important;
}
Please review the site and let us know if you need any help :)
Best regards,
Vinay
Hey Dee007,
Sorry for the late reply, could we try sticking to one issue at time please? Threads like these then to be very messy and hard to follow if not.
1. That is happening on my 13″ laptop as well, could you to use a smaller font size maybe?
2. I think you mean the right side of the image? The animated character? When using background images they cannot display the same on desktop as on mobile because of the large difference in screen size. You could try creating a new section to show only for mobile though and show/hide the correct one with CSS like this:
@media only screen and (min-width: 768px) {
#section-desktop {
display:block !important;
}
#section-phone {
display:none !important;
}
}
@media only screen and (max-width: 767px) {
#section-desktop {
display:none !important;
}
#section-phone {
display:block !important;
}
}
3. I’m not sure I understand what you mean by that, please post a screenshot highlighting what you would like to change.
4. Not sure I understand what you are looking to achieve there either, the image and the text looks to be added inside of a 4/5 element so the text will wrap under the image if it can’t fit on the right of it. Try using different layout elements if you want the text to stay withing a column.
5. I don’t understand what you mean, please try to explain a bit further.
6. Please try the following in Quick CSS under Enfold->General Styling:
.home .avia-button-center .avia_iconbox_title {
font-size: 30px;
}
1. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-1555 input[type='submit'] {
background-color: #525454 !important;
}
1. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-1206 #av_section_10 .container {
max-width: 70% !important;
}
Best regards,
Rikard
Hey!
Enable debug mode for page elements which will allow you to copy the shortcode for page elements.
Copy the shortcode for the button and check in the slider options where you can insert the slider/image captions and add the button shortcode there.
If you still have issues please post your wordpress login details with admin role so we can check the backend settings.
Cheers!
Vinay
Hi!
I have problems with updating my site after making changes.
I always have to press twice the “Aktualisieren”-button.
And then I geht following notice in a pop up:
GENERAL
0
At: https://xxxxxxx/wp-admin/admin-ajax.php?action=proxy_atd&_wpnonce=3d61b75c0d&url=/checkDocument
—
Besides:
I use Enfold 3.6 but I have problems updating to 3.7/3.8.
The whole system crashed.
Any suggestions?
Many greetings
Andy
-
This topic was modified 9 years, 4 months ago by
andy.
Hi Alex,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-icon-list .iconlist_title {
text-transform: none !important;
}
The facebook buttons in your footer looks to be added with a widget, please remove it under Appearance->Widgets.
Best regards,
Rikard
Hi Enfold folks! I have recently began experiencing very odd behaviour when attempting to create a new blog post, edit an existing one, or create other items such as coupons. Within a very short time of beginning to write a post, or adding a picture, etc, my “Save Draft” and “Publish” or “Update” buttons become inactive and there is no return. What’s particularly odd is if I close the tab, because there is no other real alternative, I find that most of what I’ve done has been saved and I can resume where I left off, but still can’t click to save draft or publish. I also noticed at the bottom of the layout editor where it displays word count it always says “saving draft”…” but never completes.
I recently updated Enfold to 3.8. I also somewhat recently activated Jetpack but not the full list of features. I cannot confirm that this issue began occurring before or after Jetpack activation. Finally, one of your moderators assisted me on another issue where the site was not recognizing available updates and had me install and run Transient Cleaner plugin, which did solve my issue and allowed me to update to Enfold 3.8. I can say this behaviour occurred the first time I went to publish a post after running this plugin, but I cannot say it was caused by that as I had not attempted to publish anything for a couple of weeks.
Thank you for your help in this issue. We have a major publicity opportunity about to run and desperately want to add some blog posts and products, etc. While the blog posts seem to auto-save and catch MOST of what I’ve added, I have to leave and hope my changes are there and then edit the post and quickly click on publish before the button becomes inactive.
Note that this isn’t an internet connection issue (I don’t think) as it is happening at my home office and gallery office, running on different ISP’s.
website and login below
Thank you for your help, Vinay! I am still facing this issue, at least with my primary browser (Chrome). I can adjust the quantity in the cart with the + and – buttons but when I click Update Cart absolutely nothing happens…it does not even attempt to reload the page, etc., it just acts like a non-functioning button. The button does change appearance when I mouse over, but clicking does not do anything further.
I was able to get it to work on my laptop and my desktop with Internet Explorer. On my laptop, it still didn’t work in Chrome but doing a Ctrl+R did correct the issue. I’m unable to get it to work on my desktop, which means it’s likely a cache or something on this system? Keep in mind I had another customer last night voice the same complaint, but that could mean that they had been on the site and cart page prior to the update?
For what it’s worth, I’m on a Dell XPS desktop running Windows 8.1 at 64-bit, my version of Chrome was Version 54.0.2840.99 m but I’ve updated to Version 55.0.2883.75 m with no change to the issue.
I do appreciate your help, but I’m guessing the issue was LIKELY corrected upon updating Enfold to 3.8 and both myself and several customers just need to clear the cache for it to take effect?
Thanks so much…
John
Hi Team,
I have a very strange thing going on. I installed Enfold on my clients domain and imported your demo Health-Coach. I installed all my usual plugins and so on. Now I discovered, that the share buttons of one plugin called Shariff Wrapper don’t show up proper when I use Google Chrome. If I want to use only your share buttons I can’t see the checkboxes for Facebook and Twitter, when I’am in the backend main-settings for blog – social sharing. I have some screenshots, but as I see I can’t send them to you.
Then I did the following: I cleared the complete browser cache – the problems still the same.
I deinstalled every plugin – just to see if then your share buttons facebook and twitter check-box show up for checking the box – using google chrome – it didn’t – problem still the same
Then I activated all plugins again and used google chrome in incognito mode – and then I can see the share buttons proper again from the plugin shariff wrapper and also yours.
With the other browsers Mozilla and Firefox there is also no problem at all and I can see the share-button-checkboxes as well as the sharesbuttons from the plugin shariff wrapper. I also can see everything when I use google chrome on my ipad and iphone.
It is only Google Chrome and also only on my iMac – and no matter what i try the problem is still the same.
Have you ever heard about this? So any ideas what is wrong or how to solve this problem.
Many thanks,
Martina
The image you posted still has the enfold button styling. please refer to my screenshots above which show the gravity forms style (blue button / style).
Helle Everybody
id like to have your social-share buttons somewhere in every single-event.
Example:
This post-type comes from “Events Calendar” from Modern Tribe
Yeet recommended this solution but it doesnt work:
add_filter('avf_builder_boxes', 'add_builder_to_posttype');
function add_builder_to_posttype($metabox)
{foreach($metabox as &$meta)
{if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout')
{$meta['page'][] = 'events';}}
return $metabox;}
I tried “events” as well as “event” – but none of them did the job.
I also flushed permalinks and the cache.
If we can make the ALB work for this CPT i have to add the Social-Share-Element manually to appr. 300 posts.
Is there a shortcut?
Or maybe a way to make it default?
Regards Marcus
Hey newpappa,
Thank you for using Enfold.
You can hide the default popup button on mobile and then recreate it on a text or code block.
<a href="#" id="un-button" class="un-left css3" style="background-color: rgb(64, 64, 64); color: rgb(255, 255, 255); margin-top: 28.5px; left: -6px; opacity: 0.96;">Feedback</a>
Adjust the href attribute. Please contact the plugin author for more info.
Best regards,
Ismael
Hi guys,
I’ve got two text widgets in my clients Enfold menu which is displayed in a side bar, one with just text, the other with a button box that links to a video. On mobile both widgets are not visible as the menu is replaced bij a hamburger menu. Can I show the widgets on mobile as well, but outside the menu centred at the top of the main page?
Regards,
Jan
Hi Rikard,
iframe is a solution, but it has one big disadvantage: it doesn´t display the “image to fullscreen button”, which is absolutly necessary for 360° view.
Look at the named screenshots.
I think two possibilities would be interesting for this:
1) html in the code box = but until now it displays nothing, I think there are link issues or it doesn´ work inside the theme.
2) Create a page template for the childtheme. Inside the template replace the content loop with the html code = doesn´t work, is there a way to do it with enfold? (I have done it with another theme. Copy the page template inside the childtheme. Insert the new content in the right place. Create a new template in the backend…)
Thanks
Hey pimroll,
You can simply edit your slider and add button under captions tab.
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then edit your slider and give it a custom CSS class and add following code to Quick CSS
@media only screen and (max-width: 990px) {
.your-custom-class .avia-slideshow-button {
display: none !important;
}}
Best regards,
Yigit
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
.avia-caption-title {
margin-bottom: 0;
}
.avia-slideshow-button {
margin-top: 0!important;
}
.slideshow_align_caption p {
margin: 0;
}}
Best regards,
Yigit