Forum Replies Created
-
AuthorPosts
-
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
.csvto.txtin order to attach it.Hope this helps, let me know.
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.
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.
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!
Steven Zahm
Keymaster@ Steve
In the
card.phpandcard-single.phpfiles 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
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.
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!
Steven Zahm
Keymaster@ Jeremy
I get an incorrect password error. Can you please confirm the password?
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.
12/20/2017 at 12:54 pm in reply to: Three pre-sales questions (search bar, table view, purchase) #444848Steven 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.
-
This reply was modified 8 years, 8 months ago by
-
AuthorPosts
