Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 7 replies, 3 voices, and was last updated 9 years, 5 months ago by
Steven Zahm.
-
AuthorPosts
-
04/29/2014 at 2:30 pm #289698
Charles McPadden
ParticipantI just upgraded to version 0.8.1 (this morning) and I’m having several problems. For background information, I’m using Tile Plus 3.1, WordPress 3.9 and the Avada Theme (version 3.4.3). The problems I’m experiencing are:
1. On the page I use to display my connections entries, the drop-down menu that normally displays “Show All Categories” by default is now blank. That is, the drop-down menu shows nothing (by default) unless you select the small down arrow.
2. The menu items within the drop-down menu are now bold. I don’t think they used to be bold.
3. Once a drop-down selection has been made, a dialog box appears above the selection that reads ” – You are searching within category(ies):
Attachments:
You must be logged in to view attached files.04/29/2014 at 9:25 pm #289731Steven Zahm
Keymaster@ Charles
I’ll likely be releasing a bug fix release tomorrow, but here’s how to fix the issues:
1. To get the drop down select back to functioning like it was before, add the following to the theme’s functions.php file.
add_action( 'cn_template_enqueue_js-tile-plus', 'Tile_Plus_Enqueue_Chosen', 9 ); function Tile_Plus_Enqueue_Chosen() { wp_enqueue_script( 'jquery-chosen-min' ); }
2. Doing the above will fix this. The drop down you are currently seeing is hidden and the enhanced drop down is created dynamically.
3. The screen capture looks correct. What is the issue?
04/29/2014 at 10:30 pm #289734Charles McPadden
ParticipantSteven,
Thanks for the response. Looking forward to the update tomorrow.
The screenshot shows what a user now receives when he/she searches (filters) on a specific department. This is a new behavior from the Connections plug-in. I’ve never seen it before, and I do not wish for this message to display.
I also noticed that the items in the drop-down menu now appear to be bold. Did the new Connections code change this?
Thanks in advance.
Charles04/30/2014 at 10:27 am #289758Steven Zahm
Keymaster@ Charles
Yes, this is a new feature. Sorry the wording issue confused me. You can turn it off on the Connections : Settings admin page under the Display tab.
As mention… The drop down you are currently seeing is hidden and the enhanced drop down is created dynamically. Normally you do not see this drop down so I expect it was always bold for you. Any, the update will fix the issue.
04/30/2014 at 10:29 am #289759Steven Zahm
Keymaster@ Charles
Oh, I wanted to say I’ll post back after I release the update.
04/30/2014 at 11:46 am #289777Danny Hicks
GuestHi Steven
After updating to 0.8.1 today the page layout has changed. I was displaying 2 columns with 3 rows, now it is showing 1 column with 5 and 1 in the second column. http://swbef.com/our-sponsors/
I am using WordPress 3.8.1 (I have had major problems with 3.9 on other sites) and have your tile 2.0 template installed.04/30/2014 at 1:04 pm #289779Steven Zahm
Keymaster@ Danny
I’ll have to release an update to Tile to address this… basically the break occurs after first character change of the last name.
Here’s how you can fix it now without waiting for an update to Tile:
Login to you site with FTP.
Navigate to the../wp-content/uploads/
folder.
In that folder create a new folder named:
connections-templates
In the connections-templates folder create a folder named:
tile
In tile-plus folder create a new file named:
tile-custom.css
Edit that file so the contents are:#cn-plus .cn-list-section-head.cn-clear { clear: none; }
Save the file.
When you refresh the page, the tiles should appear correct.
04/30/2014 at 3:24 pm #289787Steven Zahm
Keymaster@ Charles
I just released the bug fix release, 0.8.2. This should resolve the issues you had with Tile Plus. FYI, I will be releasing an update to Tile Plus, likely within a week which will address a few minor bugs as well as adding support for a few new features built in to Connections.
Oh, if the update does not show up for you, go to the WordPress Updates admin page and click the Check Again button.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.