Home › Forums › WoodMart support forum › Recently viewed products
Recently viewed products
- This topic has 3 replies, 2 voices, and was last updated 1 month, 2 weeks ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
November 29, 2024 at 8:13 pm #617851
robrian565ParticipantHello, you all have been helping me out with little issues I encounter while setting up a new site and you guys have been amazing!
I just noticed another small issue that I can not seem to fix myself. On my post in the right sidebar widget for recently viewed products, the images are huge compared to my other website. The site with the issue is Fan Junky and the site where it’s perfect is https://exoduscbd.com. Please look at the attached screenshots and how I want recently viewed products to look. Please let me know where the settings are to make the one website’s recently viewed products look like the exodus website with small thumbnails. I also included the login to Fan junky, but i can not find the settings on where i can adjust the layout.
Please let me know and thank you very much!
Attachments:
You must be logged in to view attached files.November 30, 2024 at 12:40 pm #617962
Aizaz Imtiaz AwanKeymasterHello,
May be there is an issue with the 3rd party plugins. Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.
Otherwise, if the issue still exists then keep the 3rd party plugins deactivated and let me know so I will check and give you a possible solution.
Best Regards.
December 1, 2024 at 9:00 am #618103
robrian565ParticipantHello, All the 3rd party plugins are deactivated and even took out all my global css code to change font styles and what not, but the problem is still there. I know I had to update this theme the other day and apply patches. It’s definitely not a plugin because the only ones left activated is woodmart core, a basic woo and basic elementor so I could still see my products with the sidebar. Feel free to activate and deactivate plugins. The only one you would have an issue with is elementor pro because it needs to re-connect to my elementor account.
Bigger issue is this site needs to be running without this issue for Cyber Monday. Please can you help get this fixed. I would have to say it’s whatever update ran on this theme causing the problem because it was fine before with all plugins active.
Thank you for your time!
December 2, 2024 at 11:01 am #618291
Aizaz Imtiaz AwanKeymasterHello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.product_list_widget>li .widget-product-wrap { display: flex; } .product_list_widget>li img { min-width: 65px; max-width: 65px !important; border-radius: calc(var(--wd-brd-radius) / 1.5); } .product_list_widget>li .widget-product-img { margin-right: 15px; }
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register