• Hi,

    I noticed a little bug in the display of a download product price on the homepage. This occurs when the digital download product has the option “Enable variable pricing” checked and different product variations have been added.

    The download on the homepage should be displaying (on hover) something like “Starting at: €10,00” but is sais “€10,00Starting at:”

    My current work-around is adding the followin style rule to the Custom Styles via the theme customizer:

    .edd_price {
      float: right;
      margin-right: 5px;
    }

    This makes the span wrapping the price jump to the right so that at least visually the order is correct. But it’s not an ideal solution. The text in screen readers remains garbled and visually, the price being aligned to the right while the “Starting at” text is centered makes no sence.

    Hope this can be fixed ??

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Homepage featured download products price display problem’ is closed to new replies.