BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 1,521 through 1,530 (of 15,332 total)
  • Author
    Posts
  • in reply to: Having categories show in panel, first screen #466897
    Steven Zahm
    Keymaster

    @ Michael

    There is not a way to add this info without editing the PHP of the template files. You can follow the steps in the post.

    The only difference is the file path is:

    ../wp-content/plugins/connections-gridder/

    Hope this helps!

    in reply to: Difference between CSV-import and CSV-import beta #466893
    Steven Zahm
    Keymaster

    @ Age

    I like recommending the beta which is more of an release candidate than a beta. Poor naming on my part.

    Some of the bigger changes include but limited to:

    • Made code changes to deal with a couple of the more common issues users have had using the extension. Minor things really but do improve the user experience.
    • Improved user feedback during the import process. Failed and skipped rows are now reported vs being silently ignored.
    • Failed and skipped rows will have download links to CSV files with just those rows so they can be fixed and imported.
    • When importing really large CSV files, eg. 10,000 or more, each step of the batch import would increase as the complete file would have to be parsed to get to the correct spot to import the next batch. Now, on the mapping step the file is chunked, split into parts. These parts are preprocessed. Now, each step of a batched import will take roughly the same amount of time which reduces overall import time while greatly reducing server resource usage during import.

    Hope this answer you question thoroughly!

    in reply to: Order by City #466892
    Steven Zahm
    Keymaster

    @ Erika

    The best I can tell after the reviewing the page is that both entries have RIVERSIDE set as the city. Since they are both Riverside, the secondary sort being applied is last name. It does appear that the sorting is correct.

    in reply to: No Image Available #466809
    Steven Zahm
    Keymaster

    @ Fuxia Jin

    You need to contact you web host support in regards to this error. This means that the PHP GD Image processing library is not being loaded by the web host. This a standard library that all web hosts have installed. This is likely a simple oversight on their part. After they install and configure GD Connections will work normally.

    Hope that helps!

    ps. WordPress actually requires it too, but is silent on the issue. No errors. What WP will do is actually serve the uploaded hires images using CSS to scale the images. This slows down your site and uses more bandwidth because larger images are being sent instead of web optimized images.

    in reply to: Dropdown menu will now show up #466808
    Steven Zahm
    Keymaster

    @ Jess

    Did you figure out the issue? When I visit the page, I do see the category drop down at the top of the page.

    in reply to: Internal Server Error 500 #466807
    Steven Zahm
    Keymaster

    @ Carrie

    RE: the php memory limit is 256 MB, which should be adequate, no?

    Yes, in most conditions, more than enough.

    RE: I had upped my php from 5.4 to 5.6 maybe a week prior to this issue starting; I lowered it back to 5.4 after this issue popped up and the error persists.

    I would suggest the version that WordPress recommends which is PHP version 7.1. It is far more faster at running WP while being much more resource efficient.

    RE: Is there anything else I could do to correct this issue?

    Can you look in the PHP error log to see if there are any messages that may help shed light on the issue?

    Can you please create a temp admin account using the following plugin so I can take a closer look?

    https://wordpress.org/plugins/temporary-login-without-password/

    in reply to: Custom Field label won't display! #466806
    Steven Zahm
    Keymaster

    @ Annette

    That label option is only for displaying the label in the custom field metabox. It is up to you to add the label to the template if you want one.

    For example, change this line:

    if ( ! empty( $text ) ) echo '' . esc_html( $text ) . ''; ?>

    to

    if ( ! empty( $text ) ) echo 'My Custom FieldLabel: ' . esc_html( $text ) . ''; ?>

    Hope that help!

    in reply to: Adding new Custom Field to cMap Template #466735
    Steven Zahm
    Keymaster

    @ Casper

    Follow this link and scroll up until you see the paragraph that starts with “Before moving on, you should go and read how…

    https://connections-pro.com/2015/06/23/quicktip-custom-field-adding-a-text-field/#Export_the_Field

    You need to add that little snippet of code that follows that paragraph in the card.php and card-single.php files where you want it to be displayed.

    Hope that helps!

    in reply to: No Image Available #466733
    Steven Zahm
    Keymaster

    @ Fuxia Jin

    What do the errors say? The images do not appear to be properly assigned to the entries. Can you switch the admin to English and try again so the English errors are shown?

    in reply to: Redirect "view profile" link #466732
    Steven Zahm
    Keymaster

    @ Michael

    You can use this addon for Connections:

    connections-entry-links-to.zip

    It adds an option to set a page an entry should link to vs using the “internal” Connections profile page. This is not a supported addon but it should work.

    Hope it helps!

Viewing 10 posts - 1,521 through 1,530 (of 15,332 total)