Posted: August 31, 2019 at 7:28 am
|
Hello I have gone through the support forums and have tried some of the custom CCS code to resize the table, but when I do the page theme changes. I am using Divi Builder and I am not very familiar with CCS code. |
Hi there, Can you add a link to the page in question so we can take a look? You can mark the post private if you don’t want the links to be publicly available. Also, may I ask what CSS have you already tried? If you no longer have a copy of that code it’s not a problem. |
|
|
This reply has been marked as private. |
Part of the problem is your displaying the table, within another table, may I ask why you are doing that? (only appears to be set that way on the first location) Tables don’t so well on mobile but the above can be improved some but due to the length of your event names the font size needs to be reduced a fair amount before it fits into the available space which makes it a little hard to read. Have you tried the toggle template in that location? Swap the shortcode you are using for:
Does that fit better? |
|
|
This reply has been marked as private. |
|
This reply has been marked as private. |
You can just add
To display all dates add
|
|
|
This reply has been marked as private. |
|
Hi there, |
Is that on the same page as above or another? Which section? What slug are you using? |
|
|
This reply has been marked as private. |
|
This reply has been marked as private. |
So you’ve changed all instances of If so, the default template is still loading and not the toggle template. Any caching enabled on the site? Note that as you are loading individual tables for each category, I recommend adding |
|
|
This reply has been marked as private. |
|
This reply has been marked as private. |
|
This reply has been marked as private. |
But have you changed every instance of [ESPRESSO_EVENTS_TABLE_TEMPLATE] to now include Or do you have a mix of shortcodes with and without the above?
Caching plugins can cause this issue, they basically save a page after it has been constructed and then output that saved page to the visitor rather than rebuilding the page each time. I asked if you had caching enabled as it would need to be cleared if so. For now, disable the caching plugins and we’ll check this again later.
Every additional shortcode parameter can be added to the end of the shortcode before the
Event Espresso does not offer phone support, we have some details on why here: https://eventespresso.com/wiki/why-we-dont-have-phone-support/ |
|
|
This reply has been marked as private. |
How about we try to isolate the cause of this issue a bit? If you go to add a new page, and place this shortcode on it: [ESPRESSO_EVENTS_TABLE_TEMPLATE template_file=espresso-events-table-template-toggle.template.php] does it use the toggle template as expected? If it does not, can you look in to your copy of the table template plugin and verify that there is indeed a file named espresso-events-table-template-toggle.template.php located within its templates folder? |
|
|
This reply has been marked as private. |
|
This reply has been marked as private. |
Can you share a link to the page, and temporarily deactivate the event table template plugin for a few minutes so we can investigate further? |
|
|
This reply has been marked as private. |
|
This reply has been marked as private. |
|
This reply has been marked as private. |
Hi, The test page you’ve added actually uses the toggle template. So there’s no issue there. You could compare the shortcode parameters on both pages and check for any differences. |
|
|
This reply has been marked as private. |
|
This reply has been marked as private. |
It seems like the issue here is caching, and it may not event be related to any caching. Some web hosts add automatic caching, and when I check the http headers on the site, it’s showing caching related headers. This is a screenshot, taken from your site, of those headers: https://slack-files.com/T02SY781D-FMQFMQKPU-8f5af974c3 You could contact your host and ask them how to rebuild the cache. Otherwise you could start fresh with a new page and add the template_file=espresso-events-table-template-toggle.template.php straight away to avoid issues with stale caches. |
|
|
This reply has been marked as private. |
I don’t believe so, but you could contact your web host and ask them. They may be able to turn off caching at their end. |
|
The support post ‘EE4 Event table will not re-size on mobile’ 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.