Andy Miller
Andy Miller
I will take a look.
Shortcode’s addAssets() function is mandatory because it does things differently to ensure the assets are added to the page meta data so they are not lost when the content is...
I just tested with Shortcode-UI plugin which has various JS and CSS and it works fine even when cache is enabled: ```html ... ... ... ``` And they are being...
You need to create a pull request: https://help.github.com/articles/creating-a-pull-request/
Do you have a custom shortcode?
First try disabling the plugin that adds those if possible. See if the error stops. Then it’s definitely related to them. Also if you can post the entire short code...
do you get an error at all? what parser in short code core are you using?
Change the parser to regular.
While it's possible to add FA5 by default with the new deferred block logic that has been added to core Grav 1.5+, it relies on the theme being updated to...
The learn skeleton has a special overriden version of the search box that makes an ajax call via simplesearch and then uses the json response to filer the sidebar for...