Hi gang!
I need your help. As you can see in my picture (link below), the CRED inline editing form is showing the same post on all entries. Is this a bug or I'm I doing something completely wrong?
Picture: https://www.dropbox.com/s/p8qa5mo6u0izh4q/Screenshot%202014-04-10%2003.01.49.png
View:
<div class="container-fluid">
<div class="row">
<img class="heading" alt="" src="https://viralapps.no/platform/wp-content/uploads/2014/04/heading.png" width="710" height="282" />
<h1 class="byline">stem på banens beste</h1>
<h2 id="user-message"></h2>
</div>
</div>
[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<div class="container-fluid app-content" id="players">
<div class="row">
<wpv-loop>
<div class="col-xs-6 col-sm-4">[wpv-post-body view_template="players"]</div>
</wpv-loop>
</div>
</div>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]<strong>No items found</strong>[/wpml-string]
[/wpv-no-items-found]
[wpv-layout-end]
<div id="form" class="container-fluid">
<div class="row">
[wpv-post-body view_template="Form"]
</div>
</div>
Template:
<div id="player">
<a id="voteFunction">
<div class="player image">
[types field="player-image" size="medium" align="none" resize="crop"][/types]
</div>
<h3 class="player name">[types field="player-shirt-name" output="raw"][/types]</h3>
<h4 class="player number">[types field="player-number" output="raw"][/types]</h4>
<div id="voteBtn" class="btn btn-primary vote"><span>stem</span></div>
</a>
[cred_link_form form="Player Vote" text="Edit %TITLE%" target="_self"]
[cred_form form="Player Vote"]
</div>