-
Search Results
-
Hi,
I need to remove Post Navigation buttons from the code, (not a Display:none solution please)
I found a solution were the functions-enfold.php was edited, but this far from ideal when updating the theme.
Is there a code snippet i can use in my function.php file of my child theme to disable post navigation?Thanks!
Topic: Enfold Opt-In and Klick Tipp
hello,
I want to create a Coming Soon Landing page and was wondering if it´s possible to create a landing page with a Optin banner or button?
I have a E-Mail Provider (Klick-Tipp) and i wanted to connect Klick-Tipp with the Opt-In Button.
in other words, i would like to use klick-tipp for my newsletter.
Regards,
CervantesTopic: Background color of H2
In Advanced Styling in Enfold Theme Options, there is an option to change the background color of H2 (as well as H1 etc.).
Say I have a H2 text that is white. It is placed on a black background picture. If I change the background color of H2 to for example red, will the background of the text field be red? Like a red box behind the text.
Sorry for not just trying it out and see what happens. But I am afraid that I will not be able to put it back to its default settings, because when I click the Background Color button, it shows that the color is blue (and that is not what I see in the website where I use H2 text).
Hi,
I wanted to add a quantity field to woocommerce archive pages and used this snippet from https://shopplugins.com/add-a-quantity-field-to-the-woocommerce-archive-pages//** * Add quantity field on the archive page. */ function custom_quantity_field_archive() { $product = wc_get_product( get_the_ID() ); if ( ! $product->is_sold_individually() && 'variable' != $product->product_type && $product->is_purchasable() ) { woocommerce_quantity_input( array( 'min_value' => 1, 'max_value' => $product->backorders_allowed() ? '' : $product->get_stock_quantity() ) ); } } add_action( 'woocommerce_after_shop_loop_item', 'custom_quantity_field_archive', 0, 9 ); /** * Add requires JavaScript. */ function custom_add_to_cart_quantity_handler() { wc_enqueue_js( ' jQuery( ".post-type-archive-product" ).on( "click", ".quantity input", function() { return false; }); jQuery( ".post-type-archive-product" ).on( "change input", ".quantity .qty", function() { var add_to_cart_button = jQuery( this ).parents( ".product" ).find( ".add_to_cart_button" ); // For AJAX add-to-cart actions add_to_cart_button.data( "quantity", jQuery( this ).val() ); // For non-AJAX add-to-cart actions add_to_cart_button.attr( "href", "?add-to-cart=" + add_to_cart_button.attr( "data-product_id" ) + "&quantity=" + jQuery( this ).val() ); }); ' ); } add_action( 'init', 'custom_add_to_cart_quantity_handler' );It was working before but after the latest updates from WordPress and Enfold it add’s only one article to the shopping cart instead of for example 3 if I select 3.
Or sometimes when you select more then one item in related articles it will go to the product page instead of adding the article to the shopping cart when you hit ‘add to shoppingcart’
I have no idear where it’s going wrong, could you take a look?
The url is: http://kweker.nl/product/ekoland/ (product page), shopping page: http://kweker.nl/kerst/kerstpakketten/I have a blog page, created in Enfold using the “elegant” layout for the Blog Posts design element. This blog page shows 3 blog post images, and the read more button. Fine, except that I want to remove the pagination and show all the blog articles, so that the user can scroll down through the blogs instead of having to go to the next page using pagination.
So, two things do not seem to be working (1) I ask to show all posts on one page and only get three. (2) I ask to turn off the pagination, and it still shows up.
I have cycled through my plugins turning them on/off, and have cleared the cache multiple times with no luck in fixing this problem.
Help please
Please can you help I’ve got 2 different shop pages occurring although the same products seem to appear on both. I’ve attached screen shots and links to the site, please can you help. Click on the shop button from the front end and this is the view I’d like. However when you are in dashboard and click ‘store’ from the top navigation it takes me to a different page but has the products.
Also do you know what I need to select to allow ‘additional items’ to be added to a product before checkout.
I am hoping to launch the site in the next few days, my first one! would appreciate a quick ‘health check’ before I do. We have a live site http://www.movenuk.com that this one is replacing so will need to use the moven url etc. any tips?
Topic: Problems with my logo
Hi,
I have 3 questions about my logo:
1) my logo appears only in my home page while in the other pages appear the enfold lifestyle logo. Why?
2) My logo has dimensions 907 * 270 such as this travel blog (www.pensierinviaggio.it). Why my logo seems smaller than the other site?
3) I would like that in the mobile version the header height is high as http://www.pensierinviaggio.it.
Also is it possible that in the mobile version the menu button is on the main menu bar with social icons?
ThanksI’m looking to do exactly this. The 3 items w/ quantity selections and one single add to cart button.
Link-> http://kriesi.at/themes/enfold-shop/product/grouped-custom-product/
Hallo
Ich benütze Enfold in der deutschen Version, der Inhalt meiner Seite ist aber in Englisch. Deshalb meine Frage: (wie) kann man den Button “Mehr Laden” unterhalb der Bildgalerien (Masonry) in Englisch haben, z.B. “Show more”?
Danke und Gruss
SamuelI created a fillable form through Adobe Acrobat Pro that works fine. However, if I place it in the Advanced Layout editor using Good Doc Embedder or just Add Media, the form appears correctly but has no fillable function and the buttons don’t work. If I download the form, open it in Acrobat I can fill it and and mail it. I would like to save some steps here for the viewer and do it all online. Is this possible? The url is listed in the private content section. If you need to view the form, just download it and open it in Acrobat.
Thanks for any help you can provide.
Ron MannAfter entering the user and api key in
Enfold Options -> Theme Update, WordPress theme page has displayednew version availablefor the Enfold theme. Trying to update from here, has resulted in the following error:Update Failed: 502 Bad Gateway 502 Bad Gateway nginx <!-- a padding to disable MSIE and Chrome friendly error page --> [...]The site is blocked in maintenance mode. After removing the
.maintenancefile from the root, the site works with the old theme version.
Using theUpdate Nowbutton from theEnfold Options -> Theme Updategives theBriefly unavailable for scheduled maintenance. Check back in a minute.warning and the site is again in maintenance mode.Removing the
.maintenancefile from the root again, the site is down:The novastig.com page isn’t working novastig.com is currently unable to handle this request. HTTP ERROR 500Warnings in
error_logfrom root:[20-Sep-2016 12:05:10 UTC] PHP Warning: posix_getpwuid() has been disabled for security reasons in /home/xxxxxx/public_html/wp-admin/includes/class-wp-filesystem-direct.php on line 210 [20-Sep-2016 12:05:37 UTC] PHP Warning: ini_get_all() has been disabled for security reasons in /home/xxxxxx/public_html/wp-includes/load.php on line 1023Warnings and a fatal error in
error_logfrom wp-admin folder:[20-Sep-2016 12:08:02 UTC] PHP Warning: ini_get_all() has been disabled for security reasons in /home/xxxxxx/public_html/wp-includes/load.php on line 1023 [20-Sep-2016 12:08:02 UTC] PHP Warning: require_once(config-bbpress/config.php): failed to open stream: No such file or directory in /home/xxxxxx/public_html/wp-content/themes/enfold/functions.php on line 445 [20-Sep-2016 12:08:02 UTC] PHP Fatal error: require_once(): Failed opening required 'config-bbpress/config.php' (include_path='.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php') in /home/xxxxxx/public_html/wp-content/themes/enfold/functions.php on line 445We had to restore the 3.7.1 version from the original zip file…
We will try to update to 3.8 the same way, after asking the client to download and send us the new zip.
This and the (n)ever loading builder bug has lead to a frustrating experience with this theme. At least until now. :(
Topic: Problem with Google Maps API
Hi. Just read another Thread about that problem, but it was not able to fix my problem unfortunately.
I’m quite new in the enfold galaxy. Everytime when I try to configure the Google Maps Widget I get following error:
It seems that your Google API key is not configured correctly
The key is probably either restricted to the wrong domain or the domain syntax you entered is wrong.
Please check your API key here
The domain that should be allowed is:
http://chls.ch/*First I created an API Key on Google. Than I went to the menu enfold > Google Services to set the API Key. Everything seems to be correct, but it just didn’t work.
(Would like to attache some screenshots but I can’t find any upload button)
Please can you help me with that?
Thanks in advance and best regards,
Marco (Belcuore)I am trying to make a product page using avia constructor but i need of course a purchase button. When I place it, it comes with a strange sidebar and the bvutton itself does not appear such as in this product. I need to create this purchase button.
I already tryed to change things in my enfold panel, clear cache, desabilitate all plugins.
I’m desperately trying to have a popup contact form showing when clicking on a button in Enfold…but I can’t get to this.
I was following this instructions
https://kriesi.at/support/topic/open-form-in-a-lightbox-popup/#post-378103
I did everything but when I click to the button there is still something not working. Could you please give a look to it? I have tryed everything so I don’t know what alse to do.
Here’s the link http://www.simonasantaera.it/servizi/ button is the first on the right below the text “TRATTAMENTO CORPO”

