This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
I'm working with this slider: https://octobercms.com/plugin/fabriciorabelo-slider
Everything works great except for where it pulls the images for display. It uses an app segment to display the code like this: {{ item.image.path|app }}
However this, code outputs something like this: http:// devserver.com/site-folder/site-folder/ storage/app/uploads/public/581/20f/70d/58120f70d4e37381047008.jpg (spaces added intentionally for display)
Site-folder is the site's project folder, but should only be showing up once. I cannot seem to locate in plugin's files where item.image.path is defined. Any suggestions on where to check (there, other files, settings, or database) would be wonderfully appreciated.
Thank you
Looks like dropping the |app solves the issue here and just calling it like {{ item.image.path }} Does the trick.
I am still learning the ins and outs of October. I apologize for the simple question.
1-2 of 2