[email protected]
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Woocommerce] Cart errorBump
Forum: Plugins
In reply to: [Collapse-O-Matic] Images not loadingYes it does and thank you. I set it up as you said but somehow it changed over in the last week or so. It’s fixed now. Thanks for your help!
Forum: Plugins
In reply to: [Collapse-O-Matic] Images not loadingHere is an example of some of the code
‘<div id=”tabheadrow”>Click on the image below to reveal our services and prices [expand title=”<img src=”/wp-content/uploads/2013/11/style-services-cutting.jpg” />” tag=”div” alt=”cutting” rel=”hair-highlander” ]
<table><caption>Please note that all cutting services are inclusive of a shampoo and basic styling service.</caption><colgroup></colgroup>
<thead>
<tr>
<th scope=”col”>Cutting</th>
<th scope=”col”>Type</th>
<th scope=”col”>Price</th>
</tr>
</thead>
<tfoot>
<tr>
<td>Childrens</td>
<td>Age 1-4</td>
<td>$15.00</td>
</tr>
<tr>
<td></td>
<td>Age 11-14</td>
<td>$25.00</td>
</tr>
<tr>
<td></td>
<td>Age 15-17</td>
<td>$30.00</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>Womens</td>
<td>Cut</td>
<td>$72.50</td>
</tr>
<tr>
<td></td>
<td>Restyle</td>
<td>$78.50</td>
</tr>
<tr>
<td></td>
<td>Deluxe Cut and Style*</td>
<td>$140.00</td>
</tr>
<tr>
<td></td>
<td>Fringe Trim</td>
<td>$5.00</td>
</tr>
<tr>
<td>* Up to 90 minute style cut and style blow-dry service</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Mens</td>
<td>Cut</td>
<td>$52.50</td>
</tr>
<tr>
<td></td>
<td>Beard Trim</td>
<td>$15.00</td>
</tr>
<tr>
<td></td>
<td>Clipper Cut</td>
<td>$20.00</td>
</tr>
<tr>
<td></td>
<td>Student</td>
<td>$40.00</td>
</tr>
</tbody>
</table>
[/expand]’