dvk8
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shop page empty every time. But shows after saveHi @gabrielfuentes ,
This morning I disabled WP Fastest Cache. Sadly the page still remains empty.
Forum: Plugins
In reply to: [WooCommerce] Shop page empty every time. But shows after saveI wanted to edit my previous post but I cannot see how to do that. What I wanted to add is that right after I changed the shop page it worked and I saw the products. Only after a while, they disappeared and now the page is blank again.
Forum: Plugins
In reply to: [WooCommerce] Shop page empty every time. But shows after saveHi @gabrielfuentes ,
Thank you again for your reply. I’ve created the missing pages although I do not intend to use them because my products are affiliate based. Sadly this does not seem to have solved the problem. Also I created a new shop page.
New page: https://bit.ly/3bg1uSW
- This reply was modified 5 years, 4 months ago by dvk8.
Forum: Plugins
In reply to: [WooCommerce] Shop page empty every time. But shows after saveHi @gabrielfuentes ,
Hopefully you had a wonderful NYE! I hope you have time to look into this issue again. Sadly increasing the php memory limit did not resolve the issue.
Forum: Plugins
In reply to: [WooCommerce] Shop page empty every time. But shows after saveHi @gabrielfuentes ,
Again thank you for your reply. I increased my php memory to 512 through the web hosting provider.
Forum: Plugins
In reply to: [WooCommerce] Shop page empty every time. But shows after saveHi @gabrielfuentes ,
Indeed there seem to be some fatal errors. See below:
2020-12-01T16:27:05+00:00 CRITICAL Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /home/deb114585/domains/interieurshop24.nl/public_html/wp-includes/wp-db.php op de lijn 1999 2020-12-01T16:27:49+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 8192 bytes) in /home/deb114585/domains/interieurshop24.nl/public_html/wp-includes/media.php op de lijn 3472 2020-12-01T16:27:54+00:00 CRITICAL Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /home/deb114585/domains/interieurshop24.nl/public_html/wp-includes/meta.php op de lijn 1078 2020-12-01T16:27:55+00:00 CRITICAL Maximum execution time of 30 seconds exceeded in /home/deb114585/domains/interieurshop24.nl/public_html/wp-includes/class-wp-image-editor-gd.php op de lijn 189 2020-12-01T16:28:01+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 8192 bytes) in /home/deb114585/domains/interieurshop24.nl/public_html/wp-includes/media.php op de lijn 3472 2020-12-01T16:28:01+00:00 CRITICAL Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /home/deb114585/domains/interieurshop24.nl/public_html/wp-includes/meta.php op de lijn 1078 2020-12-01T16:28:11+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 8192 bytes) in /home/deb114585/domains/interieurshop24.nl/public_html/wp-includes/media.php op de lijn 3472 2020-12-01T16:28:15+00:00 CRITICAL Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /home/deb114585/domains/interieurshop24.nl/public_html/wp-includes/meta.php op de lijn 1078 2020-12-01T16:28:29+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 8192 bytes) in /home/deb114585/domains/interieurshop24.nl/public_html/wp-includes/media.php op de lijn 3472 2020-12-01T16:28:41+00:00 CRITICAL Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /home/deb114585/domains/interieurshop24.nl/public_html/wp-includes/meta.php op de lijn 1078 2020-12-01T16:29:05+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 8192 bytes) in /home/deb114585/domains/interieurshop24.nl/public_html/wp-includes/media.php op de lijn 3472 2020-12-01T16:29:17+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 16384 bytes) in /home/deb114585/domains/interieurshop24.nl/public_html/wp-includes/media.php op de lijn 3472I guess this means I should increase my php memory? I just increased it to 512mb to be sure. However, I notice that these errors are all from the first of December.
Forum: Plugins
In reply to: [WooCommerce] On sale page with woocommerce filtersI’ve solved this by downloading the OnSale Page for WooCommerce.
Forum: Plugins
In reply to: [WooCommerce] Shop page empty every time. But shows after saveHi @gabrielfuentes,
Thank you for your reply. The theme I’m using is storefront. I’ve just done what you have suggested and downloaded the Health Check & troubleshooting app. I have disabled all the plugins besides Woocommerce. I didn’t select any themes. Sadly the Shop page was still empty.
I’ve just gone to the shop page and pressed “update” now it shows again for a while but eventually it will disappear.
I’m really confused about the cause now since it’s not the theme and also not the plugins I’m using. Do you have any other suggestions?
Thanks!
Edit: By accident, I’ve marked it as resolved
Forum: Plugins
In reply to: [WooCommerce] On sale page with woocommerce filtersHi,
I anyone else any idea?
Thanks
Forum: Plugins
In reply to: [WooCommerce] On sale page with woocommerce filtersHi @stuartduff ,
Part 1 of the problem is solved. It had to do with the plugin I was using to import my products, datafeedr. I added the following piece of code and now it works:
add_filter( 'dfrpswc_enable_product_update_handler_feature_flag', '__return_true' );So the products are showing now. Instead of the block you suggested, I used the shortcode because this allowed me to use pagination. However, I do still not see the filters. I’m using Product Filter for WooCommerce. I tried adding this in a widget but it displays nothing on this page. Any clue on that?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] On sale page with woocommerce filtersHi @stuartduff ,
I just added a default image block. As you can see it does display.
Forum: Plugins
In reply to: [WooCommerce] On sale page with woocommerce filtersHi @stuartduff ,
Again thank you for trying to solve this with me. I just looked into the prices and I actually do have a regular and a sale price.
I’ve posted the block you mentioned before on this page. Maybe there is another setting I’m missing.
Forum: Plugins
In reply to: [WooCommerce] On sale page with woocommerce filtersHey @stuartduff ,
Thank you very much for your reply. When I add this block, it shows that I have no products on sale. But I think this may have to do with the fact that I’m importing the products through a data feed. Do you know of any other way? Or a way to fix this?
Forum: Plugins
In reply to: [WooCommerce] Import productURLHi @eastofwest
Thank you for your reply. I think I didn’t explain myself well enough. When I import an affiliate product, using the import function, I drag the field “external url” from my csv to the “productURL” field. I then fill in the rest of the fields and complete the import. The product I just imported seems to appear as a simple product, but I want this to be an affiliate product. How can I change this?
Test 1 is a manually added product with type affiliate. Test 2 is the imported product which appears as a simple product
- This reply was modified 5 years, 5 months ago by dvk8.
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Mobile menu closesThank you for your reply again.
I just figured out that I don’t even use this plugin anymore. So I’m going to keep it disabled.
Thank you for your help. Problem solved!