help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
How to hide some elements
How to hide some elements
1 year 3 months ago
Hi,
I'm trying to hise some elements from the frontend when create an event.
For exemple I wish to hide "Activate the waiting list" and the Button to click. But the button has the same class of others buttons "form-check form-check-inline".
If I hide these class all my buttons disappears.
Any idea please?
That's the same for some other elements that they have the same class.
Thanks.
I'm trying to hise some elements from the frontend when create an event.
For exemple I wish to hide "Activate the waiting list" and the Button to click. But the button has the same class of others buttons "form-check form-check-inline".
If I hide these class all my buttons disappears.
Any idea please?
That's the same for some other elements that they have the same class.
Thanks.
Please Log in or Create an account to join the conversation.
Re: How to hide some elements
1 year 3 months ago
Hi Nox,
you can create a template override of the file "edit_extended.php".
If you are using the Default Layout Style in the JEM Settings, you create an override of file in
and remove the lines 189 and 190
and remove the lines 188 and 189
If you need assistance with overrides etc. please do not hesitate to ask.
you can create a template override of the file "edit_extended.php".
If you are using the Default Layout Style in the JEM Settings, you create an override of file in
Code:
components/com_jem/views/editevent/tmpl/responsive/edit_extended.php
Code:
If you are using the [i]Legacy Layout Style[/i] you create an override of file in [code]components/com_jem/views/editevent/tmpl/edit_extended.php
Code:
<li><?php echo $this->form->getLabel('waitinglist'); ?> <?php echo $this->form->getInput('waitinglist'); ?></li>
<br/><br/>
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Time to create page: 0.504 seconds