Uikit when not on line has a blank screen, I have to actually publish to a LAN with no internet.
The theme seems to be calling out to google for jquery I need to override this with a local copy of query. I have grabbed the copy that the theme calls out to and put it in the Resources Folder. I need to override the one in the theme. @Lucas
This is the issue I think
I think I need to have something along the lines of
This works if I hand edit a file but I want to override the project file.
where do i put this in RW to override the online or am ai going to have to hand code each page
I cannot reproduce this one, it works for me on and offline.
UIkit needs jQuery but it’s called from Stacks, not from the theme template or any of the UIkit stacks. Note that you can always use the resources to call a specific version of jQuery, this is not something I would recommend but here it goes…example (this goes in the custom header):
UIkit needs jQuery but it’s called from Stacks, not from the theme template or any of the UIkit stacks. Note that you can always use the resources to call a specific version of jQuery, this is not something I would recommend but here it goes…example (this goes in the custom header):
<script src="%resource(jquery.min.js)%"></script>
This is not necessary. You can enable jQuery locally in Stacks by disabling this option in the Stacks preferences:
If you’re unfamiliar as to where the Stacks Preferences is found you can click on this icon here to open the Stacks Preferences pane: