grbarrie
Forum Replies Created
-
Forum: Plugins
In reply to: [Import Members from CSV for Paid Memberships Pro] No Sample FileThanks! Is it possible to add the group that the users will be a part of?
I’m using 1.3.88. Under user roles I only have member and admin. It doesn’t give me an option to add users.
Forum: Plugins
In reply to: [Event Calendar Newsletter] Add City to Listing?Thanks I look at that. Sorry, I should have mentioned I am using GeoDirectory for the events. I am also using the single row with button format. Is it possible to use the location_city tag with that?
- This reply was modified 7 years, 4 months ago by grbarrie.
Forum: Themes and Templates
In reply to: [Mediaphase Lite] Full Page Templates?I contacted the developer and they created a full page template for me.
Forum: Plugins
In reply to: [Album Gallery - Flickr Album Gallery] Multiple Galleries in One PageThank you.
I just upgraded to WP 4.3, the issue was happening in 4.2 as well. URL rewrite is enabled, you can view my development site at https://173.199.136.209/events/
I’ve gone through deactivating the plugins and switched to the default theme and the problem still persists.
Sorry, where do I add that?
It looks like it was a problem with my browser (chrome in Ubuntu in a virtualbox) because I just went to the externally hosted page and it does the same thing but in my native OS it loads fine. So I’m happy that it’s working properly. The only outstanding issue I have now is that the new fields that I added aren’t formatted like the rest of the form. You can see it in the new event form down at the bottom in the Organizer section.
I’ve moved the site from my internal server to an external host. I have limited functionality on the site, but there is enough for you to add an event to see the form. The drop downs are displaying properly now on this host for some reason. I still need to get my new form fields to be formatting like the rest of the form which I can’t seem where that code resides.
The site is at https://173.199.136.209/ you’ll have to log in to access the new event form, user is test_user and p/w is test.Okay, that’s fixed then. I still need to clean up the new event form.
How do I format the new fields that I create on the new event form? For example the field that I have created for Organizer Club is showing as
Organizer_Club just as I have in the attributes but I would like it to be displayed as the rest of the form which would be Organizer Club:
Also the drop downs for the time is compressed so the AM and PM are on top of the hours. What file do I edit to correct this?I’ve added the following to the single event page format and it seems to do what I want it to. I’m not sure if its the correct way or if I should be using a template.
<a href="mailto:#_ATT{Organizer_Email}">#_ATT{Organizer_Email}</a> <a href="https://#_ATT{Organizer_Website}">#_ATT{Organizer_Website}</a>
Sorry, its on an internal development server.
For the submission form I added the following to the Event Attributes section:
#_ATT{Organizer_Club}
#_ATT{Organizer_Name}
#_ATT{Organizer_Email}
#_ATT{Organizer_Phone}
#_ATT{Organizer_Website}And then I added the following to the Single event page format:
Organizer Information
#_ATT{Organizer_Club}
#_ATT{Organizer_Name}
#_ATT{Organizer_Phone}
#_ATT{Organizer_Email}
#_ATT{Organizer_Website}
</p>Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event Output PageThanks that got it!