Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ LindaK
When you click. the submit button the form should disappear, replaced with a processing message and then a success message. If this is not happening, one of two two is usually the issue. The theme or another plugin is causing a fatal javascript error which breaks all javascript after the error from running. Or, the Form javascript is not being loaded on the page usually due to the theme not properly adding the core WordPress wp_footer() template tag or changes the page rendering so the script is not queued when it should be. A bonus cause… caching. If you are using caching, please make sure you are not caching pages for logged in users. That will cause you all sorts of issues when a dynamic site.
If you can give me a link to the page and a login, I can take a closer look. The login details can be posted here as a private reply.
Steven Zahm
Keymaster@ Justin
I just added support for setting the category delimiter to either a comma (default) or semi-colon. This change will be included in the next update.
Steven Zahm
Keymaster@ Mitch
If you can give me a temp WP admin login, I’ll take a look. Experience has shown the theme usually causes this type of issue. So, that will be the first thing I’ll be looking at. The login details can be posted here as a private reply. Thanks!
Oh, almost forgot. I do not have a “pro” upgrade to the profile template. I just happened to have the other one because another user paid to have one made for them a few days ago. I plan on adding it to just the template and pro pack bundles.
05/18/2017 at 12:12 pm in reply to: Updating Phone Directory Profile Picture Programmatically #423417Steven Zahm
Keymaster@ Kenneth
Maybe this Friday or at the very latest, next Friday. If you’re familiar with Github, I’ll be pushing these changes up later today so you could pull them down.
05/18/2017 at 10:05 am in reply to: Updating Phone Directory Profile Picture Programmatically #423407Steven Zahm
Keymaster@ Kenneth
I am working on REST API support but it is far from being complete. Images can be added programmatically but there is no specific API to do so at the moment. You have to write the code to save the image into the
connections-imagesfolder and then update the data in theoptionscolumn of the primary table. The next update of Connections will have a few methods in the cnImage classcnImage::download()this will retrieve an image from a URL as save it to an entry’s sub folder within theconnections-imagesfolder.cnImage::sideload()will allow you to move an image on the current web server to the correct entry folder. And, finally,cnImage::upload()which takes an$_FILEglobal to upload an image from a form submission.Not sure it this helps, but I hope it does.
Steven Zahm
Keymaster@ Mitch
Ok, but did you try the checks?
Steven Zahm
Keymaster@ Mieke
The way many user do this is by breaking the directory apart using the category shortcode option. So, you would create two pages each with the Connections shortcode with the category shortcode option limiting each to the respective categories that should be displayed.
Hope this helps!
Steven Zahm
Keymaster@ Mieke
You can turn off fieldsets. Here is the link to the doc which explains how to use the screen options.
You can change most of all text in Connections including field labels. Here is a link to the FAQ which explains how to change string.
Hope that helps!
Steven Zahm
Keymaster@ Mitch
Try the plugin/theme conflict checks. Link are in the list Recent FAQs to the right. Let me know what you learn.
Steven Zahm
Keymaster@ Mitch
re: Is there ANY way i can get pagination (maybe something to add to functions.php) that can be used for the Card template?
That would be a yes. Due to your previous purchase I send you another addon which will add support for pagination, search and category filtering to the Default Card template.
Hope this helps!
-
AuthorPosts
