I'm working with quark template, restaurant quickstart, also editor disabled.
I've made a grid using GK grid, the problem is when i choose a pic for background it doesn't show. I've tried it in options/background image and nothing. Then i've tried with some code of musicstate template, this one:
<div class="gkJSFeed gkJSFeedType-user">
<a href=# class="gkAvatar" style="background-image: url('images/marcas/image.jpg')">
<span><em>Name</em></span>
</a>
</div>
The grid shows the content of the span. If i use firebug or chrome inspector i can see the image's url but it isn't showing.
This problem only occurs if i try to put one image in the background, if i place the image inside the code (no background) i can see the image in the grid.
I also checked that i'm using jquery instead mootools.
Edit: Also place css suffix: gkPhoto
Can you help me?
Thanks