Building responsive navigation menus with Ignition's Perspective module and CSS style sheets.

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 28

  • @karynamoroz5081
    @karynamoroz5081 Рік тому +3

    Thank you for the video sharing! Awesome :)

  • @arpankumarbasak3315
    @arpankumarbasak3315 Рік тому +4

    Amazing work.....please upload more like this...

  • @djzero86cr
    @djzero86cr Рік тому +3

    The transition's looks incredible 👍 great work..

  • @henriquetrebilcock4971
    @henriquetrebilcock4971 7 місяців тому +1

    @artek thank you very much, I was able to replicate and it worked just fine!

  • @DarknessGamers
    @DarknessGamers Рік тому +2

    Very nice nav menu great job!

  • @jeppler3
    @jeppler3 Рік тому +3

    Great video Dan, can’t wait for the next one!

  • @rolandscheuer4632
    @rolandscheuer4632 Рік тому +4

    well done, more of this pls :D

  • @prasathviru
    @prasathviru 10 місяців тому +1

    Wow really good work

  • @walterfrenguelli5421
    @walterfrenguelli5421 Рік тому +2

    thanks man!! best regards

  • @salmixH2o
    @salmixH2o 6 місяців тому

    Thanks for the video! A question though: where do you define the variable --callToAction?

    • @ArtekIntegratedSolutions
      @ArtekIntegratedSolutions  6 місяців тому +1

      The --callToAction variable, and many more like it, are built in to Perspective by default. You can find these in the browser developer tools, on the Elements tab, then on the Styles subtab.
      If you want to overwrite any of the default styles, you can do so in a :root{} element in the stylesheet, like this:
      :root{
      --callToAction: #88b984;
      }

  • @corbinbroadhead4304
    @corbinbroadhead4304 3 місяці тому

    Looks great! I am having trouble getting the newest version (that does not require WebDev) to import, but the previous version (that requires WebDev) imported just fine! Are there any troubleshooting tips you would recommend? Or is it possible that the latest upload is empty? Thanks

    • @ArtekIntegratedSolutions
      @ArtekIntegratedSolutions  3 місяці тому

      Try extracting the zip file you're importing. I don't know what happens with the import to the Exchange but for whatever reason it seems to be embedded one extra folder. There should be a ReadMe.txt and a styles.css alongside the zip you want to import.

  • @joshuamcnamara2326
    @joshuamcnamara2326 7 місяців тому

    this is really cool! great work. Would it be hard to add a 3rd teir to the menu structure ?

    • @ArtekIntegratedSolutions
      @ArtekIntegratedSolutions  7 місяців тому +1

      We just updated the resource over on the Ignition Exchange to version 2, and it gives you the Nav Tree Section view. So now you can make the menu structure as deep as you want!

  • @dominiciannozzi6372
    @dominiciannozzi6372 4 місяці тому

    Hi...awesome stuff! just a quick one...the menu does not retract when selection is made and running using perspective app on a mobile device....any suggestions?? Thanks!

    • @ArtekIntegratedSolutions
      @ArtekIntegratedSolutions  4 місяці тому

      In the current version of the Nav, on-hover expand/collapse has been removed. It just uses the button on the top bar for opening and closing the nav.
      You can add the on-hover back in, but you will have to play around with the stylesheet and add in .psc-nav:hover alongside places with .psc-nav-open.
      Expect a new setup guide video soon.

    • @dominiciannozzi6372
      @dominiciannozzi6372 4 місяці тому

      @@ArtekIntegratedSolutions thanks for your tips and looking forward to your update! 😎

  • @henriquetrebilcock4971
    @henriquetrebilcock4971 7 місяців тому

    awesome, thanks!

  • @atrbulldog5955
    @atrbulldog5955 Місяць тому

    The text labels are invisible in the designer view cuz of line 91(visibility: hidden;) in the css file. I tried to work around this without losing functionality but to no avail. Any way to make text visible in the designer without losing functionality?

    • @ArtekIntegratedSolutions
      @ArtekIntegratedSolutions  Місяць тому +1

      Yeah. This will be fixed in the pending version 2.3 update. But you can add a binding to the Nav view's root.props.style.classes property. The expression is:
      if({session.props.device.type} = 'designer', 'nav nav-open', 'nav')
      This will make it so that while viewing the Nav in the designer, the labels will be visible. And during a regular session, the nav will function normally.

  • @Rawman_56
    @Rawman_56 9 місяців тому

    Hi, I have downloaded the resource and i have uploaded the file via ignition exchange via gateway webpage. I didn't find any views or CSS file. Am i missing something? Could you please guide me on this?

    • @ArtekIntegratedSolutions
      @ArtekIntegratedSolutions  9 місяців тому

      When you download the resource, it should come in a zip folder. Inside that zip folder is another zip folder. Inside THAT zip folder, is the zip folder to import. You should see Readme and css files at the same level. Let me know if you need more help and I'll see what I can do. :D

  • @victomeyezr
    @victomeyezr 3 місяці тому

    I've imported, but the stylesheet doesn't seem to be working.

    • @ArtekIntegratedSolutions
      @ArtekIntegratedSolutions  3 місяці тому

      Couple of troubleshooting questions:
      - What version of Ignition are you running?
      - Did the stylesheet import correctly? Are you able to open it up in the Designer?

    • @victomeyezr
      @victomeyezr 3 місяці тому

      @@ArtekIntegratedSolutions v 8.1.42 and I can open the stylesheet. it imported into styles/stylesheet.css

    • @victomeyezr
      @victomeyezr 3 місяці тому

      @@ArtekIntegratedSolutions It seems it's just in the designer it doesn't want to load correctly. in perspective it woks just fine.
      v 8.1.42