Community Forums
Connect with us on LinkedIn
Closed Thread
Page 3 of 8 FirstFirst 1 2 3 4 5 ... LastLast
Results 31 to 45 of 107
  1. #31
    Member cpanelgermain's Avatar
    Join Date
    Mar 2006
    Posts
    19

    Default Update Blueroy

    We have updated blueroy with several fixes.

    Changlog:
    1. Screenshot updated
    2. css position issues covering password generator buttons
    3. form validation fix
    4. removed drag + drop from index page
    5. css enhancements
    6. removed Mac hidden files from zip

  2. #32
    Member
    Join Date
    Dec 2007
    Posts
    20

    Default

    Have you updated the demo? At the demo the Password Generator does not work.

  3. #33
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by manuki View Post
    Have you updated the demo? At the demo the Password Generator does not work.
    The Blueroy demo is not yet updated (at the time of writing), but the distributed archive is updated with the necessary corrections.

    The latest version of Blueroy can be downloaded via the following web site:
    cPanel Themes

    To note, if you do not have root access, or if you wanted to only use or try the Blueroy theme for a specific reseller, it is possible to use the Branding editor in WHM to upload the style (by uploading the compressed archive file available at the above themes site). Here is related documentation for the Branding Editor if this method is of interest:
    Editing a Current Theme - Upload a Branding Style < AllDocumentation/WHMDocs < TWiki
    Menu path, WHM: Main >> cPanel >> Branding >> x3 [edit live] >> Create or Upload Branding

  4. #34
    Member
    Join Date
    Aug 2005
    Posts
    61

    Default

    I just installed this and the javascript isn't working - it's not even being pulled down (confirmed by firebug). Also when I go to edit the css file for the style it says the css file is /unprotected/broken.css. Any thoughts?

  5. #35
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by manuki View Post
    Have you updated the demo? At the demo the Password Generator does not work.
    The demo has now been updated.

  6. #36
    Member
    Join Date
    Dec 2007
    Posts
    20

    Default

    The Edit and Delete buttons seems not to be working on the Advanced DNS Zone Editor page.

  7. #37
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by manuki View Post
    The Edit and Delete buttons seems not to be working on the Advanced DNS Zone Editor page.
    Thank you for the report; the described issue in BlueRoy has been assigned the following internal case ID: #35395

  8. #38
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by utropic View Post
    I just installed this and the javascript isn't working - it's not even being pulled down (confirmed by firebug). Also when I go to edit the css file for the style it says the css file is /unprotected/broken.css. Any thoughts?
    Please submit a ticket so that we can take a closer look at the specific issue and circumstances involved; when available, please PM me the ticket number so I may follow-up internally.

  9. #39
    Registered User
    Join Date
    Jul 2008
    Posts
    2

    Default Progress bar css bug

    When percentage utilization (disk / bandwidth) is below 10: eg .bar_0 -> .bar_9 class the progress bar shows 100% (should be 0)

    site.css has no declaration for these classes:
    .bar_1, .bar_2, .bar_3, .bar_4, .bar_5, .bar_6, .bar_7, .bar_8, .bar_9

    I've added these to .bar_0 {width: 0px;} and has fixed the problem, so 1..9 shows 0%

    Hope this helps someone -- and a fix is posted.

    Cool theme BTW, Chris.

  10. #40
    Registered User
    Join Date
    Jul 2008
    Posts
    2

    Default

    Quote Originally Posted by chrisherberte View Post
    When percentage utilization (disk / bandwidth) is below 10: eg .bar_0 -> .bar_9 class the progress bar shows 100% (should be 0)

    site.css has no declaration for these classes:
    .bar_1, .bar_2, .bar_3, .bar_4, .bar_5, .bar_6, .bar_7, .bar_8, .bar_9

    I've added these to .bar_0 {width: 0px;} and has fixed the problem, so 1..9 shows 0%

    Hope this helps someone -- and a fix is posted.

    Cool theme BTW, Chris.
    Even better (more accurate, if you don't mind the extra code)

    .bar_0 {width:0px;}
    .bar_1 {width:3px;}
    .bar_2 {width:5px;}
    .bar_3 {width:7px;}
    .bar_4 {width:9px;}
    .bar_5 {width:12px;}
    .bar_6 {width:14px;}
    .bar_7 {width:16px;}
    .bar_8 {width:18px;}
    .bar_9 {width:21px;}
    .bar_10 {width:23px;}
    .bar_11 {width:25px;}
    .bar_12 {width:27px;}
    .bar_13 {width:30px;}
    .bar_14 {width:32px;}
    .bar_15 {width:34px;}
    .bar_16 {width:36px;}
    .bar_17 {width:39px;}
    .bar_18 {width:41px;}
    .bar_19 {width:43px;}
    .bar_20 {width:45px;}
    .bar_21 {width:48px;}
    .bar_22 {width:50px;}
    .bar_23 {width:52px;}
    .bar_24 {width:54px;}
    .bar_25 {width:57px;}
    .bar_26 {width:59px;}
    .bar_27 {width:61px;}
    .bar_28 {width:63px;}
    .bar_29 {width:66px;}
    .bar_30 {width:68px;}
    .bar_31 {width:70px;}
    .bar_32 {width:72px;}
    .bar_33 {width:75px;}
    .bar_34 {width:77px;}
    .bar_35 {width:79px;}
    .bar_36 {width:81px;}
    .bar_37 {width:84px;}
    .bar_38 {width:86px;}
    .bar_39 {width:88px;}
    .bar_40 {width:90px;}
    .bar_41 {width:93px;}
    .bar_42 {width:95px;}
    .bar_43 {width:97px;}
    .bar_44 {width:99px;}
    .bar_45 {width:102px;}
    .bar_46 {width:104px;}
    .bar_47 {width:106px;}
    .bar_48 {width:108px;}
    .bar_49 {width:111px;}
    .bar_50 {width:113px;}
    .bar_51 {width:115px;}
    .bar_52 {width:117px;}
    .bar_53 {width:120px;}
    .bar_54 {width:122px;}
    .bar_55 {width:124px;}
    .bar_56 {width:126px;}
    .bar_57 {width:129px;}
    .bar_58 {width:131px;}
    .bar_59 {width:133px;}
    .bar_60 {width:135px;}
    .bar_61 {width:138px;}
    .bar_62 {width:140px;}
    .bar_63 {width:142px;}
    .bar_64 {width:144px;}
    .bar_65 {width:147px;}
    .bar_66 {width:149px;}
    .bar_67 {width:151px;}
    .bar_68 {width:153px;}
    .bar_69 {width:156px;}
    .bar_70 {width:158px;}
    .bar_71 {width:160px;}
    .bar_72 {width:162px;}
    .bar_73 {width:165px;}
    .bar_74 {width:167px;}
    .bar_75 {width:169px;}
    .bar_76 {width:171px;}
    .bar_77 {width:174px;}
    .bar_78 {width:176px;}
    .bar_79 {width:178px;}
    .bar_80 {width:180px;}
    .bar_81 {width:183px;}
    .bar_82 {width:185px;}
    .bar_83 {width:187px;}
    .bar_84 {width:189px;}
    .bar_85 {width:192px;}
    .bar_86 {width:194px;}
    .bar_87 {width:196px;}
    .bar_88 {width:198px;}
    .bar_89 {width:201px;}
    .bar_90 {width:203px;}
    .bar_91 {width:205px;}
    .bar_92 {width:207px;}
    .bar_93 {width:210px;}
    .bar_94 {width:212px;}
    .bar_95 {width:214px;}
    .bar_96 {width:216px;}
    .bar_97 {width:219px;}
    .bar_98 {width:221px;}
    .bar_99 {width:223px;}
    .bar_100 {width:225px;}

  11. #41
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by chrisherberte View Post
    When percentage utilization (disk / bandwidth) is below 10: eg .bar_0 -> .bar_9 class the progress bar shows 100% (should be 0)

    site.css has no declaration for these classes:
    .bar_1, .bar_2, .bar_3, .bar_4, .bar_5, .bar_6, .bar_7, .bar_8, .bar_9

    I've added these to .bar_0 {width: 0px;} and has fixed the problem, so 1..9 shows 0%

    Hope this helps someone -- and a fix is posted.

    Cool theme BTW, Chris.
    Thank you for the report and information; the described issue has been assigned the following internal case ID: #35833

  12. #42
    Member
    Join Date
    Dec 2007
    Posts
    20

    Default

    Quote Originally Posted by cPanelDon View Post
    Thank you for the report; the described issue in BlueRoy has been assigned the following internal case ID: #35395
    Any news on this one? This isue is currently the only thing stopping us using this theme.

  13. #43
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by manuki View Post
    Any news on this one? This isue is currently the only thing stopping us using this theme.
    I don't have new information available just yet but as soon as that happens we will reply to update everyone in this thread; your patience and understanding is greatly appreciated.

  14. #44
    Member
    Join Date
    Mar 2007
    Posts
    123

    Default

    How would I replace the icons which look horrible against the dark background? (For example the icons under FTP accounts:

    /cPanel_magic_revision_1181099224/frontend/x3/images/anonymous.gif

    )

  15. #45
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by texo View Post
    How would I replace the icons which look horrible against the dark background? (For example the icons under FTP accounts:

    /frontend/x3/images/anonymous.gif
    To replace the specified X3 icons I would clone the X3 theme and then modify the new copy to use your preferred set of icons.

    Reference menu path:
    WHM: Main >> Themes >> Universal Theme Manager >> Manage cPanel Themes
    Documentation: Universal Theme Manager

Closed Thread
Page 3 of 8 FirstFirst 1 2 3 4 5 ... LastLast
Similar Threads & Tags
Similar threads

  1. Blue Roy - Where can I find it?
    By Frano8 in forum Themes and Branding
    Replies: 1
    Last Post: 05-31-2011, 03:50 PM
  2. Blue Lagoon now has X theme????
    By techark in forum cPanel and WHM Discussions
    Replies: 15
    Last Post: 12-12-2003, 01:36 AM
  3. Where to get the Blue/Green Cpanel Advance Theme?
    By sitehostz in forum Themes and Branding
    Replies: 1
    Last Post: 03-13-2003, 01:26 PM
  4. blue lagoon theme
    By LogicServers in forum Themes and Branding
    Replies: 1
    Last Post: 12-17-2002, 10:00 AM
  5. blue lagoon theme
    By scottaxa in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 10-01-2002, 10:31 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube