A client asked for Front-End access to view event registration records and download the CSV records. Here's how the CSV list displays:

As you can see, the check boxes are in the middle of each event and the way they wrap makes the display a mess.

Also, the "Back" button does not always go back to the main menu - it goes to the previous page. So if I'm editing a record and go back to the list, then click "Back", it goes back to the edit record page instead of back to the main menu. Maybe this was intentional, but it seems logical that "Back" would return to the main page for DT Register.

I'm not sure if this is a template issue, but if it is, it would be helpful to set the styling to override the template for consistent display across all templates.

Thank you,
Ernie

    ernienet
    Hi,

    It may conflict with the style of template on your site, try to use this custom CSS:

    .option-com-dtregister .checkbox-row nobr, .option-com-dtregister .checkbox-row nobr {
        display: block;
        margin-bottom: 5px;
    }

    I'm not sure where to put that code. Last time I had an issue with styling, you said to put the code at the end of the template.css file. That's what I did for this code, but it does not change the appearance.

    I cleared the cache to be sure, but it's not working.

    Thank you,
    Ernie

      ernienet Hi. An end of file /templates/rt_voxel_responsive/css/template.css should be fine. Please let me know when it will be added so I'll check if there is no syntax error in this file blocking it from being used. You can also try to move it at the top of this file.

      I had placed the code at the bottom of that file, so I had the right place. I moved it from the bottom to the top, cleared the cache and it's still displaying the same way.

      Here's what I added:

      / DT Register fix for frontend CSV Export List /
      .option-com-dtregister .checkbox-row nobr, .option-com-dtregister .checkbox-row nobr {
      display: block;
      margin-bottom: 5px;
      }

      Thank you,
      Ernie

        Write a Reply...
        You need to Login to view replies.