• Hi, I have very basic knowledge of HTML so I’m hoping there’s a simple fix for my issue.

    My site is http://www.florencemine.com/

    I have a Buy Tickets button in my sidebar but the link is being carried over to the next Widget – What’s On. You’ll see that if you click on the What’s on text you’ll be taken to the Buy Tickets page. What bit of code am I missing to stop this happening? What’s on should be text, it doesn’t link anywhere.

    All help is much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey – Currently the HTML looks like this:

    <div class="textwidget"><a href="https://tickets.tygit.com/tickets/buy-now/attractionId/162", 'https://tickets.tygit.com/tickets/buy-now/attractionId/162'" </a>
    <img class=" wp-image-2947 aligncenter" src="http://www.florencemine.com/wp-content/uploads/2016/02/buy-tickets-button1.png" alt="buy-tickets-button" width="91" height="34" </a></div>

    and should look something like this instead:

    <div class="textwidget"><a href="https://tickets.tygit.com/tickets/buy-now/attractionId/162">
    <img class="wp-image-2947 aligncenter" src="http://www.florencemine.com/wp-content/uploads/2016/02/buy-tickets-button1.png" alt="buy-tickets-button" width="91" height="34"></a></div>

    Thread Starter florencemine

    (@florencemine)

    Dan, thanks SO much for this. So simple and it worked a treat. Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing code?’ is closed to new replies.