krzxsiek
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] Unable to initialize WP_FilesystemThanks for your help, but after talking to my coworkers it turned out that we don’t need this plugin and I can just disable it.
So sorry for the confusion, but I hope this post will help someone else ??
Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] Unable to initialize WP_FilesystemOnly you seem to be writing about some premium version of this plugin and I don’t have the premium version ??
I have version 2.13.0 installed on my site and it’s this that creates the conflict.- This reply was modified 3 weeks, 4 days ago by krzxsiek.
Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] Unable to initialize WP_FilesystemThank you for your answer. I will upload the previous version of the plugin in a moment.
And returning to the conflict, I also have a problem with the Contact Form 7 plugin which prevents sending emails from the form. The problem also disappears when I change “ftpext” to “direct” so I suspect that they are related.
I apologize if what I write is incomprehensible, but I write through a translator.Forum: Plugins
In reply to: [Contact Form 7] Checkbox value “& nbsp;”It also hurts me that I can no longer post EMPTY SPACES ??
I had to install an older version of the plugin and I’m still waiting for an update that will fix it ??
Probably one of my form scripts required this. I implemented it some time ago so I don’t even remember exactly what the script did. But after the last update I have errors that some form field is incorrectly filled and it won’t send.Forum: Plugins
In reply to: [Search Exclude] “Search Exclude” meta box disappeared after last updateOkay, I solved the problem myself ??
I located in class-backend.php what causes the removal of this box and added the following function in functions.phpadd_filter('use_block_editor_for_post_type', '__return_false', 10);
So you don’t have to correct anything, but it would be good to describe it somewhere, unless my post helps others ?? Best regards
I have a similar problem, how did you fix it?
That’s true. Today my database was overloaded and I had to kill the process in the database manually. And it wasn’t easy.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Version 5.0.0 – Refer here before postingThank you, unfortunately I didn’t have the current code because I managed to update the plugin today, so I had no way to show what I mean ??
Temporarily changed the template my way ??Forum: Plugins
In reply to: [Ultimate Product Catalog] Version 5.0.0 – Refer here before postingHi @jaysupport
Last update broke SALE flag (code from older version to example)<div class="upcp-sale-flag"> <span class="saleSpan">SALE</span> </div>
Forum: Plugins
In reply to: [Ultimate Product Catalog] Read more optionBecause they removed it. You must add manual to template from plugin.
Create folder “ewd-upcp-templates” in your theme folder, and copy (from plugin) and edit this file “catalog-product-thumbnail.php”Example code to paste in this file
<?php echo '<a class="detailsLink" href="' . esc_attr( $this->product->link ) . '" target="_blank" role="link">Details</a>'; ?>
Forum: Plugins
In reply to: [Ultimate Product Catalog] Version 5.0.0 – Refer here before postingHi @jaysupport ??
Yes, I meant this code that disappeared in the new version ??<div id="prod-cat-price-14" class="prod-cat-price upcp-thumb-price" data-item_price="417,-"> <span class="price"> /* this */ <del> <span class="amount">500,-</span> </del> /* end */ <ins> <span class="amount" itemprop="offers" itemscope="" itemtype="https://schema.org/Offer"> <span itemprop="priceCurrency" content=""></span> <span itemprop="price" content="417,-">417,-</span> </span> </ins> </span> </div>
- This reply was modified 3 years, 8 months ago by krzxsiek.
Forum: Plugins
In reply to: [Classic Editor] Incorporate Classic Widgets@biziclop Very good info, thanks ??
I will use this code in my themes and pages. ??Forum: Plugins
In reply to: [Classic Editor] Incorporate Classic WidgetsMe too. I don’t want a disgusting block editor in widgets.
Please add option to disable this.Forum: Plugins
In reply to: [Ultimate Product Catalog] Version 5.0.0 – Refer here before posting@jaysupport
To view the old price (if Sale) I needed this code in the copy of template catalog-product-price.php ??
<?php echo esc_attr( $this->product->regular_price ); ?>
I don’t know why it’s not added there as standard.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Version 5.0.0 – Refer here before postingOK thank you. I will test it, but I think I understand ??
I have checked the “Sale Mode” settings and everything is correct but not display.- This reply was modified 3 years, 8 months ago by krzxsiek.