Large gap between the label and input field

  • Quy Ton
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 2 months ago #108401 by Quy Ton
Due to the following css, there is a large gap between the label and input field. See screenshot.

/administrator//components/com_eshop/assets/css/style.css

line 487:
Code:
form.form-horizontal div.control-label { width: 28% !important; }

v2.8.1
Attachments:

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

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
6 years 2 months ago #108623 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Large gap between the label and input field
Hello Quy Ton,

Thank you for letting me know about this. I will check and adjust that layout if it is essential.

Have a nice weekend!

Sincerely, Giang

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

  • Quy Ton
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 2 months ago - 6 years 2 months ago #108644 by Quy Ton
Replied by Quy Ton on topic Markup, warnings, language strings
Code:
<?php $iconClass = ''; if (!$ordering) { $iconClass = ' inactive tip-top hasTooltip"'; } ?> <span class="sortable-handler<?php echo $iconClass ?>">

There are 2 double quotes. Remove the 2nd one from the output.
Code:
<span class="sortable-handler inactive tip-top hasTooltip"">

###

Clicking the Download PDF link on the front end generates warnings in the PHP error log.
Code:
PHP Notice: Undefined index: startcolumn in \components\com_eshop\tcpdf\tcpdf.php on line 24496 PHP Notice: Undefined index: startx in \components\com_eshop\tcpdf\tcpdf.php on line 24497 PHP Notice: Undefined index: startpage in \components\com_eshop\tcpdf\tcpdf.php on line 24500 PHP Notice: Undefined index: startpage in \components\com_eshop\tcpdf\tcpdf.php on line 24503 PHP Notice: Undefined index: in \components\com_eshop\tcpdf\tcpdf.php on line 24503 PHP Notice: Undefined index: startpage in \components\com_eshop\tcpdf\tcpdf.php on line 24504 PHP Notice: Undefined index: in \components\com_eshop\tcpdf\tcpdf.php on line 24504 PHP Notice: Undefined index: startpage in \components\com_eshop\tcpdf\tcpdf.php on line 24536 PHP Notice: Undefined index: startx in \components\com_eshop\tcpdf\tcpdf.php on line 24756

###

Fix language strings:

ESHOP_COUPON_APPLY_ERROR
Coupon is either invalid, expired or reached it's usage limit!
- change `it's` to `its`

ESHOP_YOU_MUST_LOGIN_TO_VIEW_WISHLIST
To view your WishList, you must login or create an account!
- change `WishList` to `Wish List`

ESHOP_DELIVERY_DATE_WARNING
Delivery Date must be not bigger than curent date. Please re-choose!
- change `curent` to `current`
- change `be not bigger` to `not be later`
Last edit: 6 years 2 months ago by Quy Ton.

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

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
6 years 1 month ago #109024 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Markup, warnings, language strings
Thank you Quy Ton!

I just made these fixes and they will be included into next version 2.8.2 of EShop

Sincerely, Giang

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

Moderators: Giang Dinh Truong