Jump to content

Singular

Trumba Community Member
  • Posts

    149
  • Joined

  • Last visited

Posts posted by Singular

  1. 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?

     

  2. 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?

  3. 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

  4. 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.

    Clipboard01.jpg

  5. 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

  6. 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?

     

  7. 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.

  8. 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."

  9. 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?

  10. 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.

  11. 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?

  12. 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?

  13. 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?

  14. 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...