-
Search Results
-
Topic: BUY NOW button problem
Dear,
I have a problem when I add an item to the cart and go for payment, the button cannot be clicked. It is not possible to pay anything on the web shop. An update to the latest Enfold version has been performed.
Please resolve the issue as soon as possible.Thanks.
Best Regards
Hi there – I have a client that wants me to build a website in enfold and I have a few questions before I commit:
1. In the header/banner area on a typical page, I want to have a banner image with a title on top of it but I want to code the title to be h1. Is that easy to do? If so, how do I do it?
2. I want to make sure I can add a shadow to the buttons. Is that possible?I don’t want to use CSS code for either of these unless someone tells me exactly how to do it. I am a designer – not a coder!!
Thanks!
JulieHi – 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
