Frontend Add / Edit Events: Additional categories field height

  • Christoph
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
7 years 1 month ago - 7 years 1 month ago #113849 by Christoph
Hello,

in the frontend event edit screen (form_general.php) the field for selecting multiple categories is very low. It is very difficult to select categories since the form field is only as high as a single line form field.
My quick solution for this would be just to add:
Code:
style="height: 90px;"

But as usual, it isn't that easy and does not raise the height of the field :-)
It just extends the height around the field.

This is the code section I tried on in form_general.php:
Code:
<div class="<?php echo $controlGroupClass;?>"> <div class="<?php echo $controlLabelClass; ?>"><?php echo JText::_('EB_ADDITIONAL_CATEGORIES') ; ?></div> <div class="<?php echo $controlsClass; ?>"> <div style="float: left ; line-height:90px;"><?php echo $this->lists['category_id'] ; ?></div> <div style="float: left; padding-top: 25px; padding-left: 10px;">Press <strong>Ctrl</strong> to select multiple categories</div> </div> </div>

In the backend event edit screen the category selection is fine. This is about the frontend edit screen.

Thank you,
Chris
Last edit: 7 years 1 month ago by Christoph.

Please Log in or Create an account to join the conversation.

  • Christoph
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
7 years 1 month ago #113850 by Christoph
Also tried in the Custom CSS Editor:
Code:
.select[multiple], select[size]{ height: 150 px; }

or
Code:
select#category_id.inputbox { height: 150 px; }

But I'don't know the correct selector

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #113856 by Tuan Pham Ngoc
For this, you can submit a support ticket sending us the link to the page + super admin account of your site and explain how you want to change it

I will have my template developer to look at it and get it sorted for you

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Christoph
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
7 years 1 month ago #113988 by Christoph
Thank you for the support, it works now! Great support team!!

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #113992 by Tuan Pham Ngoc
Great. Thanks for the update

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc