Insufficient input area in the registration form Topic is solved

This forum is for general questions about extensions for Joomla! 4.x.

Moderators: pe7er, General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
Tawfik2023
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Wed Mar 22, 2023 10:42 pm

Insufficient input area in the registration form

Post by Tawfik2023 » Wed Mar 22, 2023 11:00 pm

How can I enlarge the input area in the registration form?
which file should I modify?
see attached image.
Thanks .
You do not have the required permissions to view the files attached to this post.

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17423
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Insufficient input area in the registration form

Post by toivo » Thu Mar 23, 2023 12:12 am

Welcome to the Joomla forum!

You created this topic in the subforum Extensions for Joomla! 4.x. Which template or extension are you using as the registration form?
Toivo Talikka, Global Moderator

Tawfik2023
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Wed Mar 22, 2023 10:42 pm

Re: Insufficient input area in the registration form

Post by Tawfik2023 » Thu Mar 23, 2023 4:45 am

Thanks
I use gt_portfolio template.

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17423
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Insufficient input area in the registration form

Post by toivo » Thu Mar 23, 2023 6:10 am

The GT Portfolio is a paid Joomla template. According to the download page, it is based on the free Helix Ultimate framework and the installation package comes with a bunch of third party extensions. Was the installation package a so called quickstart package, which installs a complete Joomla website and a number of third party extensions?

The latest version of Helix Ultimate plugin, v2.0.12, installs template overrides into the html subfolder of the template. The Helix Ultimate version or override of the registration form starts with the file templates/shaper_helixultimate/html/com_users/registration/default.php, which contains the following line:

Code: Select all

require HelixUltimate\Framework\Platform\HTMLOverride::loadTemplate();
That line directs Joomla to the file plugins/system/helixultimate/overrides/com_users/registration/default.php. When the Helix Ultimate template is tested at the front end, the registration form is displayed with reasonably wide fields, completely different from your screenshot.

Therefore we can safely assume that the registration form shown in your screenshot comes from a different override, most likely stored in the html subfolder of the GT Portfolio template. This template may have some configuration options to do with styling.

If the template does not have any higher level configuration options, you have to adjust the styling manually by editing the override file, presumably templates/gtportfolio/html/com_users/registration/default.php, The other option is to rename or remove the override folder or file from the html subfolder of the template and Joomla will then display the standard Joomla version of the registration form.

If the above does not help, check the version of the Helix Ultimate plugin used by the GT Ultimate template and contact the vendor of the template package for assistance.
Toivo Talikka, Global Moderator

Tawfik2023
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Wed Mar 22, 2023 10:42 pm

Re: Insufficient input area in the registration form

Post by Tawfik2023 » Thu Mar 23, 2023 11:00 am

Thank you Toivo
by deleting the default.php file in the specified folder it becomes more better than before
but
the text areas are displayed on the entire line of the window.
how can i reduce it ?
You do not have the required permissions to view the files attached to this post.

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17423
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Insufficient input area in the registration form

Post by toivo » Thu Mar 23, 2023 8:26 pm

That is usually done by adding CSS code into a file that overrides the CSS code from the template. The name of the file containing the styling depends on the template framework. Follow these instructions for Helix Ultimate:
Helix Ultimate 2.0 - Custom Code (CSS / JS / Meta)
Toivo Talikka, Global Moderator


Locked

Return to “Extensions for Joomla! 4.x”