Page 1 of 8 123 ... LastLast
Results 1 to 10 of 71
  1. #1
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default [Support Thread] Transcendence Series (Admin Templates)

    I am submitting the following today:

    Admin interface gets a SIMPLE facelift with this module. New icons & buttons along with some simple CSS magic gives the Zen-Cart admin section a clean new look! If you prefer CSS buttons, the Transcendence Admin Template also incorporates the "CSS Buttons for Admin" module (http://www.zen-cart.com/downloads.php?do=file&id=1804)

    Images and buttons for some of the most of the popular Zen-Cart contributions available from zen-cart.com, Edit Orders, Super Orders and Image Handler are also included.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #2
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: [Support Thread] Transcendence Series (Admin Templates)

    Very Cool!

  3. #3
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: [Support Thread] Transcendence Series (Admin Templates)

    If/when this is approved you will find it here: http://www.zen-cart.com/downloads.php?do=file&id=1807

    The BETA version of Transcendence can be found here: https://github.com/DivaVocals/zen_Transcendence
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #4
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: [Support Thread] Transcendence Series (Admin Templates)

    Hey Diva,

    Very cool template. I couldn't wait for it to be available in the downloads, so i downloaded the one on git.
    It installs almost perfect, but now the dropdowns from the navigation menu are transparent. I have the feeling I am missing a piece of css.
    ps, I used theme #7

  5. #5
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: [Support Thread] Transcendence Series (Admin Templates)

    Quote Originally Posted by Design75 View Post
    Hey Diva,

    Very cool template. I couldn't wait for it to be available in the downloads, so i downloaded the one on git.
    Thanks.. I've been using this for my clients so I included templates that I've used for clients and a few other color pallettes and shared it.. I figured there might be a few eager beavers out there so that's why I put them up on Github.. (MUCH easier than hosting on my site..)
    Quote Originally Posted by Design75 View Post
    It installs almost perfect, but now the dropdowns from the navigation menu are transparent. I have the feeling I am missing a piece of css.
    ps, I used theme #7
    Ahhh crap.. thought I nipped that issue on all of them.. let me take a looksee... Is that the only install issue you had???
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #6
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: [Support Thread] Transcendence Series (Admin Templates)

    Quote Originally Posted by rbarbour View Post
    Very Cool!
    Thanks.. been wanting to share this for a while, but time was an issue.. THEN I found out about lat9's CSS admin buttons so I postponed the submission so I could bundle the two together..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #7
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: [Support Thread] Transcendence Series (Admin Templates)

    Quote Originally Posted by DivaVocals View Post
    Thanks.. been wanting to share this for a while, but time was an issue.. THEN I found out about lat9's CSS admin buttons so I postponed the submission so I could bundle the two together..
    Worked out well, I like it, except the I am getting the same results as @Design75

  8. #8
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: [Support Thread] Transcendence Series (Admin Templates)

    Quote Originally Posted by Design75 View Post
    Hey Diva,

    Very cool template. I couldn't wait for it to be available in the downloads, so i downloaded the one on git.
    It installs almost perfect, but now the dropdowns from the navigation menu are transparent. I have the feeling I am missing a piece of css.
    ps, I used theme #7
    Before I update all the other themes can you download #7 again and let me know if you get a different result..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #9
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: [Support Thread] Transcendence Series (Admin Templates)

    Quote Originally Posted by DivaVocals View Post
    Before I update all the other themes can you download #7 again and let me know if you get a different result..
    Downloaded and overwritten the three css files. All shows up fine now.

  10. #10
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: [Support Thread] Transcendence Series (Admin Templates)

    To give the login screen a bit more 3D look I added

    Code:
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    to stylesheet.css, so body#login fieldset looks like this

    Code:
    body#login fieldset{
    margin:0 auto;
    padding:30px;
    width:600px;
    background: #686868; /* Old browsers */
    background: -moz-linear-gradient(top, #686868 0%, #656565 5%, #5b5b5b 13%, #585858 18%, #525252 21%, #515151 23%, #424242 33%, #3e3e3e 38%, #383838 41%, #323232 49%, #313131 51%, #343434 59%, #323232 62%, #323232 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686868), color-stop(5%,#656565), color-stop(13%,#5b5b5b), color-stop(18%,#585858), color-stop(21%,#525252), color-stop(23%,#515151), color-stop(33%,#424242), color-stop(38%,#3e3e3e), color-stop(41%,#383838), color-stop(49%,#323232), color-stop(51%,#313131), color-stop(59%,#343434), color-stop(62%,#323232), color-stop(100%,#323232)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #686868 0%,#656565 5%,#5b5b5b 13%,#585858 18%,#525252 21%,#515151 23%,#424242 33%,#3e3e3e 38%,#383838 41%,#323232 49%,#313131 51%,#343434 59%,#323232 62%,#323232 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #686868 0%,#656565 5%,#5b5b5b 13%,#585858 18%,#525252 21%,#515151 23%,#424242 33%,#3e3e3e 38%,#383838 41%,#323232 49%,#313131 51%,#343434 59%,#323232 62%,#323232 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #686868 0%,#656565 5%,#5b5b5b 13%,#585858 18%,#525252 21%,#515151 23%,#424242 33%,#3e3e3e 38%,#383838 41%,#323232 49%,#313131 51%,#343434 59%,#323232 62%,#323232 100%); /* IE10+ */
    background: linear-gradient(to bottom, #686868 0%,#656565 5%,#5b5b5b 13%,#585858 18%,#525252 21%,#515151 23%,#424242 33%,#3e3e3e 38%,#383838 41%,#323232 49%,#313131 51%,#343434 59%,#323232 62%,#323232 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#323232',GradientType=0 );*/ /* IE6-9 */
    -moz-border-radius: .5em 4em .5em 4em;
    -webkit-border-radius: .5em 4em .5em 4em;
    border-radius: .5em 4em .5em 4em;
    border:0px solid #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    }

 

 
Page 1 of 8 123 ... LastLast

Similar Threads

  1. v150 Admin New Customer [Support Thread]
    By lhungil in forum All Other Contributions/Addons
    Replies: 34
    Last Post: 4 Nov 2016, 06:20 AM
  2. Admin-Editable Sidebox - Support Thread
    By kuroi in forum Addon Sideboxes
    Replies: 331
    Last Post: 29 Oct 2014, 04:15 AM
  3. v151 Flower Templates Support Thread
    By creamcrackers in forum Addon Templates
    Replies: 1
    Last Post: 25 Jun 2013, 09:12 PM
  4. v151 Blue Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 11
    Last Post: 27 May 2013, 09:43 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR