Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nathan Sleigh 109 posts 353 karma points
    Dec 09, 2015 @ 11:49
    Nathan Sleigh
    0

    Labels breaking

    Hi Rusty,

    When I install Mercehllo it breaks a couple of things in umbraco itself. The screen shot is of the grid editor data type, what happens is the labels and the property overlap each other.

    This means that some things can't be used unless I inspect element and delete the label. It does it in other places as well.

    Im Using umbraco 7.3.1 and Mercehllo 1.13.1.

    Any advise on how to fix it would be great.

    enter image description here

    Thanks,

    Nathan

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Dec 09, 2015 @ 17:53
    Rusty Swayne
    0

    @Nathan - I have not seen this before. Is the screen shot from the Grid Editor?

    Also, are there other areas that this is happening?

  • Nathan Sleigh 109 posts 353 karma points
    Dec 10, 2015 @ 11:36
    Nathan Sleigh
    0

    The screen shot is when I set up a grid layout and when i go into edit the size of my columns. It also happens when using DocTypeGridEditor. I set up a doc type to use and then when i use it in the grid the labels all overlap the fields.

    Nathan

  • Nathan Sleigh 109 posts 353 karma points
    Dec 10, 2015 @ 16:50
    Nathan Sleigh
    0

    This screenshot is from within the grid editor. I'm using DocType GridEditor with this, but I have tested that package on an install without Mercehllo and it works fine so I think Mercehllo is effecting the way GridLayouts work.

    Nathan

    enter image description here

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Dec 10, 2015 @ 17:17
    Rusty Swayne
    100

    It is the Merchello style sheet that caused that. I've fixed it in 1.13.2 but the offending line is in the

    src/Merchello.Web.Ui.Client/src/scss/modules/_detachedcontent.scss

    comment out the position absolute.

       .merchello .umb-el-wrap > .control-label {
      width: 160px;
      //position: absolute;
    }
    
  • Nathan Sleigh 109 posts 353 karma points
    Dec 10, 2015 @ 17:30
    Nathan Sleigh
    0

    Thank you. Do you have a date of Mercehllo 1.13.2 release? Is it worth waiting for that if you have also fixed that caching issue?

    Nathan

Please Sign in or register to post replies

Write your reply to:

Draft