Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Paul
There are usually two reason I see this. The first the database does not have the correct structure which cause WordPress to report an error when adding/editing an entry. Second, is the files for Connections are corrupt, such as old versions mixed with new versions.
That said, my first suggestion, deactivate Connections and delete it and reinstall it. Your existing data is safe and will not be lost.
If you still receive the error then I’ll need to take a look. You can post a temp admin log in as a private reply here if needed.
Hope this helps, let me know.
Steven Zahm
Keymaster@ Roxanne
I’ve manually deactivate the site these were activated on, please deactivate and activate again. It should work fine.
Hope that helps!
ps. You can also manually manage site activates on your purchase history page under the Licenses tab by click the Manage Site links.
Steven Zahm
Keymaster@ Bruno
Perhaps they already did fix the issue… my old iPad is running a newer version of iOS that your phone.
Steven Zahm
Keymaster@ Claude
That attached file seems like the standard template file for the cMap template with only a few minor changes to style and placement of some entry data. I do not see anything that looks like backdoor code. Perhaps the miss ID the file??? I think it best that you confirm with them. If they did find an issue, it sure would be nice of them to Contact me so I can fix any issue. You can direct them to contact me using the contact link at the very bottom of the page.
Steven Zahm
Keymaster@ Michelle
re: Once these custom fields are created, can they be made searchable by other Members
Yes, it is possible but would have to be custom coded which would not exactly be easy.
re: Also, to make life easier, what Membership plugins work well with this plug in?
Sorry, I do not have any recommendations… I’ve seen people use all sorts of membership plugins. Generally the process is the same, user fills out, pays, gets password. After user is logged, the most common solution I’ve seen is that there is a member “dashboard” frontend page which gives the user instructions/links on how to do various task such as adding the entry and making changes.
Hope that answers your questions thoroughly!
Steven Zahm
Keymaster@ NuMedia
Hmmm…
I just copied/pasted the code example I gave with zero changes into a Code Snippet so it would run on my dev site. I then added two new organizations, One name ‘City’ the other named ‘Cities’ when the code activate the search result was both entries. Without it active, only the ‘City’ entry returned as a search result. For good measure and picked just some random entry and added the `cities’ to the bio field and that too would return as a search result. So, the code snippet I gave does work.
I can custom code something for you but I would need a “dictionary” of singular/plural words that you would want to be searched when the opposite was supplied by a user when performing a search. I highly recommend keeping this “dictionary” small and relevant.
I can supply you with a quote, please contact me using the Contact link at the very bottom of the page.
Steven Zahm
Keymaster@ Rebecca
I answered this yesterday, you might have missed it, here’s the link to my reply. The only reason WordPress would give an error stating that the
connectionsfolder already exists is if Connections were not installed and you were trying to install it again … OR the files downloaded for the extensions were renamed. If that is the case, you should use the files exactly as downloaded, do not alter them in any way.Can you attached screenshots of the Plugins admin page and the error you are receiving?
Hopefully this helps!
Steven Zahm
Keymaster@ Leslie
re: What would be the best way to go about making the categories in each listing clickable to show all the other listings in that category? I would like to do this in both the full listings and on the individual listings.
I suspect you are using the Default Entry Card template, is that correct? If it is, there is not a way to do that presently.
re: Secondly – where can I edit how the website links are showing? I’d like to remove the http:// from the linked text.
The easiest way would be to edit the entry and then remove the
http://from the lint title text.Steven Zahm
Keymaster@ John
re: I would like to take you up on your offer allow me to purchase the Pro Pack for the discount offer.
When making the purchase, enter your email address as your discount code. The code will be good until the end of the month.
re: Can you tell me if it is compatable with the Word Press versions 4.5 and 4.5.1?
Yes, it is.
Hope that helps!
Steven Zahm
Keymaster@ Tim
Yeah, seems there is some type of conflict with the theme which does not let Gridder proper calculate the width of the container it is within. You’re going to have to make some very minor changes and then it should work fine. Here’s what to do.
Log into you site with FTP and navigate to this folder:
../wp-content/plugins/connections-gridder/Download and open the
gridder.jsfile.On line 15 you should find this:
cnGridderWidth();Change it to this:
//cnGridderWidth();Now, on line 253 you should find this:
/$( _self._scrollTo() ).animate( { scrollTop: _me.position().top }, 0 );Change it to this:
///$( _self._scrollTo() ).animate( { scrollTop: _me.position().top }, 0 );Save an upload the file overwriting the original.
Now, delete the
gridder.min.jsfile. That way Connections will load the newly altered version of the main file.Refresh your page, things should work better now. Hope that helps, let me know.
-
AuthorPosts
