Forum Replies Created
-
AuthorPosts
-
I found a solution – you can close the ticket
- This reply was modified 2 weeks, 1 day ago by Yannick77.
I did not change anything manually
@Ismael I noticed it also briefly but I think it’s a caching issue from my hoster – I had other (non-enfold) websites where parts of the CSS do not seem to load – if you click refresh the page loads normally
2 New Enfolds in the wild
https://www.davepierson.be/
https://smartchain.be/@Anoveo I got the same error
@Yigit what are the working hours in CET because I cannot get hold of my client and will have to sent you the info tomorow
I only have guest access to the PHP files via the one.com dashboard. I cannot make FTP access. I will sent details from another website with same issue soon… But my laptop just decided to do a major update 🙄
OK it will take +/- 20minutes when it will take effect
This reply has been marked as private.I reverted back to PHP 7.4 and I have +/- 8 websites with the same issue
YES me too…
July 28, 2020 at 10:11 pm in reply to: PHP error after "see all results" in search result page #1233799OK I found the error – it’s not solved – but now you can look for a solution ;-)
So I put in a manual search bar and put in a filter to only show “products” not pages and posts and then the PHP error occurs. When I turn the filter off and the search results show “all” the PHP error is gone…
Could you please fix it because I only need products in the search results.
Thank you.
ps: If you go to this search query you see the errors https://www.goedkoopdrank.be/?s=coca&numberposts=5&post_type%5B0%5D=product&results_hide_fields and if you remove everything after 5 so you get https://www.goedkoopdrank.be/?s=coca&numberposts=5 the error is gone
- This reply was modified 4 years, 3 months ago by Yannick77.
Ow I solved it – I found this PHP code and it worked again, the JQueri part is changed
/** * 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', 15, 9 ); function custom_add_to_cart_quantity_handler() { wc_enqueue_js( ' jQuery( "body" ).on( "click", ".quantity input", function() { return false; }); jQuery( "body" ).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.attr( "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' );
- This reply was modified 4 years, 5 months ago by Yannick77.
Hi all since a few days the quantity field on the shop overview page stopped working and only one product is added to the basket.
Could you please help website http://www.mosa-mosa.be + also another one that is still in development
ps: this was my old post requesting the functionality https://kriesi.at/support/topic/adding-quantity-field-in-shop-overview-page-woocommerce/
January 8, 2020 at 10:18 am in reply to: no icons (social, Woocommerce & custom) showing (PHP & CSS fix not working) #1171370Hi Nikko,
no problem it was indeed a CORS policy issue – what a coincidence this just appeared at the same time as the social icon issue. It had me looking in the wrong direction.
Thanks for the assitance!
Any update on the Theme Update timing?
January 7, 2020 at 10:20 pm in reply to: no icons (social, Woocommerce & custom) showing (PHP & CSS fix not working) #1171265Hi Niko,
Thank you for your reply but as mentioned in my first post I already tried the PHP fix and it did not work. The CSS fix is not sufficient because it addresses only the social icons and not the WooCommerce and custom icons.In the backend I can see my custom icons but they are not rendered in the front-end.
January 7, 2020 at 2:30 pm in reply to: no icons (social, Woocommerce & custom) showing (PHP & CSS fix not working) #1171062for me it’s 19 websites :-/ and I like to use custom icons to personalize it more… damn it
Two new Enfolds in the wild…
-
Kwispelheide hoster my client choose is sadly enough not so good
Yep same issue here – annoying – can’t you trigger a page reload after the visitor accepts the cookies and t&c’s ?
@Ismael – thanks that’s great news – will wait a bit with updating all my Enfold’s then :-)
Hi Ismael,
Thanks that worked!
Sadly enough this means compromising on speed. Maybe you can integrate Google Recaptcha in the performance settings setup?Hi the issue is not resolved yet I tried also with Recaptcha V2 and the form just freezes – nothing happens when you push on “send” button
I disabled all plugins and recaptcha still did not work and “froze” the form
Hi the mails arrive when I trurn of reCaptcha -> the issue is the form becomes unresponsive when I turn it on -> I addes recaptcha because of the SPAM they received
http://www.mosa-mosa.be A small webshop in Enfold :-)
A special “thank you” goes to the Kriesi Team for helping out with the placement of the quantity button in the single product box in the shop overview.
September 11, 2018 at 6:38 pm in reply to: Adding Quantity field in shop overview page – woocommerce #1008491Hi Peter,
thanks it worked, I had to play with CSS too make the positioning of the quantity field look better.September 7, 2018 at 10:41 am in reply to: ADDING A QUANTITY FIELD to woocommerce archives pages breaks buttons postion #1007029Hi Peter,
I presume you tested it with the “standard woocommerce” buttons. I removed the PHP and CSS Styling showing the quantity and add to cart button. Now it shows the ENFOLD lay-out which I want. (see link in private content)
In these Enfold product boxes I would like to have the quantity selector – in the middle below the price and above the “add to cart” & “more details” buttons.
Sorry for the confusion.
September 6, 2018 at 1:28 pm in reply to: ADDING A QUANTITY FIELD to woocommerce archives pages breaks buttons postion #1006585Hi,
I’m sorry due to restoring a back-up the user disapeared.
In fact I just would like to have the quantity field added above the Enfold “ad to cart” & “more info” button” in the shop overview page. And that the customer stays on the same page when he added a product to the cart.
- This reply was modified 6 years, 2 months ago by Yannick77.
September 4, 2018 at 6:39 pm in reply to: ADDING A QUANTITY FIELD to woocommerce archives pages breaks buttons postion #1005726Hi Ismael
It’s not 100% what I wanted but it will do.I had to hide the AVIA/Enfold “add to cart” & “more info” button because it was showing a double “add to cart” button – also the quantity selector did not work with the Avia add to cart button – the quantity stayed at “1” alltough I selected more items…
-
AuthorPosts