Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Ramona
Yes that is correct.
Steven Zahm
Keymaster@ Ramona
Add the following to the theme’s custom CSS area, generally found in the theme Customizer.
#cn-excerpt-plus span.cn-show-more { text-align: left !important; }Hope this helps!
12/18/2018 at 11:33 am in reply to: Date format error with consequences for the entries of people. #479727Steven Zahm
Keymaster@ Letot Jean-Jacques
You’ve been whitelisted. fyi, also, posting while logged in will prevent the spam flag.
12/18/2018 at 10:26 am in reply to: Date format error with consequences for the entries of people. #479724Steven Zahm
Keymaster@ Letot Jean-Jacques
Since this is just a temp account, use any fake email address. The duration, a couple days is more than enough.
Steven Zahm
Keymaster@ andisites
This is referred to word stemming. At this time MySQL and MariaDB which is the database most web hosts use to power WP site does not support search word stemming. You would need something like Elasticsearch or Sphinx installed on you server or use a third party service to do the site indexing which supports word stemming. Neither of which is a trivial task.
A sort of quasi word stem search could be implemented but, they are resource intensive and site performance could suffer greatly. The reason is you basically would have to iterate thru the word stems performing a search for each, so a single search could go from one to 2, 3, 4 or more. That would depend on how many words the user entered into the keyword search and how many stems each of those words has.
If you are not using the Notes field, you could enter all the keywords you wish that entry to return as a result and disable search for all fields except the Notes field and perhaps a couple other important fields. Others have done that to great success in order to better control when entries surface in the search results.
Hope this helps!
Steven Zahm
Keymaster@ David
Sorry, there is no bulk export for vCard. The can be downloaded one at a time from the Connections : Manage admin page using the vCard link underneath ever entry name.
That said, you can bulk download to a CSV file by using the Export All tool found on the Connections : Tools admin page under the Export tab.
Hope this helps!
12/18/2018 at 8:56 am in reply to: Date format error with consequences for the entries of people. #479680Steven Zahm
Keymaster@ Letot Jean-Jacques
RE: Totally agree to do the test.
Great, please create a temp admin account using this plugin:
https://wordpress.org/plugins/temporary-login-without-password/
Reply back, as a private reply, with the login link. If it gets rejected as spam, try the comment form at the very bottom of the page. If rejected, please let me know so I can whitelist your IP/email. Do not keep trying to post it over and over, the anti spam bots will flagg you and reject all further posting until I whitelist you.
RE: Will the change to YYYY / MM / DD be permanent with future updates?
Yes, if testing is successful, this change will be made permanent. I expect the test to correct the issue. This change will only affect when adding or editing an entry. The display date format will still respect what you have in the settings.
Steven Zahm
Keymaster@ Brad
Great to hear! One thing though… I went and looked at the page it appears the page set as the directory home page is set to a page (meet the team) which now has been trashed which is causing a 404 error. You should untrash the meet the team page so the category links resolve correctly.
12/17/2018 at 3:31 pm in reply to: Date format error with consequences for the entries of people. #479625Steven Zahm
Keymaster@ Letot Jean-Jacques
If you would like to test a fix, I can apply it to your site to verify it the fix works as expected. It’s a minor tweak really so it should work just fine. Basically I had to for the YYYY-MM-DD format when adding/editing in order to disambiguate the date.
Steven Zahm
Keymaster@ Brad
Do you have the display option enabled?
Which page are we tabling about? This one? If it is, you have the “Markets” nav menu link “hard coded” to the view categories list. This Connections page has never displayed the category images…
…oh, wait, checking the code change history. Back in Apr there was a bug fix update which fixed an error (in some scenarios) in which the category image grid would display on the view all category page. If this is what you were experiencing, as mentioned that was not intended and was a bug.
You can still achieve the functionality you had.
- Create a new page, the name is not important but should reflect the page content for proper SEO (and, perhaps adding as a child page of your team page).
- On this page add the
[connections_categories]shortcode to display the category image grid. And update the nav menu link to point to the new page.
Hope this helps!
-
AuthorPosts
