Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parlite - Respect cq:responsive node structure and output appropriate CSS classes #61

Open
auniverseaway opened this issue Mar 23, 2020 · 1 comment
Assignees

Comments

@auniverseaway
Copy link
Member

auniverseaway commented Mar 23, 2020

Expected Behaviour

  1. parlite respects cq:responsive nodes set by responsivegrid
  2. Outputs css classes in wrapper to correctly show / hide (no width or ordering as this is done by flex container)
  3. "default" node should have following behavior:
    1. No nodes - Everything - parlite-hide-all
    2. Mobile - tablet & desktop - parlite-hide-tablet parlight-hide-desktop
    3. Tablet - mobile & desktop - parlite-hide-mobile parlight-hide-desktop
    4. Mobile & Tablet - desktop only - parlite-hide-desktop

Actual Behaviour

None of this exists.

@npeltier npeltier changed the title Parlight - Respect cq:responsive node structure and output appropriate CSS classes Parlite - Respect cq:responsive node structure and output appropriate CSS classes Mar 24, 2020
@auniverseaway
Copy link
Member Author

We need to essentially port Dexter's show / hide implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants