- This topic has 5 replies, 3 voices, and was last updated 12 years, 4 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › eStore – fancy1 Display problem with Product Variation
Tagged: display, display problem using fancy1, estore, fancy1
My problem is when I start adding Product Variations the product box does not grow.
Screen Shot one
[http://shopfloorautomations.com/images/sshot-1.png]
In this screen shot you can see I’m missing my Variations and the Add to Cart button
Screen Shot two
[http://shopfloorautomations.com/images/sshot-2.png]
You can see I taken out the Product Description and now you can see the Variations but the Add to Cart button is kinda showing.
Any Help would be Great fully.
Sorry Newbie here.
Please post a link to the page where you have the product display so I can investigate the HTML and CSS code. I am pretty sure there is some CSS issue going on here.
[http://www.shopfloorautomations.com/order-form/]
The eSore buttons seem to be placed inside a CSS class called “fluid-width-video-wrapper”. Where is that coming from?
Please do this test:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
Thank you.
Yes it something with the theme. I will have to go and figure that out.
Thank you again for dealing with this Newbie.
I was having the same trouble with CSS class called “fluid-width-video-wrapper”. I found the fix:
Look for this in your themes code:
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
This is the problem.