BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 4,871 through 4,880 (of 15,332 total)
  • Author
    Posts
  • in reply to: Expand text instead of view profile #393854
    Steven Zahm
    Keymaster

    @ Jonathan

    From the screenshot, it looks like a simple CSS conflict. My best guess it has to due with the line-height. Impossible know what the exact issue is from a screenshot. If you share a link with me so I can take a look, I will.

    in reply to: Bios for Staff Photos not displaying #393853
    Steven Zahm
    Keymaster

    @ Margie

    Ok, can you attach a screenshot of both the entry result list and a screenshot of a single entry’s profile page so I can see what you are seeing?

    in reply to: Bios for Staff Photos not displaying #393835
    Steven Zahm
    Keymaster

    @ Margie

    • Have you updated to Tile Plus 4.1?
    • What is the exact shortcode you are using to display the directory?
    • Have you activated Tile Plus for use on the Connections : Templates admin page?
    • This reply was modified 9 years, 11 months ago by Steven Zahm. Reason: Add question
    in reply to: Customize bio page on Tile theme #393831
    Steven Zahm
    Keymaster

    @ Cindee

    You could use CSS to accomplish both. If you can share a link to your directory I can provide some guidance on what that CSS should be.

    in reply to: Mobile – Image and icons above text #393830
    Steven Zahm
    Keymaster

    @ Jonathan

    Which device? On an iPhone 5 which is a pretty small device nowadays it looks good. Based on your other thread it sounds like you might being showing mcuh more content than a small excerpt, which, in that case, would look a bit odd. The only way to do this would be to edit the core template file and its CSS file to change the design/layout. If you decide to make these changes to the template, these two resources will be helpful:

    If you are not able to make these design changes, I do offer custom development services just let me know if you are interested and I can provide a quote.

    in reply to: Email icon size #393829
    Steven Zahm
    Keymaster

    @ Jonathan

    The only way to do this is by editing the template file. Navigate to the ../wp-content/plugins/connections-circled/ folder via FTP.

    Look for this line:

    $email = $entry->getEmailAddressBlock( array( 'preferred' => TRUE, 'format' => '%icon%', 'size' => 16, 'return' => TRUE ) );

    Change ths 16 to a 32.

    If you decide to make this edit, then you should create a template override file so the change is update safe.

    Hope that helps!

    in reply to: Expand text instead of view profile #393828
    Steven Zahm
    Keymaster

    @ Jonathan

    I’m not at all familiar with the Collapse-O-Matic plugin but if you want to apply shortcodes to the bio excerpt section on Circle you can do so by adding this filter:

    add_filter( 'cn_bio', 'do_shortcode' );

    You can add this filter by installing the Code Snippets plugin and then adding a new snippet with this code. Make sure the *save and activate the snippet to run in the frontend only.

    Hope that helps!

    in reply to: Bios for Staff Photos not displaying #393827
    Steven Zahm
    Keymaster

    @ Margie

    re: In what file does getFullFirstLastNameBlock() get defined?

    This function has been around for ages and still exists in the present version. The function is defined in the ../wp-content/plugins/connections/includes/entry/class.entry-output.php file. Line 663 in the current version.

    re: Getting this error message:
    Fatal error: Call to a member function getFullFirstLastNameBlock() on a non-object in ../wp-content/connections_templates/list.php on line 3

    The error is actually coming from a custom template, not Connections, any of the core templates or Tile Plus.

    Navigate to this folder via FTP and name the list.php file to list.old so it is not loaded by Connections. You should be able to update just fine then from the sounds of it.

    You’ll have to fix the custom template so it does not throw the error in order to use it again.

    Hope that helps!

    in reply to: Link Entry #393825
    Steven Zahm
    Keymaster

    @ Jonathan

    Ok, I think I understand, maybe. The references to the /user-edit.php?user_id={$u} code you been making is the WordPress admin Edit User profile page which does not have anything to do with Connections.

    Unfortunately it is impossible for me to answer your question because I do not know the code you have used to build your search. For example, what function is being used to to set the $results variable. If it is not the core Connections function for retrieving entries based on search params there is no way to get a link to the Connections entry because the entry ID would be needed.

    If you need a directory search then I highly recommend any of the premium templates which include this feature or the Widget Pack which includes a search widget that can be used to search the directory.

    in reply to: Tile Template – Commas #393824
    Steven Zahm
    Keymaster

    @ Heather

    Hmmm… that does seem to be a bug in the released version of Tile Plus. Add the following to the existing Connections shortcode on your directory page:

    addr_format="%label% %line1% %line2% %line3% %city%, %state% %zipcode% %country%"

    Apologies for the trouble! Hope that helps, let me know.

Viewing 10 posts - 4,871 through 4,880 (of 15,332 total)