BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,181 through 13,190 (of 15,332 total)
  • Author
    Posts
  • in reply to: Form not working #267510
    Steven Zahm
    Keymaster

    @ Joey

    Many thanks!

    If you have a moment, I would truly appreciate a review. They do make a difference. Many thanks in advance!
    http://wordpress.org/support/view/plugin-reviews/connections

    in reply to: show map not working #267509
    Steven Zahm
    Keymaster

    @ Joshua

    Many thanks!

    If you have a moment, I would truly appreciate a review. They do make a difference. Many thanks in advance!
    http://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Can I Get The Bio To Show By Default? #267482
    Steven Zahm
    Keymaster

    @ daryl

    I think this should do it:

    Open the card.php file found here:
    ../wp-content/plugins/cmap/

    Go to line 147 which should be this:

    echo '<div class="cn-notes" id="note-block-' , $entry->getRuid() , '" style="display: none;">';
    

    Change it to this:

    echo '<div class="cn-notes" id="note-block-' , $entry->getRuid() , '" style="display: block;">';
    

    Now go to line 63 which should be this:
    printf( '<a class="cn-bio-anchor toggle-div" id="bio-anchor-%1$s" href="#" data-uuid="%1$s" data-div-id="bio-block-%1$s" data-str-show="%2$s" data-str-hide="%3$s">%2$s</a>',

    And change it to this:

    printf( '<a class="cn-bio-anchor toggle-div" id="bio-anchor-%1$s" href="#" data-uuid="%1$s" data-div-id="bio-block-%1$s" data-str-show="%2$s" data-str-hide="%3$s">%3$s</a>',
    

    Save and upload overwriting the original.

    Of course, make a backup first.

    in reply to: Showing map in expanded entry in Slim #267481
    Steven Zahm
    Keymaster

    @ Peter

    Sorry, neither Slim or Slim Plus have a map feature. It’s a request that I’m starting to see far more of so I’m considering on adding it to the Slim Plus template.

    in reply to: show map not working #267475
    Steven Zahm
    Keymaster

    @ Joshua

    Connections seems to be working fine now. The map links are working and the one entry I could find with notes worked too.

    However, seems there was a minor typo in the code I gave you. Use this:

    if ( $("li.menu-item").hasClass("current-menu-item") ) {
    	$magicLine
    		.width(jQuery(".current-menu-item, .current-menu-parent, .current_page_parent").width())
    		.css("left", jQuery(".current-menu-item, .current-menu-parent, .current_page_parent").position().left+30)
    		jQuery("#magic-line").fadeIn('slow')
    		.data("origLeft", $magicLine.position().left)
    		.data("origWidth", $magicLine.width());
    };

    After you upload the modified code, make sure you force refresh or open a private browsing window to test otherwise the browser will use the locally cached version instead of the new version.

    Lastly, the character index, is functioning. It only jumps to the character clicked if it is on the current page of results. For example, go to page 10 in your directory, click the letters; Q, R, and S. You’ll see that it is working. The character index does not filter by character. Older versions of the template showed only the actual characters that were on the page, but I’ve received more requests than I can count to have the entire alphabet show even after explained it would not work as expected to those requesting it. I don’t feel this is good user experience and I am working on a better overall solution which will enable filter by character just like the admin. Actually, the work down in the admin is the first step.

    in reply to: [REQ] Rename Biography #267471
    Steven Zahm
    Keymaster

    @ Alan Teh

    Good to hear you figured it out.

    in reply to: Don't show image #267470
    Steven Zahm
    Keymaster

    @ Alan Teh

    I’ve added it to my feature request list. Fo now, if you are not uploading image, this will work:

    [connections image_fallback='none']

    in reply to: How to add new social media link #267469
    Steven Zahm
    Keymaster

    @ Toto

    You have to add it to the class.options.php file found here:
    ../wp-content/plugins/connections/includes/

    Just search for one of the others. How to add a new one should make sense when you see the others.

    Lastly, you need to add the icons to the ../assets/connections/images/

    I see they have posted icons for use here:
    http://500px.com/blog/51/icons-for-social-media

    in reply to: German translation #267468
    Steven Zahm
    Keymaster

    @ Alex

    Thanks for letting me know, I didn’t receive the notice of the request for some reason. I just added you so you can start editing the translation.

    in reply to: Edit profile #267466
    Steven Zahm
    Keymaster

    @ Colin

    Is this question relating to Link and the “Edit My Directory Entry” admin page?

Viewing 10 posts - 13,181 through 13,190 (of 15,332 total)