surveywp / kk-star-ratings

kk Star Ratings wordpress plugin
https://wordpress.org/plugins/kk-star-ratings
Other
118 stars 44 forks source link

How can I run this plugin without wp_head? #102

Closed w3wave closed 1 year ago

kamalkhan commented 4 years ago

You need wp_head for the styling (css).

w3wave commented 4 years ago

Not displaying. used CSS:

<link rel='stylesheet' id='kk-star-ratings-css'  href='https://www.domain.com/wp-content/plugins/kk-star-ratings/public/css/kk-star-ratings.css' media='all' />
<style id='kk-star-ratings-inline-css'>
.kk-star-ratings .kksr-stars .kksr-star {
        margin-right: 4px;
    }
    [dir="rtl"] .kk-star-ratings .kksr-stars .kksr-star {
        margin-left: 4px;
        margin-right: 0;
    }
</style>

I think need load javascript.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.