- Posts: 20
- Thank you received: 0
Large gap between the label and input field
- Quy Ton
- Topic Author
- Offline
- Junior Member
Less
More
6 years 11 months ago #108401
by Quy Ton
Large gap between the label and input field was created 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:
v2.8.1
/administrator//components/com_eshop/assets/css/style.css
line 487:
Code:
form.form-horizontal div.control-label
{
width: 28% !important;
}
v2.8.1
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
- Offline
- Administrator
6 years 10 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
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
Less
More
- Posts: 20
- Thank you received: 0
6 years 10 months ago - 6 years 10 months ago #108644
by Quy Ton
There are 2 double quotes. Remove the 2nd one from the output.
###
Clicking the Download PDF link on the front end generates warnings in the PHP error log.
###
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`
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 10 months ago by Quy Ton.
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
- Offline
- Administrator
6 years 10 months 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
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
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.