Hello Nick,
Apologies for the long waiting time, I was out due to sickness.
I’m sorry to hear you are still having issues. Most of your questions above are related to styling and customization, which is beyond the scope of our support. I can give you some pointers to help you get started, but you will need to do the work yourself. If you need outside help with customizations, then I’m happy to share with you this list of independent developers, who are well known in our community and are not affiliated with us.
In case you didn’t check this article about Genesis Theme Framework Integration in our knowledge base, than it’s a good starter.
For some of the customization you will need to create template overrides, as I pointed out also earlier. For these the starting point is our Themer’s Guide.
And some ideas.
1. This can be done with some css styling and the css @media queries.
2. The page gives a 404, so couldn’t check.
3. In normal view the buttons are visible in list view. In mobile view they are hidden with css. It should be possible to make them visible with the snippet I shared above. Maybe it needs a little adjustment like this:
.tribe-events-list .tribe-events-event-cost {
display: inline-block !important;
}
4. I assume this is the list view. You will need to create a template override for that. In the override you will need to use one of these functions based on your needs:
You can find further function here.
Questions 5 and 6 are customizations beyond our reach.
I hope this will help you get started.
Cheers,
Andras