PepeCZ
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Error after updating to new versionI have same fatal error. Last WP, WC, Theme Motors, PHP 8.0.23.
I used fast fix.
after line 57 in /wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php
add:
return true;
so it looks like:
57 public static function get_styles() {
58 return true;
59 $version = Constants::get_constant( ‘WC_VERSION’ );
60Frontend works, but on frontend is still “Warning”.
Warning: foreach() argument must be of type array|object, bool given in /www/doc/www.karavantravel.cz/www/wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php on line 433- This reply was modified 2 years, 2 months ago by PepeCZ.
I found out that the error was a plugin conflict:
The SEO Framework +
PHP8.0.20 +
Wordpress6 +
Theme Motors and plugin for this theme (Cars Listings)When the button to edit a car in CarListings was clicked in the administration, the website just loading and nothing, and after plus minus 5 minutes it threw up a blank page with text that the page could not be loaded. And WordPress sent me email with error message what I wrote in my first post.
When I disabled The SEO Framework plugin, everything started working.
Now I tested, and when we added tag to product, so your plugin found tag.
So we can now add fees via Tags in products.
But good for you, into next version, fix founded bug. Now we cannot find products via product name, only via product tag.Hi, yes sorry my bad. You can close and remove this topic too – because we found that this problem doing plugin WPS Login Limit , not Hide Login. <— So we post thread about this problem in support plugin Login Limit.
Forum: Plugins
In reply to: [WooCommerce] last version Woo does not have diacritics in emailsit was on as example.
in fields down under order details, can be for example surname names of clients and some names have letter as ě,?,?,?,? in name and this letters are showed without ˇ etc.Forum: Plugins
In reply to: [WooCommerce] last version Woo does not have diacritics in emailsunder fields “order information (product, shipping, total)” are user fields and their names, addresses, etc., and here is this error.
we have hosting with a Czech provider, so there cannot be problem with the server or the provider.
- This reply was modified 6 years, 7 months ago by PepeCZ.
Forum: Plugins
In reply to: [WooCommerce] Two custom fields in New order notification email?Ok. So we write direct in automatic web with question on custom field plugin.
But what when we want for example write static text
“Děkujeme za Va?i rezervaci vozu a p?ejeme mnoho ujetych km.”how we can add this static text on bottom between client address and footer? We tryed now many manuals whats are on internet but not help. We reach only, that we can add this text before client address, but we need have it between client address and footer.
Forum: Plugins
In reply to: [WooCommerce] Disable new gallery and zoom at single product pagesHi, please and exist code into function php which:
disable tap on image for zoom but with option that user still see on top right corner icon for show image in fullscreen?Now we try this code:
add_action( ‘after_setup_theme’, ‘remove_pgz_theme_support’, 100 );
function remove_pgz_theme_support() {
remove_theme_support( ‘wc-product-gallery-zoom’ );
}This disable tap to zoom, but this code hide zoom icon too, and this is not for us ideal situation ??
But in EU in my country, must have incontactforms fields Yes/No and users must click on yes if want give informations. Exist some method how add two fields “Yes” “No”? Not only one checkbox.
Forum: Plugins
In reply to: [Regenerate Thumbnails] Works with PHP 7.2?Thanks for link Alex. ??
We looked on it Alex, and you tested it on our setup (last official WordPress release + php7.2).
So, we left on website your plugin regenerate thumbnails.Forum: Plugins
In reply to: [Regenerate Thumbnails] Works with PHP 7.2?Oh ??
So, if have some bug this plugin with php7.x (we run on php7.2)
so same problem will have maybe same plugin forceregeneratethumbnails.author this plugin say, that forceregeneratethumbnails is only fork, so this bug will have on 99% both.
I hold my fingers to fix the bug soon.
Forum: Plugins
In reply to: [Regenerate Thumbnails] How completly uninstall your plugin?Hi Alex, thanks for your answer.
Hm Fork? What you mean (sorry, I am not programer).But if are plugins same and your is main, why authors theme recommend ForceRegenerateThumbnails? We want uninstall your plugin and install Force because is it recommend plugin from authors, but if it totaly same so ??
- This reply was modified 6 years, 9 months ago by PepeCZ.
For example in gravityforms is here in gdpr some work. But we not prefer for contact forms in gravity plugin. We have with this plugin cf7 more and better experience if we mean forms for example on page Contact etc.
Forum: Plugins
In reply to: [WooCommerce] breadcrumbs “domain/shop/cart,checkout,myaccount”?Hi Dustin, yea, this is state what we have. Same as you wrote.
And we want have Cart, Checkout and MyAccount in breadcrumbs shop– Home > Shop > Cart
– Home > Shop > Checkout
– Home > Shop > My Account
– Home > Product <- Product page
– Home > Shop <- Main store pageForum: Plugins
In reply to: [WooCommerce] breadcrumbs “domain/shop/cart,checkout,myaccount”?When we set as page under shop page, so page stop loading and show error. So we must have these three pages as main.
We cannot try it in storefront because we run only on Motors theme from themeforest.
But we think it cannot be by themes (or yes?).
In WordPress we have set for store /shop/.I try search on internet some tips for this, but into this time without luck.