Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Dan
Ok, I added the Code Snippets plugin and added a new snippet which hooks into CSV Import to change the batch import limit. I set it from 100 to 10.
Hope this helps, let me know.
Steven Zahm
Keymaster@ Dan
The import happens in batches of 100. My guess is that this number is too high and is exhausting the server resources. If you can give me a temp admin login I can tweak this value to see if it helps. The login details can be posted here as a private reply.
Steven Zahm
Keymaster@ Jeffrey
Thanks! Glad to help!
Steven Zahm
Keymaster@ Jeffrey
So we’re on the same page, you are not trying to update existing entries, correct?
If that is the case, please see this FAQ.
Hope this helps, let me know.
Steven Zahm
Keymaster@ Marcel
Ok, thanks! I asked because the issue you are experiencing was addressed on Link 3.1. I’m not certain why you are having this issue.
I can debug and fix but I’ll need a WP admin login and an FTP login. YOu can post the details here as a private reply.
Steven Zahm
Keymaster@ Casper
Hard to say… it appears the dev is swapping select dropdowns for the region based on the selected country. The select for the region that is being swapped in is using integer values instead of the region name.
Hope that helps!
Steven Zahm
Keymaster@ Major Payne
You can use the screen options to hide entire field sets.
Here is a FAQ that explains how to change any string in Connections, including field names.
It is also possible to create custom fields. Here’s a tutorial on how to create a text field.
Hope that helps!
Steven Zahm
Keymaster@ Marcel
I know you’ve said you have all the current versions, but could you let me know the version of Form and Link that you have installed.
Steven Zahm
Keymaster@ Scott
Oh, the login button is having the same issue. Add this CSS too:
input#wp-submit { color: #fff; background-color: #000; }Steven Zahm
Keymaster@ Scott
The button is there is is just that the default styling the theme is applying is transparent background with white text. Add the following to the theme’s custom CSS area:
button#cnct-send { color: #fff; background-color: #000; }You can tweak the colors as desired. This will just make black and white so you can see it.
Hope that helps! Let me know.
-
AuthorPosts
