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 10 years, 6 months ago by
Steven Zahm.
-
AuthorPosts
-
01/23/2016 at 11:27 am #362105
Sheryl Coe
Participanthttps://drive.google.com/file/d/0B3tOEs0J-b9uZDk4Z0JQS3RreFk/view
The video above will be removed after you answer this question.How can I make sure that the “more” link does not display off screen? This is a problem in several templates. Is there a setting I can change?
Thanks,
— S.
01/23/2016 at 1:05 pm #362113Steven Zahm
Keymaster@ Sheryl
The issue, judging soley by the video is being caused by the browser window being at a small size with the page being scaled up. Gridder, does move so the image clicked with within the browser viewport but because of the reason cited (best guess) the browser viewport is too small to fit the info panel of the entry clicked.
There is no setting to remove this, however, removing a single line in Gridder’s JavaScript file will stop it from trying to moving the entry to be within the browser viewport. here’s how:
Open the delete the
gridder.min.jsfile found here:
../wp-content/plugins/connections-gridder/Now, open the
gridder.jsfile found in the same folder and remove the following line:
$( _self._scrollTo() ).animate( { scrollTop: _me.position().top }, 0 );Save the file and upload it overwriting the original.
You will very likely have to force refresh your browser so the new version will be used instead of the local copy the browser has it its cache.
Hope that helps!
01/23/2016 at 1:25 pm #362114Sheryl Coe
ParticipantThanks for the quick response. Unfortunately, the browser window is at 100% using Chrome on a 1-year old Lenovo Laptop with 1920×1080 monitor set at recommended resolution settings.
The same thing happens on a smartphone screen. Try sending this URL to your phone.
http://connections-pro.com/demo/template/gridder/
I have a galaxy note with plenty of room. Clicking on the plus pushes the listing out of sight.Thanks for the code tip? Any other ideas?
01/24/2016 at 12:37 pm #362205Steven Zahm
Keymaster@ Sheryl
re: Thanks for the code tip? Any other ideas?
Nope, removing the line as I suggested will stop the auto scroll… Looks like I should add a bit of logic to disable it on mobile devices though. I’ll put that in it next update.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
