keithm Posted November 26, 2011 Share Posted November 26, 2011 Using 5.0.2 Classic theme/portal For ordering hosting, the Check Availability button, when you enter a domain and then push this button, there is a drop down box that appears that shows the price in it.. For some reason it sits under the black bar (home/announcements/kb/network status/ etc) so you cant actually read it before clicking on the Click to continue. Keith 0 Quote Link to comment Share on other sites More sharing options...
asturmas Posted November 29, 2011 Share Posted November 29, 2011 Hello, I confirm this issue. Print: http://img696.imageshack.us/img696/602/whmcsprice.jpg Thanks, 0 Quote Link to comment Share on other sites More sharing options...
hostfusion Posted November 29, 2011 Share Posted November 29, 2011 Hi, here you have the solution Originally Posted by wwesn in css/bootstrap.css search for Code: .topbar { height: 40px; position: fixed; top: 0; left: 0; right: 0; z-index: 10000; overflow: visible; } and lower that from 10000 to maybe like 10 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted November 29, 2011 WHMCS CEO Share Posted November 29, 2011 This issue arises by having a larger header so that the bar is further down the page then expected. A better solution than the one above would be to edit the stylesheet for the order form you're using and change the z-index values for the following classes, as follows: #greyout -> z-index: 50000; #domainpopupcontainer -> z-index: 50001; This applies to both the "Modern" and "Slider" order form templates. Matt 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.