Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ eseone
They are limited. Upcoming is limited to the next 30 days. It’s true that the Today’s are not limited, but that would seem like an odd thing to do. What would you limit the Today’s list by???
Steven Zahm
Keymaster@ Mitch
I don’t think you need the second nth-child, but honestly … I’m still wrapping my head around usage. But hey, if it works, it works right :)
Steven Zahm
Keymaster@ Kelly
I think I just replied to you here.
Steven Zahm
Keymaster@ Kelly
Keyword searches are not cached so clicking the Connections : Manage link in the admin sidebar nav should clear it.
What is cached, per user, are the filters, the three drop down on the upper left. make sure all of those say
Show All ...and click theFilterbutton. Another user cached filter are the three links above the select drop downs, click theAlllink. Now all the filters are reset and you should be able to view all entries again.Hope that helps!
Steven Zahm
Keymaster@ Shannon
I just noticed that you did include a website URL when posting … the forum does not make that obvious, unfortunately.
I visited the site, it seems you’re using a custom template of sorts, yes?
My new guess is there might be an error/incompatible code being used in the template. What that might be, impossible for me to know. Could you put up the code for the template on pastebin or something?
Steven Zahm
Keymaster@ Xavier
If you have a multi site install of WordPress, please install the recently released 8.1.2 version of Connections. That fix an issue for multi site users where and infinite loop could be triggered causing a server 500 error.
Hope that helps, let me know!
Steven Zahm
Keymaster@ John
If it is not available to activate under the WordPress
Pluginsadmin page and it is not available on theConnections : Templatesadmin page then you may have accidently deleted it. In that case you will have to reinstall it. I could not locate the purchase for it searching by the email address you used to post so you must have used another email address. You cMap might purchase may be available to you from your purchase history.Steven Zahm
Keymaster@ eseone
Yes, in >= 8.1 Connections will now move the files to
../wp-content/uploads/connections-images/{entry-slug}This was done as part of the complete image handling/processing that happened in 8.1. The reason for the file move it to confirm to Wp best practices, something that didn’t exist when the image support was originally added to Connections.Can you copy them back? Unfortunately the answers is no, because Connections first checks for the image in that folder, if it there, it moves it. So if you put it back, Connections will move it again.
Unfortunately the only suggestion I have is to update the old URL/s to the new. Or use an undocumented beta feature.
This feature is the result of the need to test the new image processing code and the requests to be able to use the logo or photo outside of Connections. The solution I came up with is a new shortcode. Here’s an example:
[cn_thumb type='X' source='Y' width='Z']Caption[/cn_thumb]X =
photoorlogo
Y = The entry ID number.
Z = The image width in pixels or percentage. Example:300or50%.Hope that helps!
Steven Zahm
Keymaster@ Mitch
Oh … in Chosen. It can be done with CSS, but anytime you add or remove a category, you’ll have to update the CSS. This is because the ID/s Chosen uses are created when Chosen enhances the select drop down.
I gave instructions to another user in another thread a little while back. here’s the link:
http://connections-pro.com/support/topic/getting-1-specific-catagory-for-forms/#post-294044You can probably use the same method.
Steven Zahm
Keymaster@ Kathy
Well, without know exactly what files were changed where this is almost impossible to answer. Things hat can see easily…
Looks like the Default Entry Card template and the Bio Entry Card template where significantly altered. You might be able to use the
card-default.phpandcard-bio.phpfilers, respective, in you altered versions as template override files. I would highly recommend altering templates using that method since that makes them updates safe.I also see the the IM options seems to be changed. You’ll have to make those changes again. Or, better yet, you can use the new
cn_instant_messenger_optionsto add or change the values to suit. This would also make those changes update safe.Basically, yes, if you altered any other core plugin files, you would have to apply those changes again to the new version, there’s not a way to update and keep changes to core files.
Now, to fix the visual editor in the old version … that is broke due to change WP 3.8 made (I think that was the version). I think all you need to do is make this change:
https://github.com/Connections-Business-Directory/Connections/commit/62211514fff6aeb3b7e6505820f7f1006e022524Hope that help!
-
AuthorPosts
