Sorry for the confusion, I was referring to the top menu bar, I then found the checkout page was broken too.
I went to settings in toolset and change to "This site is not using Bootstrap CSS"
It seems to have fixed things
Now this is sort I want to show related items in a sidebar but am not using the default shortcode option as they display in columns instead of rows. So I have watched a post related tut and tried using it for products. However, I can only display the page product itself. I have tried showing hidden fields and try using related id without any luck. Can you watch this link to see the issue please. hidden link
The [wpv-woo-product-image] Will display the gallery image since your products are variable products. I would recommend using the [wpv-featured-image] shortcode to display the single image.
I took a glance at the site once more.
IT seems that you've resolved the Menu issue.
Please let me know if there are any other issues on this.
"Now this is sort I want to show related items in a sidebar but am not using the default shortcode option as they display in columns instead of rows. So I have watched a post related tut and tried using it for products. However, I can only display the page product itself. I have tried showing hidden fields and try using related id without any luck. Can you watch this link to see the issue please.
Please watch this to show more hidden link"
Also tried [wpv-featured-image] but it just shows the text and the product has no option for a featured image?
A pop up appears with text below and the related product in the sidebar are still just the page product. Copied pop up text below. Hope this helps?
Page info
Current page hidden link
Total memory used 4.13MB
Render time 0.75
Total MySQL queries 183
CPU usage 0.53%
Elements info
- Sidebar Related1 (Products, limit to 3 items ordered by post title, descending)
ID 25017
Name Sidebar Related1 (Edit)
Kind of element View
Render time 0.02664
Memory used 0.0805MB
Summary Products, limit to 3 items ordered by post title, descending
MySQL query Show
Items found 3
+ View Loop
You will need to create a view that is listing products and add a query filter to the view for Post ID. Then the view will be able to be filtered by the ID's that are generated by his custom code.
Then you just add the view to the template for your page.