Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter [email protected]

    (@chriscowleygmailcom)

    Here 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]’

    Plugin Author Baden

    (@baden03)

    Please take a look at this:

    [expand title="<img src="/wp-content/uploads/2013/11/style-services-cutting.jpg" />" tag="div" alt="cutting" rel="hair-highlander" ]

    Do you see how you are using double quotes to define the title? Not look at the src value of the img tag. Do you see how you are also using double quotes for this?

    Now look at this:

    [expand title="<img src='/wp-content/uploads/2013/11/style-services-cutting.jpg' />" tag="div" alt="cutting" rel="hair-highlander" ]

    See what I did there? Expand attributes use double quotes, values inside the double quotes use single quotes.

    Make sense?

    Thread Starter [email protected]

    (@chriscowleygmailcom)

    Yes 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!

    Plugin Author Baden

    (@baden03)

    You are welcome. Don’t forget to vote for pedro!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Images not loading’ is closed to new replies.