Support

Home Forums Event Espresso Premium EE 4 Table/Single Event Issue

EE 4 Table/Single Event Issue

Posted: December 30, 2019 at 9:22 pm


Command Presence

December 30, 2019 at 9:22 pm

If you go to https://dennisvalone.com/upcoming-training and click on the first event you will see the lay I am looking for. WHen you click on the Ft. Collins event you will see a diffrent layout. I know the first event you cant select tickets but the other event you can. How do I get that second event not look like it is spread 100% full width?

Question 2- Once you click on a register link, can I add a logo to the next page that has the ticket select on it?


Tony

  • Support Staff

December 31, 2019 at 5:23 am

Hi there

If you go to https://dennisvalone.com/upcoming-training and click on the first event you will see the lay I am looking for. WHen you click on the Ft. Collins event you will see a diffrent layout. I know the first event you cant select tickets but the other event you can. How do I get that second event not look like it is spread 100% full width?

It looks like the Ft. Collins event has been set to a full width page template.

Edit the event and look for this option:

https://monosnap.com/file/myKK6GwLxxP9HvBw9QxxpuOPrJ9G8O

Is that set to full width?

Question 2- Once you click on a register link, can I add a logo to the next page that has the ticket select on it?

Most of that output is controlled by your theme, we hook into the_content and inject the event details into the page.

Where are you looking to add a logo?


Command Presence

December 31, 2019 at 8:11 am

The problem is on that page there is no edit button. Here is a screen shot.

https://monosnap.com/file/eKkn4uk0sLoCVHtU6IgElUy09tzn3o?idx=undefined&total=0

As far as the logo I want it at the top of the page and =centered like this

https://monosnap.com/file/xzqkhOg4DCx4UsJ3ffFO7dsdAuUnFO?idx=undefined&total=1


Tony

  • Support Staff

December 31, 2019 at 8:39 am

The problem is on that page there is no edit button. Here is a screen shot.

Go to Event Espresso -> Events -> {event name} (in this case ‘Leading Without Rank’)

Thats the event editor and it were you edit specific settings for each individual event.

As far as the logo I want it at the top of the page and =centered like this

Ok, so you should be able to edit the page and add the image directly to it before the shortcode.

Go to Dashboard -> Pages -> Registration Checkout.

If you add the image before the [ESPRESSO_CHECKOUT] shortcode does it work for you there?


Command Presence

December 31, 2019 at 8:55 am

Thanks for fixing the first problem.

As far as the second issue with the logo….I have it on the registration page, but I want to add it to this page.

https://monosnap.com/file/eKkn4uk0sLoCVHtU6IgElUy09tzn3o?idx=undefined&total=0


Josh

  • Support Staff

December 31, 2019 at 12:32 pm

Hi,

The usual way to add a logo to the top of the page would be to go to your site’s Appearance > Header > Logo settings page and add the logo there.

This way you won’t need to add the logo to every page on your site.


Command Presence

December 31, 2019 at 1:50 pm

All good. Thanks a million.

I did have one other issue pop up. I have one page that has all my events listed and it looks like this…

https://monosnap.com/file/iW465wSleT1TlSHvVyqYS9HsyWIamf?idx=1&total=2

I have other pages that has events listed just by category. As you can see by the screen shots, the full calendar looks normal but the one sorted by categories has a bullet point next to date.

https://monosnap.com/file/QUXIPQj4dCJX0E46mzF6uwjXCRPPuV?idx=0&total=2

Is there a fix and can I edit any of the cells in the table? Wider, taller, etc?


Josh

  • Support Staff

December 31, 2019 at 1:54 pm

You can add show_all_datetimes=false to the shortcode where there’s bullet points, and that will remove the bullet points.


Command Presence

December 31, 2019 at 2:10 pm

That did not work. Here is what I have.

[ESPRESSO_EVENTS_TABLE_TEMPLATE show_all_datetimes=false table_pages=20 category_slug=doce ]


Josh

  • Support Staff

December 31, 2019 at 2:42 pm

OK. It looks like something is preventing the required stylesheet to load on the other pages.

You could add the following to your site’s Appearance > Customize > Additional CSS page:

#ee_filter_table .ee-table-view-datetime-list li {
    list-style: none;
}
#ee_filter_table ul.ee-table-view-datetime-list {
    margin: 0;
    padding: 0;
}


Command Presence

December 31, 2019 at 2:53 pm

That worked. You have been great to work with. LAst question. Is there an easy way to change the colors on the table?


Josh

  • Support Staff

December 31, 2019 at 4:11 pm

There are two predefined color options, and a blank slate option that will use any colors your WordPress theme would normally provide for html tables.

To use the other predefined color option, you add:
table_style=metro to the shortcode.

To use your theme’s html table colors, you add:
table_style=" "

Then you can apply custom CSS to the html table for any other color schemes imaginable.

The support post ‘EE 4 Table/Single Event Issue’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso