pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Big Emergency ; error 0 - "you do not have sufficient funds to use this service"
· 6 years ago
@NaomieDecarie, It seems your site is making use of one or more third parties in order to handle subscriptions/payments and to stream a video. One of these third parties does not allow you to use thei
-
Grav & security vulnerability in jquery?
· 6 years ago
@finanalyst, According the package.json of the github repo of isotope, it uses jquery 3.3.1 which is also marked as having vulnerabilities.
-
Grav & security vulnerability in jquery?
· 6 years ago
@finanalyst, I don't think Grav adds jQuery, that's the responsibility of the theme or the plugin. You could try a search in your favorite editor on addJs('jquery' or a regex search addJs.*jquery
-
Grav & security vulnerability in jquery?
· 6 years ago
@finanalyst The security problem caught by the website test is with jquery 2.4.2, not with where or how jquery is loaded. That's correct, the vulnerability is in the jQuery library v2.4.2 and needs
-
Grav & security vulnerability in jquery?
· 6 years ago
@finanalyst, It depends on how the theme adds jQuery... If it uses something similar to assets.addJs('jquery', 101) it will include the jQuery library set in /user/config/system.yaml: assets:
-
?How To add alt information to this twig?
· 6 years ago
@unleashed, Meta data of an image can be stored in a separate meta file, which has the same name as the image, but extended with .meta.yaml. In your case that would be congratulations-to-the-class-of-
-
TableSort Plugin - Yaml Issue
· 6 years ago
@selamet, I've been pondering on this issue, especially because of the nature of PHP's associative arrays. TLDR: All Yaml structures (map, sequence) are parsed into associative arrays. A Yaml sequenc
-
Text pop up when you click a picture
· 6 years ago
@lsprnk, A search with Google returned the following sample: Pure css popup box - CodePen. Follow the link and see the popup in action. If you replace: <a class="button" href="#popup1">Let me Po
-
Grav main site theme with wide display
· 6 years ago
@sam2020, To give you a tad more explicit solution... First, if not already, create an inherited theme. If you don't, you will risk loosing all changes when you refresh Antimatter, or install an upda
-
Quark Theme change color of navigation
· 6 years ago
@lexouN, I'm afraid aforementioned solution will not work when using the Quark theme... To make style changes to Quark, you can add code to file '/user/themes/quark/css/custom.css' For menu items di