Skip Navigation

[Resolved] Extra-CSS of Views and Content Templates load as style in HEAD

This support ticket is created 7 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 1 reply, has 2 voices.

Last updated by Beda 7 years ago.

Assisted by: Beda.

Author
Posts
#590769

Hi,

I want to change this hook in "/wp-content/plugins/wp-views/embedded/inc/wpv.class.php"

add_action( 'wp_footer', array( $this, 'wpv_meta_html_extra_css' ), 5 );

and
in "/wp-content/plugins/wp-views/embedded/inc/views-templates/wpv-template.class.php"

add_action('wp_footer', array($this, 'wpv_meta_html_extra_css'), 5);

I changed 'wp_footer' with 'wp_head', but then output is "" (nothing). How can I fix this?

best regards

#590770

We cannot suggest this.

There are reasons why this is enqueued as it is.
We cannot support the editing of the core files of the Plugin.

Do you have a feature to suggest? Then we could look to implement it.