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 4 replies, 2 voices, and was last updated 6 years, 9 months ago by
Steven Zahm.
-
AuthorPosts
-
05/12/2016 at 2:48 am #376090
Tim Brickle
ParticipantHi – whatever I do in regard to the image width I can’t get more than 2 columns http://pkh.it4t.in/stories/ambassadors/. When I just have 2 images set to 300px wide I still get 1 entry per row, now I have added more I can’t get 3 on one line.
05/12/2016 at 3:00 am #376091Tim Brickle
Participantso you can see when the page is loading we have 3 columns on a row but then once its loaded it jumps back to 2 http://pkh.it4t.in/stories/ambassadors/
05/12/2016 at 9:46 am #376136Steven Zahm
Keymaster@ Tim
Yeah, seems there is some type of conflict with the theme which does not let Gridder proper calculate the width of the container it is within. You’re going to have to make some very minor changes and then it should work fine. Here’s what to do.
Log into you site with FTP and navigate to this folder:
../wp-content/plugins/connections-gridder/
Download and open the
gridder.js
file.On line 15 you should find this:
cnGridderWidth();
Change it to this:
//cnGridderWidth();
Now, on line 253 you should find this:
/$( _self._scrollTo() ).animate( { scrollTop: _me.position().top }, 0 );
Change it to this:
///$( _self._scrollTo() ).animate( { scrollTop: _me.position().top }, 0 );
Save an upload the file overwriting the original.
Now, delete the
gridder.min.js
file. That way Connections will load the newly altered version of the main file.Refresh your page, things should work better now. Hope that helps, let me know.
05/12/2016 at 10:55 pm #376186Tim Brickle
Participant05/13/2016 at 12:18 pm #376277Steven Zahm
Keymaster@ Tim
Apologies, seems I missed a line. Open the same file and on line 10 you should find this:
cnGridderWidth();
Change it to this:
//cnGridderWidth();
Just like you did for the instance found on line 15.
NOTE: you will very likely have to force refresh your browser in order for the newly edited version of the file to be downloaded otherwise the browser will use the old cached version of the file.
Hoe that helps!
-
AuthorPosts
You must be logged in to reply to this topic.