November 21, 2019
Reviewing Lupe sign in page design
- sketched out an idea for the animation
Back to JMS Homepage slider
- need to make it so that superscripted ® will work.
- confusing, but adding the htmlspecialchars option to the editable input works
pimcore_input('txtHeadline', {'htmlspecialchars': false})
Working on coding guidelines a bit
Looking into more juicer schtuff
Ouch, turns out what they need isn't actually possible right now
Turns out JMS Slider needs to autoplay
- With Siema, that's not built in, had to make a new instance and add a setinterval that clears when you click.
JMS Campaign page experimentation
- Might go with a nuxt solution. Can be put in apps, and if you build to the right directory using
nuxt generate->
generate: {
dir: '../../public/apps/app-name'
},
then can be included inside a blank twig file with
{% block content %}
{{ vueapp('app-name') }}
{% endblock %}
Going to try SL page this way
- mostly working, background images set in css are an issue, they don't get that build directory reference.