katinkweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] external URLwith some shuffling around with what I needed on the page, yes, this worked! thank you for helping me understand a bit more how the coding works.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] external URLI would love to, but the site is in maintenance mode since has not actually been filled in.
I can send over the following, in the hope that you still might be willing to help me this way:this has been added in under Event Attributes
#_ATT{EVENTURL}this is the format header
<table cellpadding=”0″ cellspacing=”0″ class=”events-table” >
<thead>
<tr>
<th class=”event-time” width=”150″>DATE</th>
<th class=”event-description” width=”*”>VENUE</th>
<th class=”event-time” width=”*”>REPERTOIRE</th>
<th class=”event-time” width=”*”>TICKETS/MORE INFO</th>
</tr>
</thead>
<tbody>this is the event list format
<tr>
<td>
#_EVENTDATES
#_EVENTTIMES
</td>
<td>
{has_location}
<i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
</td>
<td>
#_EVENTNAME
#_EVENTNOTES
</td>
<td>
#_EVENTURL</td>
</tr>I know this is not right. Currently the URL goes to the single event URL.
I am not going to need any of the events to link to the single event pages. The client wants that one can click straight to ticket sales for the concert, so to an external URL.I really, REALLY appreciate you replying to this email so quickly.
Forum: Plugins
In reply to: [WP Lightbox 2] iPad/iPhoneHi, this was posted 5 days ago. I would greatly appreciate a response. I also saw that it on a PC the pictures go dark when clicked.
Please a solution, otherwise I will go shopping somewhere else for a plugin that does fully work.
Thank you.