BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,521 through 11,530 (of 15,332 total)
  • Author
    Posts
  • in reply to: Back to top is not going all the way up #288659
    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.php file 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!

    in reply to: Some users can't update their entry #288535
    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/connections

    Steven 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!

    in reply to: Maximum category #288520
    Steven Zahm
    Keymaster

    @ rakesh

    Sorry, but there is not demo version … a demo version couldn’t really be created.

    in reply to: Back to top is not going all the way up #288519
    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.

    in reply to: View public entries missing #288396
    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=true the 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.

    in reply to: Some users can't update their entry #288395
    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.

Viewing 10 posts - 11,521 through 11,530 (of 15,332 total)