Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Jim
Goto the Connections : Manage admin page, click the Show Details link of the entry your need the ID for. Over on the right hand side of you will see the entry ID.
Hope that helps.
Steven Zahm
Keymaster@ Jon
You can set the limit using the
page_limitshortcode Tile Plus enables like so:
[connections page_limit=30]Take a look at this FAQ on how to customize many of the string available in Tile Plus.
Here’s the list of available options:
str_select='Select Category' str_select_all='Show All Categories' str_image='No Photo Available' str_contact='Contact' str_home_addr='Home' str_work_addr='Work' str_school_addr='School' str_other_addr='Other' str_home_phone='Home Phone' str_home_fax='Home Fax' str_cell_phone='Cell Phone' str_work_phone='Work Phone' str_work_fax='Work Fax' str_personal_email='Personal Email' str_work_email='Work Email'All the shortcode options for Tile Plus are listed here.
Hope that helps.
06/14/2013 at 3:07 pm in reply to: Connections Categories Widget malformed sub-categories url #262809Steven Zahm
Keymaster@
Sure the change is very easy…
Open the
class.utility.phpfile.Look for this:
$permalink = trailingslashit( $permalink . $base['category_base'] . '/' . urlencode( $atts['slug'] ) );Change it to this:
$permalink = trailingslashit( $permalink . $base['category_base'] . '/' . $atts['slug'] );Steven Zahm
Keymaster@ Damon
The issue is being caused by the theme and its javascript file. The placeholder text “Search” in the search field for Connections is being submitted as a search term when you make a category selection. You can see this in the address bar after making a category selection. You’ll see
cn-s=Search.Unfortunately the only solution is you’re going to have to edit a Connections PHP file to remove the “Search” placeholder so the theme can not affect it.
Open this file:
class.template-parts.phpLocate this (should be on line 409):
placeholder="' . __('Search', 'connections')Change it to this:
x-placeholder="' . __('Search', 'connections')Save the file and overwrite the original.
Steven Zahm
Keymaster@ damon
Take a look at the order_by doc page
Steven Zahm
Keymaster@ damon
Take a look at the order_by doc page.
Steven Zahm
Keymaster@ damon
Are the entries set as “Public”?
Steven Zahm
Keymaster@ Kate
There’s no way to change or edit this category and it is required for Connections to function… however, with that said … If the Uncategorized category is completely empty, meaning absolutely no entries assigned to it, private or unlisted you can use a cMap shortcode option to hide empty categories. Since Uncategorized will be empty it will not be shown in the list.
Hope that helps.
06/14/2013 at 1:54 pm in reply to: Connections Categories Widget malformed sub-categories url #262797Steven Zahm
Keymaster@ Pieter
I’ll be pushing out an update this weekend that’ll fix this error.
Steven Zahm
Keymaster@ Jon
Now that you’ve upgraded…
Now you can change the Medium Image size on the Connections : Settings admin page to any size you want and that size will be the size used one the default template you are using for the single entry. Tile Plus 3.0.x will be unaffected by this change because it will create the image size it needs dynamically. Unfortunately, you’ll have to re-upload any image you uploaded while at the smaller size.
-
AuthorPosts
