Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

zerohour's avatar

Implementing a Template?

Is it possible to integrate a template onto Spark?

I have a sweet looking Theme I want to try and use, provides a little more then the basic spark one..

I guess im asking: Will it break the VUE dependent Settings/Contact form?

I am by far a better developer then a html/css implementer and I really do hate having to go deep into html/css to make things work.

0 likes
2 replies
EventFellows's avatar

That depends on how deep your template interferes with the html of spark.

Vue is refrenced in the html in many many places (variables, directives, inline templates etc). So as long as you mainly change around css definitions you should not have many issues (unless you have an overlap in class names between your template and the ones used by vue for funttionality).

zerohour's avatar

Thanks for the reply..

I decide to dive head first and just try it out and well it wasn't to bad..

the main issue I have is the template I chose has bootstrap/jquery in it as well, and there is conflicts between the app.js and my templates... but other then this, seems not to bad..

Please or to participate in this conversation.