giansi / gravstrap-theme

Gravstrap Theme helps you to start a new Grav CMS site with Bootstrap support and several ready to use modules. It is also perfect to start a new Bootstrap custom theme, to create your unique design.
MIT License
7 stars 12 forks source link

Portfolio Images Disappeared #24

Closed 2braincells2go closed 8 years ago

2braincells2go commented 8 years ago

Greetings! We updated our site to the latest release day or two ago.

Before that the portfolio was working fine and now the images have completed disappeared.

Running the admin plugin so all we did was auto update, no manual intervention.

https://qiksoft.com/

Any ideas on fix?

Thank you for your time.

giansi commented 8 years ago

Hi, this should help you to fix: http://diblas.net/plugins/use-bootstrap-components-as-shortcodes-in-grav-cms/how-to-handle-components-images.

Anyway, I've tweeted about this change here, https://twitter.com/gravstrap/status/755442474919878657.

At last, this http://diblas.net/blog/how-to-deploy-a-website-using-rocketeer could help you to implement a better deployment strategy. ;-)

2braincells2go commented 8 years ago

Ok, so you are saying to no longer rely on Gravstrap to work as coded?

[g-portfolio name=portfolio attributes="class:portfolio module"]

## Some of Our Software
These are only a few `samples` of our work

___

[g-thumbnail]
[g-thumbnail-item image="minimen.jpg"][/g-thumbnail-item]
[g-thumbnail-item image="cleansqueeze.jpg"][/g-thumbnail-item]
[g-thumbnail-item image="footercash.jpg"][/g-thumbnail-item]
[g-thumbnail-item image="qikmobi.jpg"][/g-thumbnail-item]
[g-thumbnail-item image="qikcart.jpg"][/g-thumbnail-item]
[g-thumbnail-item image="secondchance.jpg"][/g-thumbnail-item]
[/g-thumbnail]

[/g-portfolio]
giansi commented 8 years ago

You must create a page, so a folder under user/pages, and put your images inside that folder. The sc code remains the same

Il 24 Lug 2016 12:34, "Woody" notifications@github.com ha scritto:

Ok, so you are saying to no longer rely on Gravstrap to work as coded?

[g-portfolio name=portfolio attributes="class:portfolio module"] ## Some of Our Software These are only a few samples of our work ___ [g-thumbnail] [g-thumbnail-item image="minimen.jpg"][/g-thumbnail-item] [g-thumbnail-item image="cleansqueeze.jpg"][/g-thumbnail-item] [g-thumbnail-item image="footercash.jpg"][/g-thumbnail-item] [g-thumbnail-item image="qikmobi.jpg"][/g-thumbnail-item] [g-thumbnail-item image="qikcart.jpg"][/g-thumbnail-item] [g-thumbnail-item image="secondchance.jpg"][/g-thumbnail-item] [/g-thumbnail] [/g-portfolio]

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub, or mute the thread.

2braincells2go commented 8 years ago

I get it now. Couple cups of coffee and my mind cleared:)

Thanks much.