Home › Forums › Themes Support › Pricom › Shadow in Product Guide
- This topic has 6 replies, 2 voices, and was last updated 3 weeks, 6 days ago by
admin.
-
AuthorPosts
-
February 23, 2023 at 2:18 am #10633
Dear,
I imported theme content, but It seems not work with product guide
how to remove it ?Attachments:
You must be logged in to view attached files.February 23, 2023 at 2:34 am #10635Hi,
Thanks for contacting us and choosing our product!
It seems you have special settings with Elementor and it will automatic open image with Popup and it causes image duplicated.
We have just fixed it by go to: wp-content/themes/pricom/framework/includes/ then open file woocommerce-hooks.php
and change the code on line 506 from:
echo '<div class="product-size-guide"><a href="'. esc_url( $haru_product_size_guide ) .'" data-fancybox="product-guide" class="product-size-guide-link">' . esc_html__( 'Product Guide', 'pricom' ) .'</a></div>';
to
echo '<div class="product-size-guide"><a href="'. esc_url( $haru_product_size_guide ) .'" data-fancybox="product-guide" data-elementor-open-lightbox="no" class="product-size-guide-link">' . esc_html__( 'Product Guide', 'pricom' ) .'</a></div>';
Now it’s working fine.
Here is the document of the theme: https://document.harutheme.com/pricom
We’ll update this in the next version!
Hope this helps!****
Regards,
HaruThemeFebruary 23, 2023 at 2:44 am #10636Thank you so much.
By the way .
Why I do not have attribute chooser as demoAttachments:
You must be logged in to view attached files.February 23, 2023 at 2:44 am #10639I setup site from blank
February 23, 2023 at 2:47 am #10640Hi,
WordPress Importer can’t import product attribute.
So you need to create Variable product follow this:
then set variable product like this:
If you have create variable products from CSV file follow this:
Hope this helps!*****
Regards,
HaruThemeFebruary 23, 2023 at 3:01 am #10644How about this form ?
I suggest It can not be imported by wp import
Attachments:
You must be logged in to view attached files.February 23, 2023 at 3:27 am #10648Hi,
The plugin MC4WP is required to install to display this form but you don’t install it:
https://gyazo.com/44f97e073c4d8f91ad3c58be866a5175
That’s why this issue happened.
So when you import demo data you should installed all required plugin then deactivate them later if you don’t want to use them.
We have just added it manually for you.
If you have other issues please search in the document or on the forum for a quick solution!
Hope this helps!***
Regards,
HaruTheme -
AuthorPosts
You must be logged in to reply to this topic.