This topic has 6 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hello.
Experiencing multiple issues after updating the theme. Here is the list that I could not fix myself:
1. Cart widget is gone from the header.
2. Custom CSS to make the header smaller does not work
3. Theme options menu disappeared in the admin section
4. Images in testimonials widget are now 100% of the width
Please let me know what changes you are making so I could replicate those on the production site
Hello,
1,3. Problems caused by changes in your child theme. You can activate parent theme and check.
2. I do not see the problem http://prntscr.com/irxacr
4. Please add this code in Custom css for the page http://prntscr.com/irxstu:
.owl-carousel.testimonials-slider .owl-item img {
display: inline-block;
}
.owl-carousel.testimonials-slider .owl-item img {
width: auto;
}
Also, go to Theme Options > Color Scheme > Fixed Header Text Color > Dark.
Regards
Thank you, this was helpful. Lot’s of trouble due to old child theme files. I would recommend to compare the files in the child theme that comes with the update with the old child theme files.
One more question and you can close this issue as resolved.
Where do you edit the language selection links in the top black part of the header (header 1)
Found it:
headers/parts/top-bar.php
All issues resolved.
Hello,
I am glad that you sorted out.
Regards
You must be logged in to reply to this topic.Log in/Sign up