CircleTree / enom_pro

eNom PRO for WHMCS
https://mycircletree.com/products/enom-pro-whmcs-addon/
10 stars 11 forks source link

Display issues, unable to expand widget to display content #45

Closed adetia9 closed 9 years ago

adetia9 commented 9 years ago

eNom PRO Version: 31eb3a76916e PHP Version: 5.4.43 WHMCS Version: 6.0.1-release.1 Current Page: /clients/manager/addonmodules.php?module=enom_pro

Please list the steps to reproduce the issue: 1 - display on whmcs main page, enom pro widgets 2 - can't expand widget to display content (the refresh button hides the + plus expand button making it not selectable. Can't expand the widget) 3 - Safari, Chrome, Firefox, ios Safari

Reported by client here: https://mycircletree.com/client-area/ct-admin/supporttickets.php?action=view&id=5374

adetia9 commented 9 years ago

Reported again: https://mycircletree.com/client-area/ct-admin/supporttickets.php?action=view&id=5479

From client: I fixed it by changing the following CSS - the width was set to 100%.

.enom_pro_output .enom_pro_widget_title { position: relative; width: 95%; display: block; }

This is the homepage widget - home page of WHMCS admin area.

adetia9 commented 9 years ago

screen shot 2015-09-02 at 12 07 42 pm