tranduyhung / grav-theme-big-picture

Big Picture theme is a port of Big Picture by HTML5 UP for Grav CMS
MIT License
15 stars 12 forks source link

Grav plugins integration #7

Closed Tokay-tech closed 7 years ago

Tokay-tech commented 7 years ago

For plugins compatibility is needed to load jquery with a priority (issue found with lightslider plugin). My solution: in file templates/partials/header.html.twig row 43

 -  {% do assets.add('theme://assets/js/jquery.min.js') %}
 +  {% do assets.add('theme://assets/js/jquery.min.js', 100) %}
tranduyhung commented 7 years ago

Thank you for this suggestion, it was implemented in 1.0.4.