BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 2,461 through 2,470 (of 15,332 total)
  • Author
    Posts
  • in reply to: Fields all mixed up #444959
    Steven Zahm
    Keymaster

    @ Dan

    What version of the CSV Import? Is it current? The current version is 1.4.7.

    Generally errors like this is due to malformed CSV files. I suggest opening the file in Google Sheets or LibreOffice Calc. Remove all empty columns, save out a copy ensuring the file is UTF8 encoded.

    If CSV Import is current and following the above linked advice does not help, you can attach the file as a private reply. You might have to rename it from .csv to .txt in order to attach it.

    Hope this helps, let me know.

    in reply to: Separate search result by directory? #444948
    Steven Zahm
    Keymaster

    @ Christine

    RE: CSS

    A third party library called Select2 is used for the enhanced drop downs. Styling changes are unfortunately anything but simple. Reducing the font size actually involves changing a number of other styles. It would take me better part of an afternoon to change everything to be smaller.

    RE: Search

    This should actually be easy… add force_home='FALSE' to the [cn_multi_category_search] shortcode, eg. [cn_multi_category_search force_home='FALSE']

    Hope that helps, let me know.

    in reply to: Add text box to date #444935
    Steven Zahm
    Keymaster

    @ Bishop Gregory Godsey

    Sorry, no, there is no way to add text fields to specific date types or any date type all all.

    Probably the only way to handle this would be to add a new metabox (section) which would have three date pickers and their related text boxes. These would not be what Connections considers dates but may work for what you need to do. This is quite a bit more difficult when compared to adding custom date types that you already have done. I do offer custom development services if you are interested. Let me know.

    in reply to: ERROR: Entry could not be added. #444934
    Steven Zahm
    Keymaster

    @ Jeremy

    I do not know what ManageWP is cloning for you but it definitely was not your live site. Both the files I tweak last night to the live site to force the DB update and the DB itself was out of date. I suspect it cloned an older version to your dev site.

    I triggered the DB update on dev too and now it can add entries again.

    Hope this helps!

    in reply to: Custom text field labels not showing #444933
    Steven Zahm
    Keymaster

    @ Steve

    In the card.php and card-single.php files where you added the $text = $entry->getMeta( chunck of code, you need to add this line as mentioned in the tutorial:

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

    Here, you can add any label you want, just add it to the code. Example:

    if ( ! empty( $text ) ) echo '<strong>ABN/ACN:</strong> ' . esc_html( $text ) . '';
    

    Hope that helps!

    • This reply was modified 8 years, 8 months ago by Steven Zahm. Reason: Correct string closing tag
    in reply to: Connections disappeared on me #444932
    Steven Zahm
    Keymaster

    @ Nathan

    Since this is an intranet I can really only give you guesses…

    Make sure you have at least PHP 5.3 installed on your intranet server. WordPress recommends 7.2, but that was just released and not all plugins are compatible yet, so I recommend PHP 7.1

    Make sure WordPress is up to date.

    Try increasing the memory allocated to PHP.

    Lastly, do the conflict checks:

    Let me know what your learn.

    in reply to: ERROR: Entry could not be added. #444864
    Steven Zahm
    Keymaster

    @ Jeremy

    Ok, I forced the db update to the correct version and was able to save a test entry (deleted).

    To answer your previous question about cloning… if you mean clone the db and files, no other steps should be required. If you mean clone as in just copy files, the only time you need to worry about additional steps in when there has been a DB update required in Connections … which is rare. But if you always clone db and files, it should be fine.

    Hope this helps!

    in reply to: ERROR: Entry could not be added. #444859
    Steven Zahm
    Keymaster

    @ Jeremy

    I get an incorrect password error. Can you please confirm the password?

    in reply to: ERROR: Entry could not be added. #444856
    Steven Zahm
    Keymaster

    @ Jeremy

    If you can give me an admin login I will be able to determine what the current db version is and which upgrade routine I need to trigger manually in order to get the correct version. The login details can be posted here as a private reply.

    Steven Zahm
    Keymaster

    @ Bruce

    RE: I purchased the Extension Pro Pack, so I would like to also purchase the advanced search addon. I’m fairly sure I can figure out the setup; if I run into any issues I’ll ask.

    I just sent the email with download link and instructions. Let me know if you do not receive it.

Viewing 10 posts - 2,461 through 2,470 (of 15,332 total)