Forum Replies Created
-
AuthorPosts
-
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.
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?
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
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.
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.
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
16to a32.If you decide to make this edit, then you should create a template override file so the change is update safe.
Hope that helps!
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!
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.phpfile. 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 3The 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.phpfile tolist.oldso 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!
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
$resultsvariable. 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.
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.
-
AuthorPosts
