Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Chris
re: I would like to limit the addresses displayed to only one address. Ideally it would show the preferred address
To show just the preferred address this should work:<?php $entry->getAddressBlock( array( 'preferred' => true ) ); ?>re: list how many other addresses are listed with the other city & states displayed.
Sorry, I do not understand…re: pagination
Refer to the Market template on how it was enabled in themarket.phpfile. Lines 304-307, 417-423 and 468-471.Hope that helps!
Steven Zahm
Keymaster@ Chris
re: I would like to move the location of the edit listing link. How can I do that?
It can not be moved, only the order in which it is displayed in the action list. This can be done on the Connections : Settings admin page under the Display tab.re: I would also like to mod the css file.
Form is not setup to load a custom CSS file like the core Connections plugin is. However, you can probably use this QuickTip to load a custom CSS file for Connections and make your CSS statements for Form more specific so they override the Form CSS file statements.re: Also. I’m trying to use the say what plugin you recommended. But it won’t change Edit Entry to Edit Listing.
The domain for Form isconnections_form.Hope that helps!
Steven Zahm
Keymaster@ Ken
Checkout the order_by shortcode option. You can specify an order with this option. That should do the trick.
Steven Zahm
Keymaster@ Erik
Two other things to try…
Move the image out of the folder, delete the folder, re-create it and then set the permissions and move the images back in.
If that doesn’t work try these permissions, in order, until one works:
746
747
756
757
764
765
766
767Permissions 767 would be the most permissions I would have on a folder, never 777.
One of those should do the trick.
Steven Zahm
Keymaster@ Logan
What version of PHP does your host have installed? The
ctype_digit()function has been enabled by default since 4.2.0. For some reason your host decided to setup PHP without this core function. Unfortunately you’ll have to contact the host to re-enable it for you.Steven Zahm
Keymaster@ Brandon
Great to hear and thanks!
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/connectionsSteven Zahm
Keymaster@ Marco
You do not need to edit the PHP files to change the logo size, see this FAQ. And here’s a related FAQ that you may find useful.
Steven Zahm
Keymaster@ matt581
You do not need the MO/PO files for the
str_selectandstr_select_allshortcode options. Just add them to the[connections]shortcode like so:
[connections str_select='Select Category in German' str_select_all='Show All Categories in German']Hide the
Uncategorizedcategory with theshow_empty_categoriesshortcode option. Add it to the above shortcode like so:
[connections str_select='Select Category in German' str_select_all='Show All Categories in German' show_empty_categories='true']By default, Tile Plus does not show the address due to the limited space it usually has when actually being shown as tiles. You can turn it on with the
show_addressesshortcode option. Building on the shortcode from above, like so:
[connections str_select='Select Category in German' str_select_all='Show All Categories in German' show_empty_categories='true' show_addresses='true']Hope that clears it up for you.
Steven Zahm
Keymaster@ AlpineWeb Design
re: note that the Show Bio does not clickable in the cmap template for me
Seems to be a odd CSS conflict with the theme. The theme is settings the position globally ondiv‘s. Not sure why that would be done, but this can be overridden within the template with the following CSS:#cn-cmap div { position: initial; }Add it to the theme’s custom CSS area. That should fix it I think.
re: Also I am not following how link works. For each email address I need to create a WordPress user? If so what privileges do I give them?
In short, yes. Create a user for each entry ensuring they have matching email addresses. as for privileges, that is up to you. I suggest give the users the Subscriber role as it has the least privileges. And then make sure to give the Subscriber role the add/edit entry capabilities on the Connections : Roles admin page.re: where can I change the Show Bio to something like More Info?
Sure, see this FAQ. All the str_***** option can be found on this page.re: why does it show Other in front of the Address?
That is the address type you selected when you added the address. Selecting another address type will change it to the corresponding label.Hope that helps!
Steven Zahm
Keymaster@ HGL
Good to hear you’ve figured out the issue!
-
AuthorPosts
