@ Dave
re: I would like to have the image link directly to the entry’s preferred web link (in a new page) rather than have the panel display. I don’t really need the panel or the details page for this application. Just a direct link to the preferred site I entered in “links”.
This would actually require extensive reworking of the template to accomplish which not easily done. Sorry.
re: when I click to open the panel, the page jumps back to the top again, so I have to scroll back down to view the newly opened panel. Can I at least stop this jump up to the top?
Yeah, that is really annoying. I’ve seen this happen a couple times before. It is a conflict with the theme or a another plugin that makes the calculation to the current entry being clicked wrong. I’m actually removing that effect in the next update to Gridder. Here’s how to fix it now.
- Navigate to the
../wp-content/plugins/connections-gridder/
folder. - Download and open the
gridder.js
file. - On line 253 you will find this:
$( _self._scrollTo() ).animate( { scrollTop: _me.position().top }, 0 );
Change it to this:
//$( _self._scrollTo() ).animate( { scrollTop: _me.position().top }, 0 );
- Save the file overwriting the original.
- Now delete the
gridder.min.js
file.
That should resolve the jumping.
Hope that helps!