Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ suzanne621
Please copy/paste the code from my original reply, not your reply because it is malformed.
http://connections-pro.com/support/topic/entry-text-size/#post-371183
If it looks like anything other than what is in my original reply, it could be incorrect and not function.
-
This reply was modified 10 years ago by
Steven Zahm.
-
This reply was modified 10 years ago by
Steven Zahm.
Steven Zahm
Keymaster@ suzanne621
Looking at the documentation for your theme, it does have a Custom CSS area.
See this page in their documentation and search the page for “Custom CSS”.
http://themes.muffingroup.com/betheme/documentation/#muffin-options
Steven Zahm
Keymaster@ suzanne621
re: Where would I enter this information???
hmmm… not sure how else to answer. I’m guessing the theme does not have a Custom CSS area or you do not know how to find it, if it does. Is that correct? If it is, then install the plugin I linked too in that reply and then copy/paste the CSS from the previous post into the Custom CSS area that it’ll add under the Appearance admin menu in WordPress.
Here’s the plugin link I linked to in the previous reply.
Steven Zahm
Keymaster@ suzanne621
The solution is just a few posts up, here’s the direct link. Hope that helps!
http://connections-pro.com/support/topic/entry-text-size/#post-371183
Steven Zahm
Keymaster@ Paul
This can be remove by using a filter. Install the Code Snippets plugin and add a new snippet with the following code:
function cn_remove_family_entry_type( $atts ){ $atts['entry_type'] = array( __( 'Individual', 'connections' ) => 'individual', __( 'Organization', 'connections' ) => 'organization', ); $atts['default'] = array( 'type' => 'individual', 'visibility' => 'public' ); return $atts; } // Filter to limit to the organization entry type. add_filter( 'cn_metabox_publish_atts', 'cn_remove_family_entry_type' );*Save and Activate the new snippet to run everywhere.
Hope that helps!
Steven Zahm
Keymaster@ Harry
If you like the default template but want the search and category filter then the cMap template would be an excellent fit. You can use the Template Customize, which only cMap supports at the moment, and tweak its style to come fairly close to the default template. If you wish, I can process an exchange. Just let me know.
Steven Zahm
Keymaster@ Robert
Great to hear this is resolved! Question, what does it say the upload limit is on the photo/logo image upload. If it is more than a couple megabytes, you might want to consider reducing the max upload size in order to prevent this from occurring again in the future.
08/19/2016 at 9:35 am in reply to: Google Map Not Showing (Uncaught ReferenceError: google is not defined) #387052Steven Zahm
Keymaster@ Lara
Please re-enable the Google Maps API on the Connections : Settings admin page, Advanced tab in the Compatibility section. After you do, the maps should show.
Hope that helps!
08/19/2016 at 8:59 am in reply to: WordPress says Automatic update is unavailable for this plugin but… #387049Steven Zahm
Keymaster@ Debra
I took a look and none of the items were actually activated on your site. After I activated your items, the updates showed as being available.
Are these the instructions you followed to activate your licenses or was there something else you were following. If you could let me know, that would be great, that way I can revise the instructions to make them more clear.
Hope that helps!
08/19/2016 at 8:50 am in reply to: WordPress says Automatic update is unavailable for this plugin but… #387041Steven Zahm
KeymasterThis reply has been marked as private. -
This reply was modified 10 years ago by
-
AuthorPosts
