-
Search Results
-
Hi Guys!
I added a contact form to a page and when it sends the information the word “Sending” is displayed on the submit button. I would like to change “Sending” to “Küldés”. I found out that it is the data-sending-label of the button I have to modify but I could not find out which php file is to be modified. Could you help me with this issue?
I use the Enfold Child Theme.
Best regards,
Laszlo
Hi Kriesi & Co,
Wanting to do that blue bubble you have on my site and I have read the instructions here but it didn’t give me enough to do it on my site.
Please tell me… should I go to Enfold >> General Settings >> Quick CSS??
Do i copy the code into Quick CSS? Because I did so and it didn’t work. It could be that i am not replacing jobs with the right word??
.jobs-menu > a > span.avia-menu-text:after { content: "1"; font-size: 9px; color: #FFF; background: #42A0BD; line-height: 17px; width: 17px; display: inline-block; text-align: center; border-radius: 100px; position: relative; top: -9px; left: 2px; }I’d love to open my homepage with a slider of 75% browser height with an overlay and button with link. I like the options in the content section, the only thing is, I can only realize 1 background here instead of a slider.
It should be something like this, only with a 75% height: http://www.draperanddash.com/
What is the best option in Enfold to establish this? Content section of 75% with a layer slider in it?
Hi,
I am working on my new website based on Enfold. I plan to use Promo Box with a CTA. I want the button to open a popup with a form registration. I use Ninja-Popups on my former website. I can still use it or any popup feature from Enfild if there is one.
I searched the forum database but didn’t find answer for this question.
Thanks in advance
Philippe
Topic: Blog to PDF Export
Hey Guys,
I’m working on a website right now. It’s a job portal with the enfold theme.
All the job offers are displayed like a blog. And I was wondering if there is a plugin to export the information to a pdf file?This is the the link where all the jobs are listed:
http://rzjob.swissmediadesign.com/?page_id=21and if you click on it you get more information about the job here’s an example:
http://rzjob.swissmediadesign.com/?job_listing=mehrere-polymechaniker-efz-profil-e-mwNow I would like to add a pdf export button, so the customers can download it.
Is there any way i can do this?
Thank you for your time.
Cheers,
AathiHappy New Year!
There have been a couple of requests in the last year about the price display if you use the avia layout architect to build your product pages for WooCommerce. As for now the answer always was you have to manually put the price into the content or use the standard WooCommerce shortcode. However both solutions are only workarounds and Enfold users seem not be satisfied. Because I had the same issue now with a customer I had to find a better solution I would like to contribute to Enfold for free. Maybe Kriesi will implement it.
Please use the following diff (/enfold/config-templatebuilder/avia-shortcodes/product_snippet_button.php) :
+++ product_snippet_button.php 2016-01-05 15:44:05.100039389 +0100 @@ -64,6 +64,10 @@ if(!is_object($woocommerce) || !is_object($woocommerce->query) || empty($product)) return; // $product = wc_get_product(); + $price = $product->get_price(); + $html_price = '<p class="price">' . $product->get_price_html() . '</p>'; + $output .= apply_filters( 'avia_purchase_button_html_price', $html_price, $price, $product ); + $output .= "<div class='av-woo-purchase-button ".$meta['el_class']."'>"; ob_start(); wc_clear_notices();This will output the price as you know it from WooCommerce above the purchase button by default using the standard css classes from WooCommerce. In addition you can modify the output by using the newly introduced filter ‘avia_purchase_button_html_price’ by putting the following lines into the functions.php of your child theme:
add_filter( 'avia_purchase_button_html_price', 'mmx_change_html_price', 10, 3 ); function mmx_change_html_price( $html, $price, $product ){ // build your new html code here e.g. $new_html = '<h1>' . $product->get_price_html() . '</h1>'; return $new_html; }This will allow you to display the price from the purchase button in any way you want.
And for those wondering why the prices for variations got only displayed in the purchase button if at least one variation had a different price I have one more solution. Simply put the following code to your functions.php (dont forget to create a child theme):
add_filter( 'woocommerce_show_variation_price', 'mmx_always_display_variation_price', 10, 3 ); function mmx_always_display_variation_price( $bool, $product, $variation) { return 1; }I hope you find this enhancement useful and we will see it in a future update of Enfold.
Since this morning I can’t update any pages of my site with the Avia element “color section”.
When i click update button, wordpress redirect me to a 404 page.
I try to create a new page, without color section, and all element work properly.I use Enfold 3.4.7 and wordpress 4.4
UPDATE: Same issue adding/removing element in “easy slider”
Hi,
I am trying to find the reason why some coupon codes are not working.
Product discount code are working perfectly, only all of the cart discount codes are failing.When looking at debug.log I find this line:
[04-Jan-2016 19:52:47 UTC] PHP Notice: Undefined index: index in /home/diplomat/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth.php on line 346Can you pls help to understand if this php notice could be related to coupon code management?
The error can be reproduced:
- Add this subscription product to your cart: http://www.diplomatic-council.org/portal/individual-membership/
- Apply the coupon code ‘vip5697010’
- and then click update cart.
Tx,
FrankHello,
I am using the Enfold responsive (photography) theme and I cannot understand how to edit the 2 buttons on the home page. In the demo version, these buttons are labeled “VIEW PROTFOLIO” and “GET IN TOUCH.”
Please help me navigate to where I can edit these buttons.
Thank you!
Joe
Topic: Where is Magnific Popup?
I noticed many people talked about the Magnific Popup in Enfold theme. But I cannot find this element in Avia Layout Builder.
When I click a button I want to show some information (in another new page) in the lightbox, do not open a new window.
Before this I tried the plugin “Lightbox Plus Colorbox”, it works in the normal hyperlinks. But when I use it in a table, it did not work. I checked the page code and found the href was automatic added a class “cboxElement”. How to remove it?
Or if I can achieve my purpose without this plugin?
Hi,
For a client site, we require a product catalog (without the ecommerce functionality). I’m aware of the Catalog Visibility Options plugin and also of how to remove “Add To Cart” buttons via custom CSS and modifying Functions.php.
What is the recommended approach for using Woocommerce with the Enfold theme but removing eCommerce functionality? Is there some way of replacing the “Add To Cart” button with an “Enquire Now” button like is suggested here?
Thank you very much.
PremboHi!
I’m using the Enfold – Restaurant demo with quite a few changes, but there’s a few thing I’d really like to add to the site.
First is:
‘Product List’ element – So usually my products has 3 variations: small, medium, large.
And I want them to appear as a jQuery sliderwith 3 options and an ‘Add to Cart’ button next to them.The second would be:
There’s an option for Daily Menu.
Daily menu would be a grouped product with 2 soup and 2 main course. And yes, I also want to add some jQuery slider here too. // Actually two :DThe concept is:
In the middle of the Color Section: 2 dropdown menu for chosing the soup/main couse
Next to them on both sides the slideres where can the costumer adjust the size
(And some nice animations with plates filling with food as a slide the sizes :) )That would be all that I need for 100% satisfaction.
Thanks in advance for your help,
Happy New Year!Topic: Add button to the header
I’ve tried two methods to add a button into the header, to the right of the logo. When I try this method…
add_action( 'ava_main_header', 'enfold_customization_add_to_header' ); function enfold_customization_add_to_header() { echo do_shortcode("[av_button label='Work With Me!' link='manually,http://WEBSITE/work-with-me/' /link_target='' size='medium' position='right' icon_select='yes' icon='ue82b' font='entypo-fontello' color='custom' /custom_bg='#ed3437' custom_font='#ffffff' custom_class='']"); }The button is added, but I need to reposition it.
– It is currently pushing the logo down the height of the button, and I need the image more in line.
– The button is forced to the top right, and I would like to reposition.
– Although I think I have the background color set to red (#ed3437) in the code above, it’s not red, it’s gray.Suggestions?
Screen shot to help explain…
http://spidercreations.net/wp-content/uploads/2015/12/jump-header.jpgThanks in advance,
Steve

