help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
Help requested for layout adjustment in event list
Re: Help requested for layout adjustment in event list
1 year 2 months ago
Hi Wouter
In the view of this JEM Module you will find this Code. For analysis you can use the developer Function in your Browser.
You can post a link to your site?
Best Regards, Marcel
In the view of this JEM Module you will find this Code. For analysis you can use the developer Function in your Browser.
You can post a link to your site?
Best Regards, Marcel
Please Log in or Create an account to join the conversation.
Re: Help requested for layout adjustment in event list
1 year 2 months ago
Greetings,
I added an override to my templates folder but it's not loading. What's wrong here?
/html/com_jem/common/views/tmpl/default_jem_eventslist_
Thanks
I added an override to my templates folder but it's not loading. What's wrong here?
/html/com_jem/common/views/tmpl/default_jem_eventslist_
Thanks
Please Log in or Create an account to join the conversation.
Re: Help requested for layout adjustment in event list
1 year 2 months ago
the path is wrong
or
Code:
/html/com_jem/common/responsive/default_events_table.php
Code:
/html/com_jem/common/default_events_table.php
Please Log in or Create an account to join the conversation.
Re: Help requested for layout adjustment in event list
1 year 2 months ago - 1 year 2 months ago
This path is still not working:
/html/com_jem/common/responsive/default_jem_eventslist_small.php
I add my own meaningless class to test if the override php is being loaded and it is not.
<div class="jem-sort jem-sort-small my-eventlist">
I don't see my-eventlist
Cache cleared in backend and browser, opened in browser that has never seen the page; the override is not loading.
/html/com_jem/common/responsive/default_jem_eventslist_small.php
I add my own meaningless class to test if the override php is being loaded and it is not.
<div class="jem-sort jem-sort-small my-eventlist">
I don't see my-eventlist
Cache cleared in backend and browser, opened in browser that has never seen the page; the override is not loading.
Last edit: 1 year 2 months ago by marq_104. Reason: correctd filename
Please Log in or Create an account to join the conversation.
Re: Help requested for layout adjustment in event list
1 year 2 months ago
The path is correct.
And are you sure you are using the "default_jem_eventslist_small.php" not "default_jem_eventslist.php"?
An deleting the cache is sometimes the solution.
And are you sure you are using the "default_jem_eventslist_small.php" not "default_jem_eventslist.php"?
An deleting the cache is sometimes the solution.
Please Log in or Create an account to join the conversation.
Re: Help requested for layout adjustment in event list
1 year 2 months ago
The file name is correct, the path is correct.
in my default_jem_eventslist_small.php I have this on line 136: <div class="jem-sort jem-sort-small my-eventlist"> in my override but it's not showing in browser, no matter how often I clear cache in Joomla or browser. Even changing to a browser that has not seen the page doesn't work.
Could it be that I have BOTH files in override folder; "default_jem_eventslist_small.php" AND "default_jem_eventslist.php"?
in my default_jem_eventslist_small.php I have this on line 136: <div class="jem-sort jem-sort-small my-eventlist"> in my override but it's not showing in browser, no matter how often I clear cache in Joomla or browser. Even changing to a browser that has not seen the page doesn't work.
Could it be that I have BOTH files in override folder; "default_jem_eventslist_small.php" AND "default_jem_eventslist.php"?
Please Log in or Create an account to join the conversation.
Time to create page: 0.602 seconds