Jump to content

Singular

Trumba Community Member
  • Posts

    149
  • Joined

  • Last visited

Everything posted by Singular

  1. I have a calendar and filter spud on my page. Currently, it only lists 2 categories when there are 3. The items included in the filter spud are from all 3 categories, but when I select the third category, no events display on the calendar when there are events on my calendar in the past and future that match this filter value.
  2. I have a test page with a couple Trumba Promotion spuds. Using Chrome I can right click any of the images in the spud to inspect element and get the class name for the images, which is img.twPhotoScaled. I have added a style to my page: /*trumba thumbs*/ img.twPhotoScaled { -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5) !important; -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5) !important; box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5) !important; } When I change the style in Chrome using the inspect element tool and doing it inline, it works fine. However, when I actually add the style to my file, it does not work. Is there something I can do to get this to work?
  3. Displaying information about an event on the event detail page is straight forward. All of the event fields that are on your event template get displayed when there is data for those fields. What if we do not want all of the fields to display on the event detail page? Example: You have a calendar which lists a bunch of events with a lot of info. So on the main calendar view, you have a List spud which shows a summary because you do not want to show all of the details. You also do not want to truncate the Description field on the main calendar view because it might not show all of the summary. What you want is to show the Summary field on the main calendar view, but show the Description field on the event detail page. You do not want to show both on the event detail page because it would be repetitive. Is there any plans to allow users to choose what fields to display on the detail page?
  4. There actually is a way to display only an image that has an embedded link to the event details screen. However, you can't rotate images. If you choose a "list" calendar spud and add featured levels for your events, you can choose "Image is Event Layout" as one of the featured level layouts. That will allow you to add all of your event details like you normally would, but will only display the image on the events calendar page. When you click the image, it will take you to the details screen. I have used this method in the past for displaying banners throughout my events calendar. Not sure if that will help you, but you could perhaps use this technique for your short term needs. all the best, Joe
  5. The permalink is not an option. I need something that is dynamic, not something I have to manually enter. What I need is the same as what is currently the norm for the promotion spud popup window i am attaching as an image. There is a "more info" link that is associated with each event. That link takes you to the detail view of that event. That is what I need to happen for my list view calendar. If there are more details than are not showing, I would like to be able to have a link that says: "more info" to take you to the event detail screen. It would be best if in the publishing control panel / calendar spuds / edit settings and styles for calendar views, that could be one of the field types you could choose from for each event type. A "more info" field, which would be a link to the event detail screen.
  6. Not sure if it is possible, but here we go. Each event title in a calendar is clickable and drills in to the event details for that event. Therefore, each event title passes the eventid. In my basic calendar: http://www.asingularcreation.com/list.htm I have events that are featured and events that are not. The ones that are not featured only display 200 characters from the notes field. So if the notes are more that 200 characters, what is displayed is the first 200, followed by "...", which implies that there is more. Is there any way I could add a link after the ... that would drill in to the detailed view by passing the eventid? thanks, Joe
  7. I see you have custom object support for $50 per month. I will contact Trumba Support to have this enabled on my account.
  8. I am thinking about moving my site to a CMS like Joomla. Is Trumba compatible with Joomla?
  9. I have a password protected calendar that I mix in events from other calendars. I use a promotion spud which contains the events from one of the mixed in calendars. I set the teaserBase of that spud to be the page of my password protected calendar, because I do not want people to get access to the full event details unless they sign up. That all works fine. However, I would like to remove the "ADD TO CALENDAR" link on the bottom of the popup spud so that they can not just add all the events to their calendar. Is that possible?
  10. Once you receive an email notification that someone has submitted an event to your "main calendar_submitted", open the event in Trumba and locate the Owning calendar section. Change the owning calendar from "Submitted" to your published calendar and then click OK. Here is a help topic on the Event Submission Process
  11. Are there any plans to have a calendar registration feature, similar to the event registration? Expand the password protected calendar by requiring registration and/or payment prior to receiving the password.
  12. When you scroll down a page to fill out all of the fields in a Trumba submission form and select Next, you are sent to the approval screen, where you have the option to submit or go back. The problem is that if the form is long, you will not be able to see the submit button or any of the text on that screen. Could you fix that so when someone hits the next button, the anchor is the top of the form on the next page, similar to when you click an event on a calendar spud and go to the detail page? You always go to the top, the event title.
  13. Currently when you use a Summary field on the main calendar view, it also includes that in the detail view, along with the Description field. This info will be repetitive in most cases. Is there a way to have the Summary custom field on the main calendar view, but excluded from the event detail view? Then after the summary, have a link to the detail view that says: "read more."
  14. When visitors submit an event using the online event submission form, they receive a confirmation email. How do we edit the content that gets displayed within that email?
  15. I am going to be incorporating a new password protected version of my calendar to my site soon, but have a question. Does the password protected calendar have any options to request a valid email address to sign up for the calendar? Can I tie in a submit form which has full name and email address? Once they submit, an automated email would be sent to their email address with the calendar password?
  16. I wanted to know if there are plans to allow for ordering of the list. If I have the following list: contests workshops classes tours scholarships all other opportunities How do I get all other opportunities to be displayed at the bottom? It currently defaults to alphabetical.
  17. Currently, there is a way to not offer daily repeat in the submission form. Could it be possible to not allow repeat at all? Next, I would like to see the ability to edit the title of default fields in the submission form or to omit certain default fields altogether. For my one event type, the start date and duration date chooser is not necessary in the submission form, if I include the publish dates and add a custom field for deadline date. The default date chooser implies the date the event starts, not the date they would like to start the listing. And for events that have a deadline, it gets confusing to some people. There is the ability to hide the web link or location. I think we should have the ability to hide the date fields as well so that we could add custom fields.
  18. I am having a problem with the event registration feature. I have created a registration even with custom questions and saved it. I then went into an event and edited the event registartion section to include open registration and a confirmation email, etc. I hit OK. It did not work. I went into the event to look and in the event registration tab, it continues to say: No registration information exists for this event with an explanation below of how to add the feature. I know I am doing it correctly, but it will not work. Is there something wrong with my form settings that is preventing me from adding a registration form to my events?
  19. Is the Ongoing Events feature new or did I have I just not noticed it until now?
  20. I have come up with a temporary fix for this issue. I have given the images a max width and height of 1px in the details view. So all that appears is a small dot. It seems to work.
  21. Is there any way I can get an image to appear on the main spud view, but not on the detail view? I do not want the image to be on the detail page.
  22. What is the chance of developing a rich text or WYSIWYG editor so that we can edit our event description without code? We could add lists, bold, add links and other things much faster that way.
  23. I created a sample sponsor calendar called "Sample". I mixed in all of the events from my calendar "asingularcreation" which is located on my web site. I added the code for "sample" on a different web site to test it. The calendar works, but the teaserBase URL, which I have set to the page where "asingularcreation" is located, is not working. When you click on an event, you remain on the same website. So I tried putting the code from my main calendar "asingularcreation" with the correct teaserBase URL, on the other test web site. The calendar works, but if you click an event, it still won't take you to the correct web page. You stay on the other web page. Is the teaserBase URL designed to take the user to the calendar located within the site only? Or can it somehow take users to a different site, if that is where the teaserBase URL points?
  24. If I define a custom field and create a event type using those fields, how can I place those fields after the Description section? We currently have the ability to order them, but they all appear before the Description section. I would like some of the fields to be before the Description section and some to be after. Is that possible?
  25. I really think something needs to be done about the Previous and Next buttons at the top of each published calendar. Many people do not see it for some reason or another. The natural tendency is for people to read all the way to the bottom and look for a link at the bottom to direct them to the next page of events is there is more. I recommend having something at the bottom in place of the powered by Trumba link that looks like this: Pages: 1 | 2 | 3 | 4 | 5 . Or at least in place of the previous and next buttons.
×
×
  • Create New...