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 4 replies, 2 voices, and was last updated 12 years, 4 months ago by
Steven Zahm.
-
AuthorPosts
-
07/17/2013 at 7:35 pm #265055
trmash
GuestI love Connections and use my own templates (as well as Market), and I’m wondering whether there is a way to disable all styles, rather than overriding them in my own theme?
Is this something that could be implemented into the settings in future versions? For example, I can already disable jQuery in the Connection settings, it’d be great to have a simple checkbox for CSS too.
In the meantime, is there something I can add to my wp-config file? I also use the Contact Form 7 plugin, and the default styles can be disabled just by adding
define ('WPCF7_LOAD_CSS', false);to wp-config.php – does Connections have a similar setup? If so, what is it?
Thanks!
07/17/2013 at 7:56 pm #265063trmash
GuestManaged to solve my own query (though it’d still be great to have it as an option under Settings). Added the following to my functions.php file:
add_action( 'wp_print_styles', 'my_deregister_styles', 100 ); function my_deregister_styles() {wp_deregister_style( 'connections-chosen' );wp_deregister_style( 'connections-user' );wp_deregister_style( 'connections-qtip' );}:)
07/17/2013 at 8:20 pm #265065Steven Zahm
Keymaster@ trmash
I think I can add something. I’ve logged the feature request.
07/18/2013 at 12:12 pm #265133Steven Zahm
Keymaster@ trmash
This is my development plan taking you request a few steps further, thoughts?
04/17/2014 at 2:24 pm #288898Steven Zahm
Keymaster@ trmash
I know it has been awhile, but this option is now under the Advanced tab on the Settings admin page. Unchecking the CSS option will disable the core CSS files. This new option will be part of the 0.8 release due out soon.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
