help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
Alternative list views
Re: Alternative list views
7 years 9 months ago - 7 years 9 months ago
Additional to jojo I also like your list view.
I decide to write some overrides that will display at first the core JEM with minimum css and responsive. For that I would use your idea to display the event list - if I'm allowed?
The process can be followed on jem-test.lkgchemnitz.de/
For that, I first disabled nearly all css files of jem. So I can see what is really to stlye. Often Font-Sizes etc are styled by the template. In a next step, I will test those overrides with other templates, then I eventually need help to test lots of templates.
I decide to write some overrides that will display at first the core JEM with minimum css and responsive. For that I would use your idea to display the event list - if I'm allowed?
The process can be followed on jem-test.lkgchemnitz.de/
For that, I first disabled nearly all css files of jem. So I can see what is really to stlye. Often Font-Sizes etc are styled by the template. In a next step, I will test those overrides with other templates, then I eventually need help to test lots of templates.
Last edit: 7 years 9 months ago by Egnarts.
The following user(s) said Thank You: jojo12
Please Log in or Create an account to join the conversation.
Re: Alternative list views
7 years 9 months ago - 7 years 9 months ago
A lot of Tryings with the views. I don't care about Joomla 2.5. New views only for Joomla 3+
Making it responsive.
Replacing table with ul list (image 1). Replacing table with table-responsive (image 2)
EDIT:
I use different templates which have fontawesome integrated
Making it responsive.
Replacing table with ul list (image 1). Replacing table with table-responsive (image 2)
EDIT:
I use different templates which have fontawesome integrated
Last edit: 7 years 9 months ago by jojo12.
Please Log in or Create an account to join the conversation.
Re: Alternative list views
7 years 7 months ago
I've also had to hack the core of JEM, because the Google map on the venue and event page isn't responsive. The map is set to a fixed width (500px). This is too large for a smartphone, so you get horizontal scrolling.
I've set the width to a percentage.
components > com_jem > classes > output.class.php line 815:
(I intentionally set this to 99% and not 100%. Otherwise the map is a bit off screen to the right)
I've set the width to a percentage.
components > com_jem > classes > output.class.php line 815:
Code:
$output = '<div style="border: 1px solid #000;width:99%;"><iframe width="99%" height="250" src="'.$url.'" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" ></iframe></div>';
(I intentionally set this to 99% and not 100%. Otherwise the map is a bit off screen to the right)
Please Log in or Create an account to join the conversation.
Re: Alternative list views
7 years 7 months ago
I am using ja_purity_iii and ja_simply and I've no problems with the map, allways inside of the view
Please Log in or Create an account to join the conversation.
Time to create page: 0.548 seconds