View Directory
-
For the views path key for the default theme, it's referring to a directory inside resources which does not already exist.
Do I have to create the directory my self for my custom theme?
-
CSS and JS are kept inside public>themes>my_theme_name>assets right? And this is git-ignored. So how others can actually use assets when I push them I repo?
-
Hi Rafin,
You need to push them on git repo & need to remove this from git ignored.
Thanks
Rahul Shukla -
Hi,
You can use this link for custom theme creation.
Here is a link -https://bagisto.com/en/create-custom-theme-in-bagisto/Thanks
Rahul Shukla -
@rahul I already take a look on the link and that's why I'm asking here about this .
Do I still have to generate the directories my self ? Now I can just edit the already existed theme files.
If there is a real example of how to create a new custom theme that would be appreciated, thank you. -
Hi yaser-az,
You can us this reference for your answer - https://forums.bagisto.com/topic/57/how-can-i-change-theme-and-write-own-html-for-front-end-section-not-the-admin-panel
& you can also check our repository for custom theme ( https://github.com/rahulshukla-webkul/bagisto-custom-theme ) .Thanks
Rahul Shukla