This topic has 8 replies, 3 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hello,
We are having an issue wherein the product thumbnails are duplicating on all products.
The slider appears as it should (with the different product variations) but the images below are all the same as the first image. It appears to create instances of the image for each
The Js console also logs:
Any insight is appreciated! Thank you!
Hello,
Thanks for the topic.
Try to re-save Theme Options. Let us know if it will solve the problem with thumbnails.
Do you use a child theme? If you created child theme before 4.0 update, you need to create the dynamic.css file in royal-child theme folder and set permissions 777 for the file + add wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
in royal-child/functions.php file.
Regards
Thank you very much! Re-saving the Theme Options did the trick for the thumbnails.
We are using a legacy child theme so we will make the changes. Should this fix our 404 error on the CSS file?
You’re welcome!
Did you add any code in custom.css file of parent theme? If not, go to Theme Options > Custom css > Enable Custom CSS file > Off.
Regards
Yes, we have a sizeable amount of styles in the Global Custom CSS and Custom CSS for mobile. Which I guess is not loading if it cannot find the custom.css file?
Would be better served to move it into styles.css in the child theme?
Hello,
Global Custom CSS and Custom CSS are 2 ways to add custom. if you want to use Custom CSS via file you need to create the file in the theme’s directory and then enable it in theme options. But if you prefer the Global Custom CSS you don’t need to create any file and Custom CSS file option should be disabled.
If you don’t want to use Global Custom CSS area then you can use child theme style.css.
Regards
Thank you very much for the clarification.
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up