Home › Forums › Themes Support › Claue › Compatible Recently Viewed Plugin for Theme?
- This topic has 29 replies, 2 voices, and was last updated 3 years, 8 months ago by ushoptwo.
-
AuthorPosts
-
-
February 24, 2021 at 10:33 pm #40586
Is there a recently viewed plugin that is compatible with the theme so it looks like its a part of the website? One that works with both mobile and desktop. I have a plugin for recently viewed but every time I update something it is no longer compatible with with the theme and the functionality becomes strange on both Desktop and Mobile (name of plugin: YITH WooCommerce Recently Viewed Products ). Is there a way to resolve this? I have spoken with their support but they are not very helpful. Is there something that can be done? Thanks in advance!
-
February 24, 2021 at 10:35 pm #40587
Hi,
It have default widget of UoCommerce. You don’t need use a plugin for recent view products.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio-
February 24, 2021 at 11:31 pm #40588
What does that mean and how would I enable this feature?
-
-
February 24, 2021 at 11:35 pm #40589
Please go to Appearance > Widgets and Add Recent View Products to WooCommerce Sidebar or any sidebar.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio-
February 25, 2021 at 9:42 pm #40609
Is there a way to add the widget into its own row? Maybe above of all the footer rows and columns? Thanks in advance!
-
February 26, 2021 at 7:47 am #40612
You can add widget to footer sidebar.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio-
February 26, 2021 at 7:55 am #40613
Is there anyway to have it directly above the footer? I do not want it inside of the footer nor inside the sidebar. Thanks in advance!
-
February 26, 2021 at 7:56 am #40614
If not is there a way to fix the current recently viewed product plugin I have? It doesnt look the way it is supposed to(it doesnt match up with the theme of the website). Thanks in advance!
-
February 26, 2021 at 8:28 am #40615
Hi,
1. Please add below code to claue-child > functions.php
if ( ! function_exists( 'jas_claue_register_child_sidebars' ) ) { function jas_claue_register_child_sidebars() { register_sidebar( array( 'name' => esc_html__( 'Above Footer Sidebar', 'claue' ), 'id' => 'above-footer-sidebar', 'description' => esc_html__( 'The Sidebar Above Footer', 'claue' ), 'before_widget' => '<aside id="%1$s" class="widget %2$s">', 'after_widget' => '</aside>', 'before_title' => '<h4 class="widget-title fwm">', 'after_title' => '</h4>', ) ); } } add_action( 'widgets_init', 'jas_claue_register_child_sidebars' );
2. copy file footer.php in claue to claue-child and add below code under line 8 in this file https://prnt.sc/1075wnh
<?php if ( is_active_sidebar( 'above-footer-sidebar' ) ) : ?> <div class="above-footer-sidebar"> <?php if ( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar( 'above-footer-sidebar' ) ) : endif; ?> </div> <?php endif; ?>
3. Go to Appearance > Widgets and add “recent view products” widget to Above Footer Sidebar.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 26, 2021 at 9:39 am #40616This reply has been marked as private.
-
February 26, 2021 at 10:24 pm #40619
I’m sorry it can’t show as slider.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 26, 2021 at 10:34 pm #40621
Hmm, I see. How do we enable the primary side bar to show up on the website? I might try putting it there to see how it looks. Thanks in advance!
-
February 26, 2021 at 11:19 pm #40624
Please go to Claue > Theme Option > WooCommerce > Product Listing Settings > Choose Layout with sidebar and select sidebar to show on product list.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 27, 2021 at 12:36 am #40626This reply has been marked as private.
-
February 27, 2021 at 12:54 am #40628
Did you add recent view products widget to woocommerce sidebar or primary sidebar?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 27, 2021 at 1:14 am #40630
Yes, I added it to both of them to see. But both of them didnt show anything at all. Even though the primary bar has other things inside of it aswell.
-
February 27, 2021 at 8:28 am #40632
Can you please send me admin account to check?
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 27, 2021 at 8:37 am #40633This reply has been marked as private.
-
February 27, 2021 at 8:37 am #40634
yes, please send in private reply.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 27, 2021 at 8:42 am #40635This reply has been marked as private.
-
February 27, 2021 at 8:49 am #40636This reply has been marked as private.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 27, 2021 at 9:27 am #40637This reply has been marked as private.
-
February 27, 2021 at 9:59 am #40638
The sidebar not show on category page because you are setting the category without sidebar https://prnt.sc/10823j3 you need edit the category and click on layout to un-select layout and use global setting in theme option > woocommerce > product listing setting
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 27, 2021 at 10:39 am #40639This reply has been marked as private.
-
February 27, 2021 at 10:52 am #40640This reply has been marked as private.
-
February 27, 2021 at 10:55 am #40641
Please go to Appearance > Widgets > Primary Sidebar and remove Recent View Products widget and do what you want.
For YITH recent view products please contact plugin author.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
-
-
-
February 25, 2021 at 12:15 am #40590
Thank you very much for the information.
-
February 27, 2021 at 11:17 am #40642
They are fixing the problem just when I update the theme it is going back to normal. I will contact back to them again for this matter. Thanks for your help.
-
February 27, 2021 at 8:26 pm #40643
Please tell them to add customize to child theme. The customize code will be prevent when you update parent theme.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio-
February 28, 2021 at 6:33 am #40646
Thank you for the information.
-
-
-
-
AuthorPosts
You must be logged in to reply to this topic.