Copied to clipboard

Flag this post as spam?

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


  • Nicole Polet 50 posts 202 karma points
    Sep 01, 2017 @ 18:00
    Nicole Polet
    0

    v7 dialogue expander on 7.6 / umbraco cloud

    I've installed the v7 Dialogue Expander package on 7.6 (I have Umbraco cloud) and there doesn't appear to be any difference in the dialogue UI. Is there something I need to configure after install? Or does this not work with 7.6?

    Thank you!

  • Jason Prothero 422 posts 1243 karma points MVP c-trib
    Sep 01, 2017 @ 20:26
    Jason Prothero
    0

    Nicole,

    I appears I uploaded an incorrect package as the current package on my last update. I've corrected that issue, so you may need to uninstall and reinstall to get the correct code.

    I think that will fix your issue, however I do have a 7.6.5 Cloud site I can test with to verify. I should have time to do that by next week.

    Thanks, Jason

  • Nicole Polet 50 posts 202 karma points
    Sep 01, 2017 @ 20:39
    Nicole Polet
    0

    Hi Jason,

    Thanks for your quick response! I did try uninstalling and reinstalling, but still not seeing any difference in the dialogue ui. I'll wait to hear back from you once you've tested it. Thanks again!

    Nicole

  • Paul Sterling 719 posts 1556 karma points MVP 9x admin c-trib
    Sep 01, 2017 @ 21:03
    Paul Sterling
    0

    Nicole and Jason -

    Now that the package has been updated I just tried on a fresh Umbraco Cloud site (7.6.5) and it works just as it should.

    @Nicole - it could be simply a browser cache issue. As annoying as that can be you can easily verify if that is the case for you by using "incognito" mode or by simply doing a hard refresh and/or clear your browser cache. If that's not the trick can you have a look at your browser's console to see if there are any errors reported? (usually called Devloper Tools and opened with the F12 key shortcut).

    -Paul

  • Nicole Polet 50 posts 202 karma points
    Sep 01, 2017 @ 21:15
    Nicole Polet
    0

    Hi Paul,

    Did a hard refresh, no difference. The only error that comes up in my console is for a missing favicon.

    Just to be clear, I've attached a screenshot of where I think I'm supposed to be looking (highlighted in yellow), is this right?

    enter image description here

  • Paul Sterling 719 posts 1556 karma points MVP 9x admin c-trib
    Sep 01, 2017 @ 21:26
    Paul Sterling
    0

    Yes, that's right where it should be...for all dialog windows in the backoffice. Anything in the umbracoTraceLog.txt log file that could be useful?

    Perhaps @Jason has another idea?

    FWIW - I also tried on 7.7.0.beta and that worked as well.

    -Paul

  • Nicole Polet 50 posts 202 karma points
    Sep 01, 2017 @ 21:40
    Nicole Polet
    0

    Nope, no errors in the trace log that I can see. I installed it via the package installer in the "Developer" section. I wonder if I should try downloading and installing it manually?

  • Jason Prothero 422 posts 1243 karma points MVP c-trib
    Sep 01, 2017 @ 21:46
    Jason Prothero
    0

    Nicole,

    If you open up the Developer Tools in Chrome, do you get any Console errors?

    Thanks, Jason

  • Nicole Polet 50 posts 202 karma points
    Sep 01, 2017 @ 21:49
    Nicole Polet
    0

    Hi Jason,

    No, no console errors:

    enter image description here

  • Jason Prothero 422 posts 1243 karma points MVP c-trib
    Sep 01, 2017 @ 22:07
    Jason Prothero
    0

    Strange. Do you checkout the code on your local machine? Can you verify there is an \App_Plugins\ProWorksV7DialogExpander directory with css/js and a package.manifest?

    Does everything seem to be named "ProWorksV7DialogExpander" or something similar?

    Thanks, Jason

  • Nicole Polet 50 posts 202 karma points
    Sep 01, 2017 @ 22:13
    Nicole Polet
    0

    Yes, it's there and everything appears to be normal:

    enter image description here

  • Nicole Polet 50 posts 202 karma points
    Sep 01, 2017 @ 22:27
    Nicole Polet
    0

    OK, weird- it's working in the "Template" section, but not in the "Content" section.

    enter image description here

  • Jason Prothero 422 posts 1243 karma points MVP c-trib
    Sep 01, 2017 @ 23:32
    Jason Prothero
    0

    Hmm, I wonder if that flyout is a custom dialog or something. Is that a custom property editor or is it a package or something?

    Thanks, Jason

  • Nicole Polet 50 posts 202 karma points
    Sep 04, 2017 @ 17:15
    Nicole Polet
    0

    Hi Jason,

    I am using it with Doctype grid editor. I've configured a custom grid editor for it. Here's what it looks like in grid.editors.config.js:

    {
        "name": "Custom HTML",
        "alias": "htmlDocType",
        "view": "/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.html",
        "render": "/App_Plugins/DocTypeGridEditor/Render/DocTypeGridEditor.cshtml",
        "icon": "icon-item-arrangement",
        "config": {
            "allowedDocTypes": ["customHTML"],
            "nameTemplate": "",
            "enablePreview": true,
            "viewPath": "/Views/Partials/Grid/Editors/DocTypeGridEditor/",
            "previewViewPath": "/Views/Partials/Grid/Editors/DocTypeGridEditor/Previews/",
            "previewCssFilePath": "",
            "previewJsFilePath": ""
        }
    }
    
  • Nicole Polet 50 posts 202 karma points
    Sep 11, 2017 @ 17:45
    Nicole Polet
    0

    Hi Jason, any thoughts on this? Any help would be greatly appreciated :)

    Thank you!

  • Jason Prothero 422 posts 1243 karma points MVP c-trib
    Sep 11, 2017 @ 21:00
    Jason Prothero
    0

    I'm about out of ideas unless I can do a bit of debugging. Any chance I could take a look at the site and login to the back-office and debug the JS?

    Thanks, Jason

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies