BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 4,591 through 4,600 (of 15,332 total)
  • Author
    Posts
  • in reply to: Customize #399282
    Steven Zahm
    Keymaster

    @ James

    See this doc page on how to change field names and other text in Connections.

    Templates do have template specific text string which are dealt with differently, please see this doc page on how to change template specific strings in cMap as one example.

    The rest of the template use shortcode option to control template specific string. See the doc page on how to change template specific strings in Gridder as an example.

    Hope this answers your question thoroughly!

    in reply to: Cannot edit connections directory page #399079
    Steven Zahm
    Keymaster

    @ Levi

    Do you have Yoast SEO installed? I’ve noticed that some sites the filter that Yoast SEO runs causes shortcodes to run in the admin and the Connections shortcode is not designed to run in the admin and can error out. I suspect this might be the case. To test, try temporarily deactivating Yoast SEO to see if that resolves the issue for you. Reactivate after you test. HOpe this helps, let me know what you find out.

    in reply to: active link with amor user list #399075
    Steven Zahm
    Keymaster

    @ annelies

    If you are using the Link extension, check out the two new shortcodes it adds.

    in reply to: Search Widget (within Widget Pack) #398958
    Steven Zahm
    Keymaster

    @ Garrett

    Navigate to the WordPress Appearance Widgets admin page. You find the Connections Search widget. From there you can place the widget into the theme’s sidebar.

    Hope that helps!

    in reply to: Two Images #398957
    Steven Zahm
    Keymaster

    @ K C

    re: I did try and look through to find a template that uses the logo but did not see it.

    Both the cMap and Market templates display both the logo and image. The logo is displayed by default on the card with the photo displayed in the bio area content tray.

    re: nomenclature for the logo so I can request it from data and include it on the page

    In all the templates, if you open the card.php and card-single.php files you’ll find code similar to this:

    $entry->getImage(
        array(
            'image'    => $atts['image'],
            'width'    => $atts['image_width'],
            'height'   => $atts['image_height'],
            'zc'       => $atts['image_crop_mode'],
            'fallback' => array(
                'type'   => $atts['image_fallback'],
                'string' => $atts['str_image'],
            ),
        )
    );
    

    This is the image code. You can use similar code to add the other image:

    Display the logo:

    $entry->getImage( array( 'image' => 'logo' ) );
    

    Display the photo:

    $entry->getImage( array( 'image' => 'photo' ) );
    

    Hope that helps!

    in reply to: Suppress displaying directory #398956
    Steven Zahm
    Keymaster

    @ Dariusz

    Right, those links would disappear. You do have other options to place these links.

    Hope that helps, let me know.

    in reply to: Profile pictures disappear suddenly #398942
    Steven Zahm
    Keymaster

    @ Rolf

    Good to hear!

    You can likely use .htaccess rules to protect other files or you could use the UAM rule but add an rule to allow the access to the images in the connections upload folder.

    in reply to: Search function #398934
    Steven Zahm
    Keymaster

    @ Rob

    I highly recommend the cMap template as it supports search and pagination (we’ll al the premium templates do) but it also supports the Template Customizer and has over 100 point and click config options with live preview so you can see the results before applying the change.

    Alternatively to the premium template, there is a search widget which comes with the Widget Pack that you can place in the theme’s sidebar. But if you have enough entries where you need search, then you’ll need pagination which mean the template cMap template is you best option.

    Hope that helps!

    in reply to: Upcoming list not showing todays date. #398932
    Steven Zahm
    Keymaster

    @ Aaron

    The login details can be posted here as a private reply. You can also send it via the Contact link at the very bottom of the page. If you use the contact link, please copy/paste a link to this forum thread from the browser’s address bar so I relate the contact form to this thread.

    in reply to: error 404 #398931
    Steven Zahm
    Keymaster

    @ Danielle

    No problem!

Viewing 10 posts - 4,591 through 4,600 (of 15,332 total)