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

Tutorials Tab - Reorganize and Add Videos #4541

Closed
Agathemed opened this issue Nov 25, 2021 · 1 comment · Fixed by #4545
Closed

Tutorials Tab - Reorganize and Add Videos #4541

Agathemed opened this issue Nov 25, 2021 · 1 comment · Fixed by #4545
Assignees
Labels
effort: [XS] < 1 day of estimated development time module: user interface priority: high Issues which should be resolved as quickly as possible type: enhancement Improvements that slightly enhance existing functionality and are fast to implement
Milestone

Comments

@Agathemed
Copy link

Reorganize the videos in 4 categories (see screenshot attached):

  1. Getting Started
  2. Passing the Core Web vitals
  3. Troubleshooting
  4. Add-ons

Add 3 new videos for the Core Web Vitals category:

  • How to improve LCP with WP Rocket
    <script src="https://fast.wistia.com/embed/medias/fj7gs031q6.jsonp" async></script><script src="https://fast.wistia.com/assets/external/E-v1.js" async></script><div class="wistia_responsive_padding" style="padding:56.25% 0 0 0;position:relative;"><div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;"><div class="wistia_embed wistia_async_fj7gs031q6 videoFoam=true" style="height:100%;position:relative;width:100%"><div class="wistia_swatch" style="height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity 200ms;width:100%;"><img src="https://fast.wistia.com/embed/medias/fj7gs031q6/swatch" style="filter:blur(5px);height:100%;object-fit:contain;width:100%;" alt="" aria-hidden="true" onload="this.parentNode.style.opacity=1;" /></div></div></div></div>

  • How to improve FID with WP Rocket
    <script src="https://fast.wistia.com/embed/medias/krqb7ckugp.jsonp" async></script><script src="https://fast.wistia.com/assets/external/E-v1.js" async></script><div class="wistia_responsive_padding" style="padding:56.25% 0 0 0;position:relative;"><div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;"><div class="wistia_embed wistia_async_krqb7ckugp videoFoam=true" style="height:100%;position:relative;width:100%"><div class="wistia_swatch" style="height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity 200ms;width:100%;"><img src="https://fast.wistia.com/embed/medias/krqb7ckugp/swatch" style="filter:blur(5px);height:100%;object-fit:contain;width:100%;" alt="" aria-hidden="true" onload="this.parentNode.style.opacity=1;" /></div></div></div></div>

  • How to improve CLS with WP Rocket
    <script src="https://fast.wistia.com/embed/medias/5wrdzcmj90.jsonp" async></script><script src="https://fast.wistia.com/assets/external/E-v1.js" async></script><div class="wistia_responsive_padding" style="padding:56.25% 0 0 0;position:relative;"><div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;"><div class="wistia_embed wistia_async_5wrdzcmj90 videoFoam=true" style="height:100%;position:relative;width:100%"><div class="wistia_swatch" style="height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity 200ms;width:100%;"><img src="https://fast.wistia.com/embed/medias/5wrdzcmj90/swatch" style="filter:blur(5px);height:100%;object-fit:contain;width:100%;" alt="" aria-hidden="true" onload="this.parentNode.style.opacity=1;" /></div></div></div></div>

Tutorial tab

@piotrbak piotrbak added module: user interface priority: high Issues which should be resolved as quickly as possible type: enhancement Improvements that slightly enhance existing functionality and are fast to implement needs: grooming labels Nov 25, 2021
@piotrbak piotrbak added this to the 3.10.5 milestone Nov 26, 2021
@remyperona
Copy link
Contributor

remyperona commented Nov 29, 2021

Scope a solution ✅

On the views/settings/page-sections/tutorials.php view, update the $rocket_tutorials array to change the categories name, re-order the videos in the appropriate categories, and to add the 3 new videos.

The new categories titles will require an update to the translation files.

Estimate the effort ✅

Effort [XS]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: [XS] < 1 day of estimated development time module: user interface priority: high Issues which should be resolved as quickly as possible type: enhancement Improvements that slightly enhance existing functionality and are fast to implement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants