oktafish
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
OK, so no response from the developer. I`m going to delete this plugin and find an alternative.
OK, so upon further testing it seems the conflict appears due not to the product being variable but having a photo gallery in the product tabs under the product photo.
Still, the issue remains although seemingly caused by a photo gallery.Forum: Plugins
In reply to: [Five Star Restaurant Menu and Food Ordering] Styling Item TitleThank you for your super fast reply. I
ve overridden the templates and made the changes, unfortunately that hasn
t worked. The html isn`t showing a unique id or class. However it did change the generated mark up.
Here is the original code snippet :<li class="fdm-item fdm-item-has-price"> <div class="fdm-item-panel"> <p class="fdm-item-title">Prawns pil pil</p><div class="fdm-item-price-wrapper"> <span class="fdm-item-price">7 €</span> </div><div class="fdm-item-content"> <p>Spicy prawns in butter and oil with garlic and chilli served with bread</p> </div> <div class="clearfix"></div> </div> </li>
and here is the amended version:
<li class=""> <div class="fdm-item-panel"> <p class="fdm-item-title">Prawns pil pil</p><div class="fdm-item-price-wrapper"> <span class="fdm-item-price">7 €</span> </div><div class="fdm-item-content"> <p>Spicy prawns in butter and oil with garlic and chilli served with bread</p> </div> <div class="clearfix"></div> </div> </li>
as you can see, the changes seemed to loose the class “fdm-item fdm-item-has-price” other than that no change.
Viewing 3 replies - 1 through 3 (of 3 total)