Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Ken
Sort of, you would add
enable_category_select=falseto the shortcode already on each of those pages. You would not add the shortcode a second time. All shortcode option are always added to the same shortcode. I hope that makes sense.If you have a moment, I would truly appreciate a review as they really make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Marco
The phone number labels should already be in German if WordPress is running in German. Now if you’re trying to change the German labels to something else, then you, counter intuitively, need to enter the English origin string and not the German translated string. I guess that is how WP handles it. I just tested it and it does work. For example to change
Home Phone, in German,Telefon Privatto justTelefonyou need to enterHome Phonein English as theOriginal string. Then enter theconnectionsas the domain and finallyTelefonyourReplacement string.Hope that helps!
07/21/2014 at 10:57 am in reply to: Are different entries possible? Also search/categories questions #297655Steven Zahm
KeymasterSteven Zahm
Keymaster@ Ken
Yes, it can see my reply here.
Steven Zahm
Keymaster@ Chris
I’ve thought about this for a couple days … there’s not a builtin way to do this easily. Maybe this is as close as it gets without having to write a custom function:
<?php $entry->getAddressBlock( array( 'before' => '<div class="cn-located-in"><div class="cn-located-in-label">Also located in</div>', 'after' => '</div>', 'format' => '%city%' ) ); ?>You would then have to use some CSS to get the layout you want. The list would still include the city from the preferred address. Other than this, this gets you really close.
Hope that helps!
07/21/2014 at 10:20 am in reply to: Connecting WP registered member of site to connection profiles #297650Steven Zahm
Keymaster@ Deepanshu
Apologies! I missed your questions.
Again, sorry, but there is no out of box solution for sending those types of emails.
Steven Zahm
Keymaster@ Mitch
It must be something with with your configuration of PO. I installed PO using the default config and I was able to activate/deactivate cMap with no problems. The plugin folder has changed from
cmaptoconnections-cmap. So, perhaps, if you have a plugin filter setup with the older cMap it would not work with the new cMap.Steven Zahm
Keymaster@ Axel
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@ Karelle
Lets see…
First … If you do not know where those 4 files came from, remove them from the
connections_templatesfolder. They can override core template files. Since I have no way of knowing what’s in those files there no way of knowing what errors they may be introducing.Second … edit your directory page, switch the page editor to the Text tab. You seem to have stray HTML tags surrounding the shortcode and maybe in it too. They needs to be removed.
Third …
card-bio-logois an invalid template slug. I suggest removing it from the shortcode completely. You setup does not require the use of thetemplateshortcode override option. You can also remove theshow_alphaindexoption too. This instead can be enabled on the Connections : Settings admin page under the Display tab. You can actually remove theorder_byoption too because the default sort method is last name. I guess this is the long way of saying you only need to have[connections]on your page.And lastly … The Bio Entry Card does not show a logo which is why you do not see a logo. Perhaps this is why/where those 4 files come from in the
connections_templatefolder. Someone altered/created a custom template which showed the logo too.I hope that helps!
Steven Zahm
Keymaster@ Ken
Just thought of something ….
If you’re limiting the list by specific IDs and ordering them in a specific order… the category drop would appear not to work. The shortcode option are hard limits. They can override user choices such as filtering with the category drop down. Hope that make sense and helps!
-
AuthorPosts
