theref
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Missing CountriesLol 🙂
If you could point me in the direction of how I can either add (or amend an existing) country then I am happy to do that.
I can’t ever see the show going to some of the countries in the list so may make sense for me to reduce the drop down.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Additional TableSorry to explain….
I have created 8 attributes in the events table (one for each character in the show). In an individual event I can populate the actors name against the character but as the text is free text, ie not coming from a table, there is no way for me to do unique queries based on the actor – ie show me all roles that he has played, how many times have I seen him etc – whereas if the role and character were in a table I could do that.
In other words where I can add a location and reference it by location_id I need a table called cast and do the same. I am not using the booking table at all so I wonder if I could amend that.
Hope that makes more sense
Perry
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Missing CountriesPlease can you add the home nations – ie – England, Scotland, Wales and Northern Ireland – as individual countries as well as UK as my events need the individual country name.
Thank you!
Thanks for the reply.
This will not allow me to click on a past event and go to that specific event which is what I want to be able to do.
I would like to be able to use a combination of location and event shortcodes.
Hi
I have the following code in the Single location page format section within the EM settings page
<div style="float:right; margin:0px 0px 0px 0px;">#_LOCATIONIMAGE</div> <p> <strong>Address</strong><br/> #_LOCATIONADDRESS<br/> #_LOCATIONTOWN<br/> #_LOCATIONPOSTCODE<br/> #_LOCATIONCOUNTRY </p> <br style="clear:both" /> <h3>Upcoming Shows at #_LOCATIONNAME</h3> <p>#_NEXTEVENTS</p> <h3>Previous Shows at #_LOCATIONNAME</h3> <p><a href="?page_id=4&event_id=#_EVENTID"> #_LOCATIONPASTEVENTS</a></p>Sorry code here…
<p><a href="?page_id=4&event_id=#_EVENTID"> #_LOCATIONPASTEVENTS</a></p>I still want to link to the same URL I just want to be able to have the link on say the date text rather than the default link text.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] CSSHi Tobias
The copy and paste via Notepad worked a treat so thank you.
Not too sure what you mean about reducing the code.
Thanks
Perry
Forum: Plugins
In reply to: [WP-Table Reloaded] wp-table-reloaded Table Width CSSThanks Tobias, it works a treat. If I may ask you one more CSS question in one cell I have two images and a name which is a hyperlink. Ideally I want the first image, which is a photo, to be left justified. The name of the actor to appear next to the photo and then in the bottom right of the cell a second image which is a small tick which would indicate if that actor has appeared or not.
I’ve tried doing it with background images etc but it’s not sitting right. Any tips?
Thanks
Perry
Forum: Plugins
In reply to: [WP-Table Reloaded] wp-table-reloaded Table Width CSSHi Tobias
The column 3 was correct in the CSS but was a typo in this message. The bit that did the trick was the…
.wp-table-reloaded-id-2015 {
width: auto!important;
}I’m still having issues trying to get the table to centre on the screen. I have looked at the FAQ but it is still staying left justified.