BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,741 through 13,750 (of 15,332 total)
  • Author
    Posts
  • in reply to: Revealing Individual Card IDs #262827
    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.

    in reply to: Larger Photo on Details Page #262826
    Steven Zahm
    Keymaster

    @ Jon

    You can set the limit using the page_limit shortcode 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.

    Steven Zahm
    Keymaster

    @

    Sure the change is very easy…

    Open the class.utility.php file.

    Look for this:

    
    $permalink = trailingslashit( $permalink . $base['category_base'] . '/' . urlencode( $atts['slug'] ) );

    Change it to this:

    
    $permalink = trailingslashit( $permalink . $base['category_base'] . '/' . $atts['slug'] );
    in reply to: Categories are empty #262804
    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.php

    Locate this (should be on line 409):
    placeholder="' . __('Search', 'connections')

    Change it to this:
    x-placeholder="' . __('Search', 'connections')

    Save the file and overwrite the original.

    in reply to: Reorder contacts #262803
    Steven Zahm
    Keymaster

    @ damon

    Take a look at the order_by doc page

    in reply to: Reorder contacts #262802
    Steven Zahm
    Keymaster

    @ damon

    Take a look at the order_by doc page.

    in reply to: Categories are empty #262801
    Steven Zahm
    Keymaster

    @ damon

    Are the entries set as “Public”?

    in reply to: Customize Dropdown Menu Options #262800
    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.

    Steven Zahm
    Keymaster

    @ Pieter

    I’ll be pushing out an update this weekend that’ll fix this error.

    in reply to: Larger Photo on Details Page #262796
    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.

Viewing 10 posts - 13,741 through 13,750 (of 15,332 total)