Hi, wonderful template – everything and more than a lot of
projects will need!
I’m a novice coder planning to use parts from this template on Laravel,
so nice to see it mentioned in another comment. If there are tutorials
or articles that could help me setting the template up on the framework
that you have or know of, please let me know.
The Issue I’m having so far is that I’d like to use some elements
from the Frontend, such as adding the image-carusel, on the Backend layout. Is
that possible? Another thing I've been struggling with, but I guess it is more a general css/bootstrap oriented thing, rather than a question for Neon, is how to make a certain row full width, while having a padding on the rest of 'the main-content div'
Basically I'd like a carousel div stretching the full width of the screen, while having a bit of padding on other content.
By the time when Neon was developed, the Front-end part wasn't created. Users requested it and we have coded that after few months, and it was not possible to include it in the Backend part. So we have split the front-end from backend and they are as separate themes. So in order to import something from front-end to back-end part, you need to copy the code and style for that element. This can be pain but actually there is no alternative for this, I am sorry.
As for full-width row element, can you explain a little better where do you want to do that, and probably give an example (live or screenshot) so I can think of solution for you.
Hi, wonderful template – everything and more than a lot of projects will need! I’m a novice coder planning to use parts from this template on Laravel, so nice to see it mentioned in another comment. If there are tutorials or articles that could help me setting the template up on the framework that you have or know of, please let me know.
The Issue I’m having so far is that I’d like to use some elements from the Frontend, such as adding the image-carusel, on the Backend layout. Is that possible?
Another thing I've been struggling with, but I guess it is more a general css/bootstrap oriented thing, rather than a question for Neon, is how to make a certain row full width, while having a padding on the rest of 'the main-content div'
Basically I'd like a carousel div stretching the full width of the screen, while having a bit of padding on other content.
Hi Steffen,
Thank you for kind words!
By the time when Neon was developed, the Front-end part wasn't created. Users requested it and we have coded that after few months, and it was not possible to include it in the Backend part. So we have split the front-end from backend and they are as separate themes. So in order to import something from front-end to back-end part, you need to copy the code and style for that element. This can be pain but actually there is no alternative for this, I am sorry.
As for full-width row element, can you explain a little better where do you want to do that, and probably give an example (live or screenshot) so I can think of solution for you.
Thanks
Hi Steffen,
Yes, that was not a "smart" step from us. We will consider making these changes and extend the front-end functionality with backend.
On the carousel, just add a row class for example row-carousel and apply this CSS:
This will stretch the container to the browser edge:
(view large version)