Posted: March 30, 2015 at 4:34 pm
|
Hello, |
Hi Oguzhan, We recommend using the footable version for mobile. You can set it to use the footable version by adding a shortcode parameter: [ESPRESSO_EVENTS_TABLE_TEMPLATE template_file=”espresso-events-table-template-toggle.template.php”] The documentation has a few screenshots that show examples of the footable template: https://eventespresso.com/wiki/events-table-view-template-add-on/ |
|
|
Thanks Josh. How can I tell the WP to use a different template for mobile? |
Hi, you could setup some media queries in your themes CSS file or via a plugin like Reaktiv CSS Builder or My Custom CSS that would hide / show a div based on the size of the screen in use. Here are some examples: http://stackoverflow.com/questions/17904018/show-hide-div-based-on-browser-size-using-only-css http://stackoverflow.com/questions/11796297/div-show-hide-media-query — |
|
|
Hi Lorenzo, |
Hi, this is something that you would need to create. Here is an example: http://jsfiddle.net/ozqj4gd5/1/ It works by checking the screen size and then hiding or showing the divs that have the shortcodes within them. — |
|
|
Hi Lorenzo, |
|
Here is the link: |
|
Hello again,
.ee-table-placeholder .one{display:block;} } Thanks anyway! |
The support post ‘Events Table View Template – remove columns for mobile view’ 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.