Results 1 to 5 of 5

Thread: sapex_backend_theme: New backend theme

  1. #1
    New user
    Join Date
    11-29-11.
    Posts
    9

    Default sapex_backend_theme: New backend theme

    I just released a new backend theme for Contao, little changes to the original contao theme that transforms it into a light, more usable and friendly backend theme. "Always-visible" paradigm handled as it was meant.

    • always-visible section buttons: sticked to the header so scrolling doesnt hide them (go back button, edit multiple button, etc)[/*:m:j5gx55e3]
    • always-visible publish button[/*:m:j5gx55e3]
    • always-visible save buttons[/*:m:j5gx55e3]
    • always-visible user buttons: sticked to the header so scrolling doesnt hide them (frontend preview, [/*:m:j5gx55e3]
    • visible-when-needed paste buttons[/*:m:j5gx55e3]
    • visible-when-needed action buttons: shown only when needed (on hover)
      home, logout, etc)[/*:m:j5gx55e3]


    https://contao.org/en/extension-list..._theme.en.html

  2. #2
    User Andreas's Avatar
    Join Date
    07-11-09.
    Location
    Mönchengladbach
    Posts
    499

    Default Re: sapex_backend_theme: New backend theme

    I can see no differece. 1.0.0 rc1 10 on C 3.1.1
    Web-Development, Freelancer, Burgtech, XHTML, HTML5, CSS, PHP, Javascript, MooTools, MySQL and more
    Amazon wishlist

  3. #3
    New user
    Join Date
    11-29-11.
    Posts
    9

    Default Re: sapex_backend_theme: New backend theme

    Sorry about that, it was a minor error committing to Github. It is now fixed on version 1.0.0 rc2.


    https://contao.org/en/extension-list..._theme.en.html

  4. #4
    User Andreas's Avatar
    Join Date
    07-11-09.
    Location
    Mönchengladbach
    Posts
    499

    Default Re: sapex_backend_theme: New backend theme

    Yes, now it works.

    There's a JS error in headlinecontainerr.insertBefore(buttonss);
    Code:
    /* rococo: arrange header */
    window.onload = function(){
      var headlinee = document.querySelectorAll(".main_headline");
      var mainn = headlinee[0].parentNode;
      var containerr = document.getElementById("container");
      var buttonss = document.getElementById("tl_buttons");
      var headlinecontainerr = document.createElement( 'div' );
      headlinecontainerr.className = "main_headline_container";
      headlinecontainerr.insertBefore(buttonss);
      headlinecontainerr.insertBefore(headlinee[0], buttonss);
      containerr.insertBefore(headlinecontainerr, mainn);
    };
    In Settings I can not scroll to the last fieldset if it is closed.
    [attachment=0:39a1bxw8]Einstellungen - Contao Open Source CMS 3.1_20130807-170103.png[/attachment:39a1bxw8]
    If you scroll to bottom and open or close a fieldset the save buttons sometimes disappear

    All in FF 23
    Web-Development, Freelancer, Burgtech, XHTML, HTML5, CSS, PHP, Javascript, MooTools, MySQL and more
    Amazon wishlist

  5. #5
    New user
    Join Date
    11-29-11.
    Posts
    9

    Default Re: sapex_backend_theme: New backend theme

    Thanks for the feedback!

    It´s all fixed now in v1.0.0 rc3.

    Make sure to Purge the script cache and browser cache to view the changes (in Maintenance menu)

    You can post further issues here also: https://github.com/sapeish/contao_sa...d_theme/issues

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
  •