Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Regine
I think this is as close as it wil get due to the static positioned header…
You need to edit the
card.phpfile cMap found here:
../wp-content/plugins/connections-cmap/Look for this line:
<span class="cn-return-to-top"><?php cnTemplatePart::returnToTop() ?></span>Change it to this:
<span class="cn-return-to-top"><?php cnTemplatePart::returnToTop( array( 'href' => '#main-content' ) ) ?></span>Part of the header image will still be partially obstructed by the static header but that is the closest top that I can hook into the theme for the link.
Hope that helps!
Steven Zahm
Keymaster@ Mike
Slim Plus will automatically create images from the source image that are
100px x 120px. So if you upload a pre-cropped image using the same ratio (5:6) that would work too. For example, images with the dimension of 200px x 240px or 110px x 132px. Here’s the math…( width / height ) * new-height = new-width
OR
( height / width ) * new-width = new-height
Hope that helps!
Steven Zahm
Keymaster@ Matthew
Great to hear you figured out the issue!
Steven Zahm
Keymaster@ Kevin
Right, I do need to add a “clear” link. It is on my todo list as well as adding some sort of message stating that you’re searching in category x for terms y and z.
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connections04/14/2014 at 11:20 am in reply to: Does the Form extension work with the free version of Connections? #288521Steven Zahm
Keymaster@ Julie
Yes, all the templates and extensions will work with the free version of Connections … actually the free version of Connections is the only version.
I hope that helps!
Steven Zahm
Keymaster@ rakesh
Sorry, but there is not demo version … a demo version couldn’t really be created.
Steven Zahm
Keymaster@ Regine
Might not be possible … looks like the theme might have some sort of static/floating header. If you provide a login, I will definitely take a look to see if I can provide a solution to fix it.
Steven Zahm
Keymaster@ Kevin
Currently that is not possible. I’ve added this to my issue tracker. The difficulty in adding this would be determining when to limit the character to the current category. User interaction with the directory has to be taken into consideration.
Steven Zahm
Keymaster@ Ian
The issue is the cache plugin. You need to make sure the Connections page is excluded from the cache… or make sure the cache of that page is cleared after every change.
I installed User Switching for testing as other users. I left it installed as it is super handy to be able to bounce into user accounts to see what they see when troubleshooting.
I also changed the menu item for the directory from a page to a link. I linked to the directory page but added
?nocache=truethe to link. That should help a little if you do not exclude the directory page from the cache. Two areas adding this link will not help is with pagination and filtering the list by character. Those links are generated dynamically and can not have the nocache query string added to the URL. The cache plugin should ignore switching categories and search because of query variables in the URL being used.I also noticed that most your users are a custom role named “Teachers” I added the add/edit entry capabilities in Connections for that role.
I hope that makes sense and helps.
Steven Zahm
Keymaster@ Matthew
I have not encountered this before … I would need a temp admin account so I can login to see what the issue might be.
-
AuthorPosts
