-
Search Results
-
Hi – I am trying to get a form working with several fields to complete. I tried the built in Enfold form creator. When that didn’t work, I tried WP Forms. In both cases, when I test it, the form seems to accept data input because after hitting the “submit” button, it gives the thank you message. But it doesn’t send the data input into the form to my email … even though that is what’s specified.
I want to change the color og the woocommerce shoping button , CTA button to make it more attractiv , how can I do that
only (add to basket) button. under product side
I use enfold and woocommmercefirst – the old method to have the ALB from the opening a new post/page does not work anymore – even if i use .on(‘load’ …:
function trigger_alb_on_load(){ ?> <script> (function($){ $(window).on('load', function(){ $("#avia-builder-button").trigger('click'); }); })(jQuery); </script> <?php } add_action('admin_head-post-new.php', 'trigger_alb_on_load');i do not hear that this old hook is deprecated too in jQuery 3.5.1
Now: is there a way to have a predefined set of layout elements on edit a new portfolio ?
i got that on older Enfold Versions in use to have from the beginning some standard settings f.e.:
function ava_enfold_builder_layout_mod(){ add_filter('avf_builder_elements', 'avf_enfold_builder_layout_settings_mod', array( 'portfolio' )); } add_action( 'after_setup_theme', 'ava_enfold_builder_layout_mod' ); function avf_enfold_builder_layout_settings_mod($elements){ $counter = 0; foreach($elements as $element){ // Layout > Sidebar Settings if($element['id'] == 'layout') { $elements[$counter]['std'] = 'sidebar_right'; } // Layout > Footer Settings if($element['id'] == 'footer') { $elements[$counter]['std'] = ''; } // Layout > Title Bar Settings if($element['id'] == 'header_title_bar') { $elements[$counter]['std'] = 'hidden_title_bar'; } // Layout > Header visibility and transparency if($element['id'] == 'header_transparency') { $elements[$counter]['std'] = ''; } $counter++; } return $elements; }the thought if i include this to the function:
if($element['id'] == 'sidebar') { $elements[$counter]['std'] = 'custom_widget_area'; }i can have a preset of the sidebar used on start.
The reason why it would be nice is that I want to make it as easy as possible for my client to create a new portfolio, with the values that I have set aside for it.
So for example a predefined category or a widget-area, which should be used by default.I found something form the other helpful user mensmaximus- but it does not do the job now
Hey folks,
I checked several toggle solutions (also the one under your docs https://kriesi.at/documentation/enfold/button/#toggle-id-7), but got none of them to work out of the box.I think it has something to do with jQuery or the color section, because I get an easier toggle option (Div toggle – https://jsfiddle.net/p5wkvrj9/) to work when using code block + jQuery directly from Google, even though the same jQuery 3.5.1 was already loaded with Enfold.Still, with the jQuery on board I can’t get it to work, nothing happens when I click the button.
– newest Enfold
– same result with deactivated cache plugin
– jQuery migrated deactivatedAny hints?
Hi Rikard,
************************************************************************************************************************************************888
About 8 months ago I reported a problem as follows:I have a page of 25+ photos … I place them on the page in rows of five across 1/5 containers. In each container, I use a text block so I can load each photo with a description below it. Each photo is exactly 960 x 720 px.
The photos and 1/5’s look great in the editor. But when they are displayed on the page random photos are not aligned but usally a few px lower than others on the same row.
I’ve changed photos of the 1/5’s off line. I’ve remade the 1/5 from scratch. Nothing seems to fix it.
To see the problem .. go to http://www.embroiderforyou.biz. Half way down the home page is a big button to DISPLAY FABRICS … that will bring up the page in question.
Any Ideas?
You Responded:a solution that worked fine
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.av_one_fifth .aligncenter {
padding: 0;
}
Best regards,
Rikard
**************************************************************************************************************************************8
I am now working on a revision of my web site in a staging area and the problem has returned even though the code still appears in the Quick CSS.(See Photo alignment on the home page)
Can you help please?
Alan
Hallo,
I already bought enfold plus 1 yr ext. support. I also registered an account on your forum.
I was unable to open a ticket in the forum, because I was unable to find a button to do so. So I have no other chance and I have to cantact you this way.Because of an update of the enfold-API, the process is different noch. Nowadays there is an URL necessary to crreate the token and the naming of the clickable options are a little different.Maybe this is the reason why enfold is unable to verify my purchase.
It would be great if you could provide some support.
I permanentely receive error codes in the backendMaybe you can inspect whats wrong there….
**moved to private content field below**
Topic: Button row sizing
Hi,
I am in the process of finishing off a client site and am using ‘button row’ for a group of six coloured buttons that sit just below the layerslider on the home page.
The buttons automatically adjust to the sizing to the text but is it possible to have the buttons size to the largest button in the row group thereby making all the buttons consistently the same size? this will also make them look more consistent on mobile.
Hope you like the site.. its starting to look real good imo. Love Enfold.
i have some other things needing assistance on but will create separate entry once I have this sorted.
Thanks
JohnTopic: Add to Cart Button
I am requesting help with the ‘Add to Cart’ button.
Right now when an item is added to the cart and the item quantity is higher than what stock is available, the button looks like it is accepting the order but nothing actually gets added to the cart. I feel this is too confusing for the purchaser. Can the button function be set up to either:
!. only allow the item quantity to go up to the maximum inventory level; ie/ if there are 5 widgets in stock the ‘Add to Cart’ button will only go up to 5…..or
2. when the quantity added to the cart exceeds stock levels the item is rejected and an error message comes up stating the quantity exceeds stock levels.If there is a third option that you are suggesting I am open to this option as well. How have others handled this issue on the Enfold wp theme?
Thanks
Topic: Magnific Popup stopped
Hello Team,
Have recently noticed that Code Block containing Magnific Popup has stopped working.
Running Enfold 4.7.6.4, WP version 5.6.1 and PHP version 7.4.14Code Block:
<div id="more-info" class="gallery-more-info mfp-hide">Enfold Child:
/* Lightbox styling */ button.mfp-arrow, .mfp-close{ background-color: rgba(100,100,100,0.8) !important; } .avia-popup{ background: white; opacity:1 !important; } button.mfp-arrow{ width: 50px; height: 70px; } /* Fixing x button position */ .mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler{ -webkit-transform: none !important; transform: none !important; } button.mfp-close{ position:fixed; top:30px !important; right:30px !important; } /* More info lightbox */ #more-info { max-width: 800px; margin: 0 auto; padding: 30px; background: white; } #more-info div{ margin:20px 0; } #more-info button.mfp-close{ position: absolute; top: 0px !important; right: -50px !important; background-color:white !important; } .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: initial; max-width: 1024px; margin: 60px; }functions,php:
function gallery_more_info(){ ?> <script> jQuery(window).load(function(){ jQuery('.gallery-more-info-link').magnificPopup({ type:'inline', midClick: true }); }); </script> <?php } add_action('wp_footer', 'gallery_more_info');Have installed jQuery Migrate Helper plugin but that is not helpful either.
Please advise,
ofekw
Hi – I’m using a scroll down Arrow in a color section but the Arrow is not displayed in any Browser as well as the search glas in the main menu. It seems that there’s an issue with the entypo-fontello font.
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://secureservercdn.net/160.153.137.170/4py.d7d.myftpupload.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot. (Reason: CORS request did not succeed).
I looked at https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes- and made the suggested changes to .htaccess but still the same issue.
Do you have any suggestion how I could resolve this?
Thanks
