-
Search Results
-
Hi,
I added the following code in my theme childs function.php
//WooCommerce Frage zum Produkt function wc_produktfrage() { echo 'TESTMAX!'; } //add_action( 'woocommerce_after_shop_loop_item', 'wc_frage_produkt_button', 20 ); add_action( 'woocommerce_before_add_to_cart_form', 'wc_produktfrage', 30 );However I don’t find my teststring anywhere in the products page.
die(); is resulting in an empty page. Anything wrong with the default hook in enfold?EDIT: Sorry another plugin interferred.
Hello,
I’m building a website with a frontend publisher. I chose, for various reasons, Frontend Publisher Pro (on code canyon). Everything works fine, apart from the insert media object button, that doesn’t do anything when clicked. It is only when changing theme that the button works. Any idea what could cause the problem ? It seems it is something that’s happening for others too (see https://kriesi.at/support/topic/enfold-blocks-the-insert-media-objects-button-for-edits-from-the-frontend/).
I’ll give you in private the necessary info to access the website.Topic: Download button
Hi,
i inserted a “download” button in my website with the “Easy Media download” plugin.
I did any tests: when i click on the button, the download does not start with Google Chrome Browser, but, for example, testing with Mozilla Firefox, it is ok and the download starts correctly.
I also tried with the Enfold button, i used the link with my .zip file i want to be downloaded (http://my-website.it/wp-content/uploads/My-file-.zip” but the button did not work and the download did non start.
Using Enfold button, is there a way to let the download starts automatically when the button is pressed?
Thanks for the support!Hi there,
I’m the author of the WooCommerce Mix and Match Products plugin. I regularly get support tickets from mutual users who are using your theme but the plus/minus quantity buttons aren’t working with my plugin.
There is this issue in your forums: https://kriesi.at/support/topic/mix-and-match-does-not-count-with-enfold-theme
Which recommends using an alternative to the theme’s script compression. Now, It’s hard for me to read the un-minified scripts, but I think there may also be an issue in the plus/minus buttons’ quantity calculations:
I think this is the subtraction behavior
var t = parseInt(e.val(), 10) – d;and the addition behavior:
var t = parseInt(e.val(), 10) + d;The issue that I think I see is that Mix and Match’s quantity inputs start out empty. This would result in a NaN error for parseInt(e.val()) since you can’t parse a null into an integer. What I would propose here is the you verify there is a value in the input. If not, you can probably assume 0 and calculate from there.
I think that might help resolve the cross-compatibility issue between our products.
Please let me know if you have any questions about Mix and Match! Or if I can help in some way to get this resolved.
Hi, my site is running Enfold Child theme, and suddenly many of the site elements are not displaying correctly. Text is missing, buttons are missing, images are missing, and some of the images are appearing but sized incorrectly. I’ve tried deactivating all plugins, emptying the cache, updating PHP, etc. Any help would be much appreciated.
WP Version 5.6.2
Enfold Version 4.8.1Dear Kriesi Team,
we decided to once again use your enfold theme for our new and first e-commerce homepage.
Since this will be our first shopping homepage, we are not really experienced regarding woocommerce.There is couple of things we can not get going.
Hopefully, you can support.1.) Total Price At Product Page
By clicking on the menue “Players”, that leads to our current single product page, it only shows the price per unit.
By adding more units and before clicking on “Warenkorb aktualisieren”, the price stays the same.
Is it possible to get a big button that shows the total value before actually clicking on “Warenkorb aktualisieren”?2.) Different price by certain amount
We currently do have a discount by ordering 3 or more units. However, is there any chance to add a label that represents that discount before entering an amount? Customers probably don’t know the existence of this discount and they actually have to put 3 or more units into the shopping card and clicking “update shopping card”. Probably not a good selling solution.Thanks in advance and best regards.
Dear ENFOLD support
How do I get the captions in the Fullscreen Slider (top) to the right side?
I tried to put an image into the caption as a link, which is not possible. Is there a solution?
Submenu’s of ‘Bestellung’ are in red (Wolt, Lieferando & Pickup), how do I get them normal when not hovered?Best regards
Topic: shortcodes not precessing
Hi all!
I’ve spend two days trying to fix a problem, maybe is a plugin problem, but I’ve disable all plugins, change theme, etc, and problem persists.
In SITE 1 between main slider and first button should be appear 3 posts from a different WP installation using “getpostsviarestapi” plugin, and adding code to functions.php under enfold-child.
As you can see in SITE 2 (test), the same is working perfectly.
What can be happening?TIA.
Topic: Simple Accordion Styling
Hi
I’d like to style a simple accordion to look like this – link attached.
I have had a play with the css on the kriesi.at/documentation/enfold/accordion page
but am struggling and can’t quite work it out. I’d like to– make the border line to 2px solid #b6b8ba
– remove the padding to the right of the text
– have button icon to the right.Any tips would be greatly appreciated. Thanks..
Hi,
I can’t update pages etc because the whole wp-admin looks strange as soon as you go into for instance a page, the wp meny is on the right and I can edit but not save the page.
I had updated everything, the theme via ftp, plugins, wp and also tried to take away enfold child theme but nothing helps
I have reset the database several times to earlier version and upload older version of wp 5.5.3 but doesn’t help so please can you help meIt’s a mess!!!
Thanks,
AnnikaI just tested the new ALB Custom Elements and created a few customized buttons. I noticed a change in page loading times and checked with the Query Monitor plugin. SQL queries went up from a normal 20-30 to over 200 (even when logged out of admin).
I though maybe it was my child theme messing something up and I did a clean WP install with latest Enfold. No child theme, no plugins and the problem was still there. Clean Enfold did 23 queries, but with Custom Elements it was 182.
These queries rocketed from 1 query –> 80 queries when Custom Elements is activated:
WP_Term_Query->get_terms()
WP_Query->get_posts()Any advice?



