- Search Results
Hi,
I just receive notification from Woocommerce that there are issues between my Cobalt Theme and some Woocommerce Template files. It doesn’t look like there’s an upgrade at this point for my theme, so can you please help me sort this out.
These are the messages from Woocommerce:Your theme (Cobalt) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. Suggestions to fix this:
Update your theme to the latest version. If no update is available contact your theme author asking about compatibility with the current WooCommerce version.
If you copied over a template file to change something, then you will need to copy the new version of the template and apply your changes again.boldgrid-cobalt/woocommerce/single-product/add-to-cart/grouped.php version 4.0.0 is out of date. The core version is 4.8.0
Hi,
I’m hoping you can help me with the WooCommerce Add To Cart, and GooglePay Button placement. I’m using Cobalt, and have both Variable and Simple Products. The placement of the buttons on the variable products is below the quantity field, which is where I want it, as you can see on this page;
https:// momentofperception .com/product/glass-cutting-board-affectionate-fawns/The placement of the buttons on the simple products is to the right of the quantity field, as you can see on this page;
https:// momentofperception .com/product/spiral-notebook-ruled-line-acorn-woodpecker-in-winter/I have added this code to the PHP to place the Google Pay button below the Add To Cart
remove_action( ‘woocommerce_after_add_to_cart_quantity’, array( WC_Stripe_Payment_Request::instance(),’display_payment_request_button_html’ ), 1 );
remove_action( ‘woocommerce_after_add_to_cart_quantity’, array( WC_Stripe_Payment_Request::instance(),’display_payment_request_button_separator_html’ ), 2 );add_action( ‘woocommerce_after_add_to_cart_button’, array( WC_Stripe_Payment_Request::instance(),’display_payment_request_button_html’ ), 2 );
add_action( ‘woocommerce_after_add_to_cart_button’, array( WC_Stripe_Payment_Request::instance(),’display_payment_request_button_separator_html’ ), 1 );Can you help me with the code to change the placement of the buttons on the Simple Products ?
Thank you,
HeatherHi, before I download W3 total cache free version, I would like to know if it works with
1 – woocommerce
I read on the net that it is necessary to add “Never cache the following pages:”
shop*
cart
checkout
my-account
wishlist/*It’s true?
2 – Is it compatible with wpml or is it only the Pro version?I am trying to sort my products for their display but nothing works. If I do it manually it reverts to the previous order. I tried using the menu order feature and ran into the same problem.
I had a plug in that would control the sort order of the categories and thought that might be the problem. I both deactivated and then deleted it and still had the problem. I am using Crio as my theme.Hi,
I’m using your Cobalt theme which I love, thank you for your great work. I’ve got an issue with column width on the woocommerce product listings in the portrait mode of the mobile version. They originally were displaying in two columns, and I’ve used a code to get the product listings into a single column, but it’s only taking up about one half of the available width in portrait mode, so it appears quite small. Is there a way to get that column to use the available space ?This is the code I used to get it to the single column. But you’ll see how narrow it is in the mobile version.
@media screen and (max-width: 768px) { .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product { width: 100% !important; } }You can see it on this page https://momentofperception.com/product-category/house_of_cards/generalgreetingcards/
Thanks for any help.Hi,
The search button text wraps into a second line. It only does that by pages I created, but not by pages like the cart, my account, shop… created by woocommerce. Why does that wrap into second line on pages I created. Where can I change/fix that so it does not wrap into a second line?
Any help would be appreciated.
Thank you.
KlausCan i restore products only from Total Upkeep backup ?
I used the “variations” option on a product in Woocommerce. When the pull down menu is created for the option, the prompt (say size) is in white and the background is light in color also. I could change the background color which changes it everywhere which I do not want. How do I just change the color of the font of the prompt?
Thank you for any help that you can provide!Hello,
I am having an issue with the w3tc_minify option in table wp_options growing indefinitely without getting purged.
Short version:
after manually deleting the w3tc_minify option from the database, a WooCommerce product page on my site that used to be generated in 114 msec is now served in 98 msec (full load test using the ab tool).Long version:
my site runs with ~25 minified files in cache/minify. After running the site for more than 1 year, I noticed that option w3tc_minify grew to 145 KB. It contained a list of 320 minified files along the the path of the originating files. Many of the files referenced in there were from older plugin that are not in use anymore, even plugins activated months ago for just a few days. Apparently the various manual purge buttons are not purging this. The option is cached by APC as object cache, still it’s deserialized on each pageview and it probably increases w3tc processing time.After manually deleting the option from the wp_options table and purging APC, it is recreated within a few pageviews and it reaches 6 KB only.
The average time for generating a Wocommerce product page decresed from 114 msec down to 98 msec (-14%).Is there a mechanism for purging the content of w3tc_minify ? Is that not working just on my system maybe ?
Otherwise I would suggest to fully delete that option once a month, so that it does not accumulate garbage over time and it keeps the site running faster. Or at least delete every month the entries containing non-existing files on the filesystem, although this would be a partial cleanup (I had for example entries related to the old hostname the site was running on).Regards,
NicolaI am using the hydra theme with Woocommerce. The pictures on my product page are too large. I went to the Customize > Woocommerce > product image to adjust the image. The Main Image size was set to 600. I reduced it to 300. It changed on the preview screen but it did not change the size on the website. When I went back to the Customize area it was also large there again. My product image sizes are approx 730 x 660. I tried to reduce their size but that just made the image in the product page blurry. Any help would be appreciated.
Thanks!hello, I have your W3 Total Cache plugin installed. Your plug was causing a problem with my other All Import plugin. While importing XML I was getting error 500 and time errors. I had to turn off your plug and everything was back to normal. What is the problem and what can we do?
this error in the logs:
AH01071: Got error ‘PHP message: B\xc5\x82\xc4\x85d Deadlock found when trying to get lock; try restarting transaction bazy danych WordPressa podczas wykonywania zapytania DELETE FROM wp_wps_index WHERE object_id = 305849 AND object_type_id IN (9,10,11,12,13,14,15,16,20,24) wys\xc5\x82anego przez do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, PMXI_Plugin->adminInit, PMXI_Admin_Import->process, PMXI_Import_Record->process, wp_update_post, wp_insert_post, do_action(‘save_post’), WP_Hook->do_action, WP_Hook->apply_filters, WooCommerce_Product_Search_Admin_Product::save_post, WooCommerce_Product_Search_Indexer->index, Wo
oCommerce_Product_Search_Indexer->delete_indexes, W3TC\\DbCache_WpdbNew->query, W3TC\\DbCache_WpdbInjection_QueryCaching->query, W3TC\\_CallUnderlying->query, W3TC\\DbCache_WpdbNew->query, W3TC\\DbCache_WpdbInjection->query, W3TC\\DbCache_WpdbNew->default_query\n’, referer: https://[redacted]/wp-admin/admin.php?page=pmxi-admin-manage&id=47&action=update


