Jeckstart
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Disable Default Image Crop SizesMmm nobody had this problem only me?
Forum: Fixing WordPress
In reply to: Disable Default Image Crop SizesLooks like that guy has different problem, and only after updating to WP 4.4. Mine is not related to protocols or WordPress versions, it was always like that.
Could you point me what exact solution I could try from that topic?
Basicly I only need WordPress to stop creating those cut files (those default ones), not necessarily disable or unset anything.Forum: Plugins
In reply to: [Flexible Map] Markers Unclickablefound nvm,
flexible-map.min.js s537 add
‘clickable: false,’Forum: Plugins
In reply to: [Snazzy Maps] Can't See My Style In PluginSorry, actually found it.
But that dropdown was not very intuitive, tbhForum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Filtering By TaxonomyAlright, so the problem was in our database.
One of taxonomy terms was duplicated, and it was being indefinitely recycled by the plugin, somehow.
RESOLVEDForum: Plugins
In reply to: [WooCommerce] 402 Error 'Unable to create order' has_cap deprecatedI have found the place where error hits.. and I dont know where to dig deeper.
here (wc-order-functions.php 353):
$wpdb->insert( $wpdb->prefix . "woocommerce_order_items", array( 'order_item_name' => $item['order_item_name'], 'order_item_type' => $item['order_item_type'], 'order_id' => $order_id ), array( '%s', '%s', '%d' ) );
Sorry ;p Its a “insert into database function”, so I guess this is some kind of sql server error
Forum: Plugins
In reply to: [WooCommerce] 402 Error 'Unable to create order' has_cap deprecatedI was wrong actually, has_cap was another error, not related.
Right now I’m getting 402 error from woocommerce, and absolutely zero php errors in debug.log. What the hellSo, “236212 transient options in your database” means things are pretty bad, right? And I should clean them asap?
If I backup database before cleaning, will it backs-up transient options too? Since I’m not sure what they are and scared of deleting some necessary stuff, I just wanted to be better safe than sorry
Forum: Plugins
In reply to: [Theme My Login] Plugin doesn't use translated .pot fileafter I updated to 6.3.12, I also has this bug.
In previous version translation files were working.
Guess im going to roll back to 6.3.11, at least for now.Forum: Plugins
In reply to: [Theme My Login] Password Reset Form Not Workingvery strange, but I still get exactly the same result in 6.3.12
Forum: Plugins
In reply to: [Theme My Login] "Change Password" doesn't worksounds legit,
But how can I call “change password” form outside of profile page?SORRY for being long and nuisance and not noticing IMPORTANT THING!!!!:
Further debugging shows that the problem is actually exactly the same as in this topic, but that fix doesn’t work anyway.By the way you can check what happens here:
Not Filtered Category: https://vsex-shop.net/store/giganty-fisting
Filtered: https://vsex-shop.net/store/giganty-fisting?swoof=1&pa_color=10**ed** so if for example after color I also click ‘size’ filter checkbox – ALL sizes will also appear:
https://vsex-shop.net/store/giganty-fisting?swoof=1&pa_color=10&pa_size=s***ed*** I already applied fix you suggested here but it doesn’t change anything
****ed**** also, if it helps: filter is added as widget into wp’s dynamic sidebar, which is called in template archive-product.php like:
<?php dynamic_sidebar( 'product_filters' ); ?>
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Custom TemplatesSorry i figured out ;p
It was so hard to try to put them in template main folder first xDForum: Plugins
In reply to: [WooCommerce] Variable Products With No Default Variation Are Not ShownActually it was different problem, which I couldn’t notice at first – all products that are manually added/updated through admin area, are shown, while all products that are added through database are not (even if all fields are exactly the same).
So I can just go to “edit post” and press “update”, to make it show up on Archive page.
Why is this? Anybody had this problem and can advice a solution?