Purchase buttons not displaying
-
Hi,
I have a low traffic but long running EDD installation that’s been recently updated to 3.x – currently running 3.1.0.1.1. Sometime after October 5th when the last purchase was made, the purchase buttons disappeared. I use individual shortcodes of the form [purchase_link id=”3332″]. Looking at the source, I can see that the buttons are there but are being hidden as a result of .edd-has.js being set to display:none via an inline style:
<style>.edd-js .edd-no-js, .no-js .edd-has-js { display: none; }</style>I’ve overridden that with my own style but I’d like to figure out whether this is a bug, or a feature I can turn off, or …?
For extra strangeness, if I look at the source of the page then the buttons don’t have the class .edd.has-js but if I use browser inspect then the buttons do have that class.
Phil
The topic ‘Purchase buttons not displaying’ is closed to new replies.