Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Brannon
Sorry, but you can not create your own ID/s those are auto create by the database table when an entry row is inserted. The entry ID for importing is only update an existing ID. Read more in my previously reply here:
http://connections-pro.com/support/topic/csv-import-record-updating-without-duplicates/#post-317347Steven Zahm
Keymaster@ Raymond
Ok, I’m think it might be the
order_by='id|RANDOM'option…Yep… just tested it. It is causing an invalid query to be created. I’ll have to push out a bug release release to address it. Look for it in a day or two. It’ll be version 8.2.2. Apologies for the trouble.
03/05/2015 at 12:30 pm in reply to: the link of the address book doesn't work after the choice a category #321769Steven Zahm
Keymaster@ Evelyne
Great to hear!
Steven Zahm
Keymaster@ dave
Great to hear and thanks!
IF you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Larry
Additionally… everything is squashed left because a CSS style being applied by the theme which is overriding the template CSS. Add the following to the theme’s custom CSS area to fix it:
#cn-list .vcard { float: none; width: auto; margin: auto; }Hope that helps!
Steven Zahm
Keymaster@ Larry
The Gridder template only supports the display of the photo, not the logo. However, this does not prevent you from uploading a logo. After you save the entry, go back to it, you will see the logo in fact was uploaded.
You are receive that notice because you have enable the debug messages option. Please disable it on the Connections : Settings admin page under the advanced tab.
Hope that helps!
Steven Zahm
Keymaster@ dave
You need to update it, the version you’re using has long been unsupported. Go to your Purchase History and download the update. Please carefully following the installation/update instructions since installation of templates has changed significantly.
Thanks will get your running again.
Steven Zahm
Keymaster@ Larry
Same issue as before…
- http://connections-pro.com/support/topic/unable-to-display-contact-information/#post-321160
- http://connections-pro.com/support/topic/unable-to-display-contact-information/#post-321219
As suggested before would be to deactivate the GC Social Wall plugin and contact the plugin author to see if they can fix those issues in their plugin.
Steven Zahm
Keymaster@ Raymond
Hard to say…
- What are the exact shortcodes you are using?
- Are you using any Code Snippets that you may have found in the forum?
- Are you using any type of page caching plugins?
Steven Zahm
Keymaster@ Charles
You could use phpMyAdmin or similar tool to change the table engine to one that does support FULLTEXT.
This post may or may not help:
http://rdeshapriya.com/fulltext-mysql/My guess is the host is on an older version of MySQL and the default table type is InnoDB. IF, that is the case then you need to change the engine type for all the Connections tables in the DB to MyISAM.
If you decide to do this, backup the db first in case something goes wrong. And after you change the table engine, go to the Connections : Settings admin page and ensure the FULLTEXT option is enabled under the Search tab. Whether or not you have to change this settings you will have to click the SAve Changes button so the indexes are created.
Hope that helps.
-
AuthorPosts
