artemlime
Forum Replies Created
-
Forum: Plugins
In reply to: [Elementor Custom Skin] Todays Update crashes whole siteThe same error
I have the same issue with storefront and other themes like oceanwp with minimum installation: Woocommerce, WPML Multilingual CMS and WooCommerce Multilingual. No other plugins.
Forum: Plugins
In reply to: [Broken Link Checker] PHP Deprecated@archon810, thank you for the work done!
Forum: Plugins
In reply to: [Broken Link Checker] PHP DeprecatedUpdate:
[30-Apr-2018 18:40:19 UTC] База данных WordPress возвратила ошибку Lock wait timeout exceeded; try restarting transaction в ответ на запрос DELETE FROM ****_blc_links
USING ****_blc_links LEFT JOIN ****_blc_instances
ON ****_blc_instances.link_id = ****_blc_links.link_id
WHERE
****_blc_instances.link_id IS NULL, выполненный do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, wsBrokenLinkChecker->database_maintenance, blc_cleanup_links
[01-May-2018 12:02:07 UTC] PHP Deprecated: Function create_function() is deprecated in /public_html/wp-content/plugins/broken-link-checker/core/core.php on line 957Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Wishlist in WC Catalog ModeHi! Sometimes, in my projects i am using Woocommerce as Catalog. I have this issue in two my projects. In first project i am using Twentytwelve theme, when i enable Catalog mode by php code in finctions.php. In second project i am using premium theme, when catalog mode enabling by theme customizer. In both cases when Catalog mode is turning on, add to wish list button is not visible. I think that is becouse Add to wishlist button is linked to add to cart button.
Sorry for my english)
Happy new year!Forum: Plugins
In reply to: [Product Subtitle For WooCommerce] Using plugin with WP All ImportTim, thank you! It`s realy works!
OK! Thanks!
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Does it works with WP All Import?Hi, Tracy! I am also very (VERY!) interested in this functionality! It will be a very useful feature! Please, let me know when there’s news!
Forum: Plugins
In reply to: [YITH WooCommerce Catalog Mode] Cart-Icon in menu still showingYeah! I find this code in my theme header.php:
<?php if(class_exists('Woocommerce')): ?> <?php get_template_part('includes/view/woocommerce', 'cart'); ?> <?php endif; ?>
I removed this code, and it worked!
Forum: Plugins
In reply to: [YITH WooCommerce Catalog Mode] Cart-Icon in menu still showingThanks for your reply!
I made the recommended changes, but it still does not work((
Plugin version: 1.3.7
My plugin setting: screen.My functions.php code:
if ( function_exists( 'YITH_WCTM' ) ) { add_filter( 'ywctm_cart_widget_classes', 'ywctm_cart_widget_classes' ); function ywctm_cart_widget_classes( $classes ) { //your widget css class names including "." $classes[] = '.cart'; $classes[] = '.cart_icon'; return $classes; } }
Yes, i can make “display: none” for this classes, but it`s not right way.
Please, help!
Forum: Plugins
In reply to: [YITH WooCommerce Catalog Mode] Cart-Icon in menu still showingHi! I have same issue. My theme url, and my website url.
YITH WooCommerce Catalog Mode plugin is active.
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Plugin not workingHi! I have the same problem. No cache plugins. I am using Twenty Twelve parent theme and woocommerce in the catalog mode.
Site URL: https://universam-klass.ru
Forum: Plugins
In reply to: [Image Watermark] No watermark shown despite all settings combosHi! I have the same problem. But No Right Click image and No Drug&Drop also does not work!
My settings:
https://nimb.ws/18OsGTI am uploading images via frontend.
Forum: Plugins
In reply to: [WooCommerce] Permalinks for "Shop Base" Selection 404s on Product PageI have a similar problem! When I go to the product page, I get 404 error! this started after 2.4.13 update. Please, help!
Forum: Themes and Templates
In reply to: Change position of sidebar – Twenty SixteenOK! I give you the URL when I move the site from my localhost!