WPChill / strong-testimonials

A WordPress plugin for client testimonials.
GNU General Public License v3.0
21 stars 11 forks source link

Styles are not making any changes in front if action is on wp_footer #409

Closed razvanaldea89 closed 11 months ago

razvanaldea89 commented 11 months ago

Describe the bug If the hook is attached to wp_footer and not wp_enqueue_scripts the styles won't make any changes, they won't be displayed in the front because the handle is already outputted and can't attach to it. So we need to echo the style rather that inline it in as an extending code for a handle.

To Reproduce Steps to reproduce the behavior:

  1. Go to views and change style
  2. See if new style applies on front

Expected behavior

Screenshots

Used versions