Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 3 replies, 2 voices, and was last updated 6 years, 8 months ago by
Dave Felton.
-
AuthorPosts
-
05/18/2016 at 3:25 pm #376736
Dave Felton
ParticipantHi, 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”.
If this is too much trouble, as it’s working right now, 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?
05/18/2016 at 5:31 pm #376748Dave Felton
ParticipantThis reply has been marked as private.05/19/2016 at 9:23 am #376818Steven Zahm
Keymaster@ 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!
05/19/2016 at 11:40 am #376835Dave Felton
ParticipantYes, that stopped the jumping. Thank you.
- Navigate to the
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.