http://wordpress.org/extend/plugins/html-on-pages/ This plugin adds the “.html” to the wrong portion of the permalinks for Connections. This results in the links returning 404 errors. NOTE: This FAQ was written based on .html on PAGES 1.1
Before for the long explanation… the simple fix is to update the CherryFramework as this bug was fixed back on Dec 17, 2014. You can see the fix here: https://github.com/CherryFramework/CherryFramework/commit/576b46f146d1f3820a74c65003e7afe7ac6ee942 Themes based on the CherryFramework will give the following error message when Connections is installed and the FAQ page template is used: Fatal error: Call …
Many of the theme’s template pages they are doing this: $wp_query = null;$wp_query = null; Very, very, bad.. the global variable $wp_query should never be altered, things will break in very unexpected ways. Those lines can be commented out (removed) and theme and Connections work together. However there still may be another bug with theme. …
Both Connections and the Stack theme both utilize a script called picturefill in order to add support for responsive images to browsers which do not yet support the new HTML img tag markup standard for responsive images. The conflict occurs because both Connections and Stack both register the library with the same “handle” with WordPress. Only …
This theme alters how and when the core WordPress wpautop filter is applied to page and post content. This will negatively affect all plugins that use shortcodes to add content to the page, including Connections. The wpautop filter will be applied to the content from the Connections shortcode will be run thru this filter when …
This theme removes the query strings version appended by WordPress on the URL for CSS and JavaScript files. The theme should not do this as this can break many plugins, especially those that rely on the Google Maps API like Connections. This can easily be fixed by make two small edits to the theme’s functions.php …
http://wordpress.org/extend/plugins/wp-deals/ When WP Deals is installed and activated the upload fields for the image and logo fields on the Connections : Add Entry admin page can not be seen. See the screen capture. NOTE: This FAQ was written based on WP Deals 1.1.4
http://wordpress.org/extend/plugins/marquee-xml-rss-feed-scroll/ This plugin loads an older version of jQuery even though the bundled version of jQuery may already be loaded which can cause other JavaScripts and jQuery libraries to fail to run. What this means to Connections is that if the template supports expandable content trays for maps bio and notes they will fail to …
This theme changes the order in which WordPress’s wpautop filter is run. Changing this will negatively affect any plugin that displays content on a page or post such as Connections. A simple, and safe, option is to disable this code in the theme. Look for this line in the theme’s function.php file: add_action( ‘init’, ‘shortcode_formatting’ …
I get the following error, what does it mean? The package could not be installed. The theme is missing the style.css stylesheet. If you are trying to install a Connections template as a theme you will receive this error. Connections templates must be installed as a plugin. Please following the template installation instructions found here: …
