You are here: Home
Support site for Tips and Tricks HQ premium products
I wrote a JS script that auto increments the price beautifully. For my time, I put it up on Gumroad for $1.00
Found the solution here: https://support.tipsandtricks-hq.com/forums/topic/wp-estore-button-not-displaying-in-internet-explorer-ie?replies=4#post-36093
works great!
and for me too!
Any idea when this will be released? Thanks.
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.