ernestpanfiloff
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Ajax wishlistHello, thank you.
I have copy-pasted the wishlist-view-header.php file into theme/woocommerce.
Added on-first-load class, this is how the code looks now:
<form id="yith-wcwl-form" action="<?php echo esc_attr( $form_action ); ?>" method="post" class="woocommerce yith-wcwl-form wishlist-fragment on-first-load" data-fragment-options="<?php echo esc_attr( json_encode( $fragment_options ) ); ?>">
Also added jQuery to header, with the Custom CSS & JS plugin:
jQuery(document).trigger('yith_wcwl_reload_fragments')
Screenshot: https://prnt.sc/yzwgco
And it didn’t work. Wonder if I’m doing something wrong…
- This reply was modified 4 years, 1 month ago by ernestpanfiloff.
- This reply was modified 4 years, 1 month ago by ernestpanfiloff.
Forum: Plugins
In reply to: [WooCommerce] Adding extra product infoHi, @lorro.
Thanks, but I need something that can display different text for each product.
Looks like this would display the same text for every product because the shortcode is the same on every product page.
Forum: Fixing WordPress
In reply to: Error on top of the page. HELP!Hi, @lupamajor I have contacted my host, and they resolved the issue, the cause of this error was some kclient plugin, they have deleted it and it resolved the problem.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Ajax wishlistHello, thank you for the reply.
How do I add this
on-first-load
class to wishlist-view-header.php ?How does that on-first-load class code look like?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Pop-up instead of link to wishlist pageUpdate: It did work, actually. Thank you.
Forum: Fixing WordPress
In reply to: Error on top of the page. HELP!Resolved.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Pop-up instead of link to wishlist pageHello,
so I haven’t found a woocommerce folder in my theme folder:
/wp-content/themes/astra/So I have created a woocommerce folder and created new file add-to-wishlist-remove.php, and pasted the content from wp-content/plugins/yith-woocommerce-wishlist/templates/.
Changed are not happening when I’m editing this file wp-content/themes/astra/woocommerce/add-to-wishlist-remove.php