-
Search Results
-
Hi,
I have Enfold and an Aweber account.
I want to insert a hero box – a band where there is a mix of image, copy, and the optin boxes and submit button.
I can get the form code from aweber.
What are the best options for inserting it and configuring it in a screen-wide band in Enfold?
Thanks.
Hi,
I have created a new Enfold shop page so need the ‘Return to Cart’ button to link to that new page.
I found the answer here: https://kriesi.at/support/topic/change-link-for-return-to-shop-button-in-woocommerce-cart/
I added the code and it works fine But when I tried to add the plug in as shown, I got this fatal error message:
Fatal error: Cannot redeclare wc_empty_cart_redirect_url() (previously declared in /home/wellingt/public_html/wp-content/themes/enfold/functions-enfold.php:2453) in /home/wellingt /public_html/wp-content/plugins/enfold_custom_code.php_lenfold_custom_code.php on line 17I’m not too familiar with working with code and don’t have a child theme (see the advantage now!) so would like to this plugin to work. I see the link to the plugin developer does not show this plugin?
Love this theme and your great support -I have designed many websites using Enfold and have been able to answer countless question just reading the forum.
Thanks, Anne
Topic: Hide Slider Text on Mobile
Topic: Woo plugin questions
Hi guys,
When checking this example: https://kriesi.at/themes/enfold-shop/product/dark-skirt-erebos/
I’m trying to figue out 4 things:
1. How do i get the star ratings under the product title?
2. How do i get a border around the Purchase button element?
3. How do i insert the description text in the Product Info Tab element? (I only see additional info and reactions)
4. How do I get the sales icon end the far right of the product title?Thanx in advance!
Tony
Topic: Missing input box for link
Hello,
Thank you for such a wonderful theme!
I love to work in Enfold because of it’s intuitive and easy to manage for people not as good as programming.I have some challenges regarding the area, where I used to insert links in the editor (e.g. pictures and buttons).
See attached screenshot: http://svendborgmtb.dk/wp-content/uploads/2019/03/Screenshot-2019-03-26-at-21.12.31.png
“Image link” is missing..
I hope you guys can help me. It would mean a lot :)
Have a great day,
Kind regards
GustavTopic: SMART SLIDER 3
Hello,
I’ve published a new page and there are a few problems visible ONLY on iPADs. Please, go to this page (https://www.newpointdeview.com/teaching-training/) in iPAD mode and see by yourself.
1. The white spaces at the bottom of the page (before and after logos) remain despite these settings. On the other hand on big screens and mobiles it’s ok.
2. The black lines between Color Sections and Grid Rows are appearing ONLY on iPADs.
3. The time line widget doesn’t open its milestones on iPADs and mobiles.
4. After the last Enfold update, I can see a kind of bug: these 2 icons are absolutely identical (the Icon List widget was copied Premisses to Facts), but the color of Facts’ Icon is completely different. I had not this issue before the update. What’s happened ?
5. Also, please, give me the addtional code to put by default the Main Menu BUTTON on all mobile diveces (portrait and landscape), to avoid this kind of things. Taking into consideration that my settings are put as following.
Hi everybody!
I´m working on a site for a customer right now and so I updated the Enfold theme. “You are running the latest version! (4.5.5).”
After that update the mobile menu button has gone. Please can you help me?
My site is on maintenance because I´m still working on it.
Best regards,
IngaHi
I tried to modify the Enfold file template-archives.php in order to create my custom search filter form for the frontend based on that. “That” means advanced post type in my case which is already created, all the data (including attached advanced custom fields) is already visible in the backend.
The goal now is to create a custom filter/search for the frontend based on this data. So as already mentioned I modified the php file above, however, I receive a white screen in the frontend afterwards (and I have no clue why that happens). This is the code I have added to template-archives.php:
/* Custom variables for filter */ if($_GET['region'] && !empty($_GET['region'])) { $region = $_GET['region']; } if($_GET['country'] && !empty($_GET['country'])) { $country = $_GET['country']; }And also:
<form action="<?php the_permalink(); ?>" method="get"> <label>Nachname</label> <input type="text" id="nachname" name="form[nachname]"> <label>Vorname</label> <input type="text" id="vorname" name="form[vorname]"> <label>PLZ</label> <input type="number" name="plz"> <label>Ort</label> <input type="text" id="ort" name="form[ort]"> <label>Region</label> <select name="region"> <option value="tal">Tal</option> <option value="berg">Berg</option> </select> <label>Land</label> <select name="country"> <option value="GER">Deutschland</option> <option value="AUT">Österreich</option> <option value="ITA">Italien</option> </select> <label>Zertifikate</label> <label><input type="checkbox" name="form[diplom1][]" value="diplomdate">Diplom 1</label> <label><input type="checkbox" name="form[diplom2][]" value="branchdiplomdate">Diplom 2</label> <button type="submit" name="">Suchen</button> </form> <?php // Define arguments $args = array( 'post_type' => 'post', 'posts_per_page' => -1, 'meta_query' => array( array( 'key' => 'nachname', 'type' => 'CHAR', 'value' => '', 'compare' => 'LIKE' ), array( 'key' => 'vorname', 'type' => 'CHAR', 'value' => '', 'compare' => 'LIKE' ), array( 'key' => 'plz', 'type' => 'NUMERIC', 'value' => '', 'compare' => 'LIKE' ), array( 'key' => 'ort', 'type' => 'CHAR', 'value' => '', 'compare' => 'LIKE' ), array( 'key' => 'region', 'type' => 'CHAR', 'value' => $region, 'compare' => 'LIKE' ), array( 'key' => 'country', 'type' => 'CHAR', 'value' => $country, 'compare' => 'LIKE' ), array( 'key' => 'diplom1', 'type' => 'CHAR', 'value' => $form[diplom1][], 'compare' => 'LIKE' ), array( 'key' => 'diplom2', 'type' => 'CHAR', 'value' => $form[diplom2][], 'compare' => 'LIKE' ) ) ); $query = new WP_Query($args); while($query -> have_posts()) : $query -> the_post(); endwhile; wp_reset_query(); ?>It would be great if anybody knows what I am doing wrong and could help me here – thanks in advance.
MichaelHi, I am having an issue with the Avia Advanced Builder. More specifically with the Text Block Element.
I used the “Enfold One Page Agency” Demo as a base and started to change the layout. I am using the Avia Advanced Layout Builder. Everything was working fine, until recently. The button to switch between default and Avia builder is missing. See image below, (look at top right near the preview/update area)
(https://imgur.com/TTsyQAz”)
The section for the Avia Layout Builder is beneath a section of text/code. See image below.
(https://imgur.com/E5N6p47)
The other elements, Image, Color sections, Special Headers, etc. that are already there work fine. The issue is with the Text Block. The Text block shows up with white text and some html. See Image below. I tried to get rid of the text, but it did not seem to work. I tried looking at both existing text boxes as well as creating new ones, and the issue still remains.
(https://imgur.com/3j5H4Rc)
By the way, the current Enfold Theme Version Number is 4.5.
Please let me know what can be done to fix this issue.Thanks
Hello Support,
Kindly tell me the solution of Custom Search in Enfold theme. i want customer select City and State from Dropdown box and click on search button. The search result comes in ajax form.
How it is possible. i am share a screen shot with you for better understanding.
Regards
Ravinder KumarTopic: Book now button width
Hi, i am using Enfold on my website https://www.kohsamuitour.net , combined with Woocommerce & Woocommerce bookings. I am trying to set the width of the ‘Book now’ button to 100%, but whatever css i try it’s always being overwritten. I can’t seem to find where to do this or what css to use. Does anyone have an idea?
I have unexplained inconsistent behaviour with item deletion from the cart.
> Add item to cart
> View cart > delete item with X
Cart page shows: empty (blank)
on refresh:
“productX” removed. Undo?
Your cart is currently empty.
Return to shop?> add item to cart
View cart > delete item by setting Quantity to 0
Cart page shows (no refresh needed):
“productX” removed. Undo?
Your cart is currently empty.
Return to shop?This is the same whether “AJAX add to basket buttons on archives” is enabled or disabled in Woo.
But the behaviour described above does not happen when using the TwentyNineteen theme.
Any thoughts on why this is happening with Enfold? Thanks in advance for your help.
(link to staging site in private).Kind regards,
RobP.S. browser FireFox.
Not happening in IE, Opera & Chrome…
Now sometimes in FF it shows this behaviour and sometimes it doesn’t…
Logged in or not does not seem to make a difference…
I am stumped…Sorry guys, seems a false alarm, last 10 minutes this behaviour doesn’t show anymore with FireFox. All OK and consistent.
Only thing changed was temporarily activating and then de-activating W3 Total Cache, so maybe it was some remnants of that (even if I did purge the cache twice).So I guess you can close this, if it happens again I will ask for a re-open.
Hi,
i’ve transfered a website from one contract to another and copied all files.
I’ve upgraded WP to the latest version (5.1.1) and it seems that the avia builder are not working well.
I cannot open/edit single pages. I also cannot edit Menue options like changing Images etc..
The Buttons of the Enfold menue are’nt working.I deleted the enfold theme via ftp. Uploaded it again via WP. Not Working correct.
I’ve overwritten it via ftp with backup. Not working yet.Need some help pleas
Dear Kriesi Team, my issue is complicated, but I think it’s an important topic.
So I’m using your theme on more websites already, but for the first time I have to add FB like and share button to some templates. As I know after upgrading the site the templates are getting refreshed too, so I made a child theme, and copied the already edited template-files into the child theme folder. I know it should work after updating too, but thing is, that somehow the buttons are not showing up on the page, even if I tried to edit the original template files too, and place the code into it…
…for example to into the header.php right after the body closing tag I placed the code “<div id=”fb-root”></div>
<script async defer crossorigin=”anonymous” src=”https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v3.2″></script>” – which means I can place the buttons with this one whenewer I want to appear on my site… “<div class=”fb-like” data-href=”https://www.facebook.com/pg/T%C3%A9likert-%C3%A9s-Pergola-Szak%C3%A9rt%C5%91-188637232030736/” data-layout=”button” data-action=”like” data-size=”large” data-show-faces=”true” data-share=”true”></div>”This second code contains the FB page which is made in hungarian language, so for the WPML-translated slovak version I’d be able to place another type of code with the link of the FB page which is made in Slovak language.
I think this would be the best option to solve my case, but the buttons are just not showing up at all for me, and I don’t know why. Maybe my topic is just theme-related because the template-files changes, but I think there’s an other issue. I was trying to use the “WP like button” plugin too, and on its configuration page it should show the preview of the buttons too, but it haven’t showed it in there too. Maybe this helps to find the solution.
Until that time I reversed all the changes on my site, but in case it’s not a common problem, I can do my solution again and send you my login credentials.
I hope, that I haven’t bored you, but I wanted to be detailed to make things easier. Thanks for your kind help.
Thomas Zsitva





