Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ terrigoodness
You solution suggests that there is a fatal javascript error occuring before the Connections script can run. The error is usually in another plugin or the theme’s javascript. If you share a link to you directory, I’ll take a look. One way to determine for yourself if there is an error is to load the page in Chrome, hit the F12 key and then click the the Console tab. That tab will show any page rendering errors as well as javascript errors. Hovering over a file name on the right side of the window will show the file path. That path usually is a big clue on which plugin or theme is causing the error.
Hope that helps!
Steven Zahm
Keymaster@ Timothy
No, I didn’t think you were complaining at all. I apologize that I gave that impression. I just thought it was a fun fact.
I see now. The filter that I was hooking into for the category select was removed in the latest release which is why it vanished. The fix should be simple by making another few edits to the
functions.phpfile.Change line 2 to this:
add_action('cn_action_list_before', 'cnCategorySelect', 10, 2);Change line 63 to this:
function cnCategorySelect( $atts, $results )Change line 103 to this:
echo $out;That should restore the category drop down to the way it functioned before.
The filter by character search is somewhat new, it was added a few revisions ago. One item to check … Go to the Connections : Settings admin page, click the Advanced tab and make sure
charis entered in theCharacter Baseoption. If it is not, add it and then click the Save Changes button.Hope that helps!
Steven Zahm
Keymaster@ eve
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.
The update to Tile Plus to address the tiling issue… 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 Plus:
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-plus
In tile-plus folder create a new file named:
tile-plus-custom.css
Edit that file so the contents are:#cn-tile-plus .cn-list-section-head.cn-clear { clear: none; }Save the file.
When you refresh the page, the tiles should appear correct.
Steven Zahm
Keymaster@ ciba
I just released the bug fix release, 0.8.2. This should resolve the issues you had with cMap. FYI, I will be releasing an update to cMap, 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.
Steven Zahm
KeymasterI just released the bug fix release, 0.8.2. This should resolve the issues you had with cMap. FYI, I will be releasing an update to cMap 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.
Steven Zahm
Keymaster@ Steve
I just released the bug fix release, 0.8.2. This should resolve the issues you had with cMap. FYI, I will be releasing an update to cMap, 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.
Steven 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.
Steven 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.
Steven Zahm
Keymaster@ Charles
Oh, I wanted to say I’ll post back after I release the update.
Steven 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.
-
AuthorPosts
