surveywp / kk-star-ratings

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

Image links not updated after domain changed #37

Closed and7ey closed 6 years ago

and7ey commented 6 years ago

I've started to host my Wordpress instance on another IP address, but Kk star images are still taken from another domain (and it doesn't work):

Here is the CSS used per Chrome Dev Tools:

(index):49
.kk-star-ratings .kksr-star.gray {
    background-image: url(http://MY.OLD.IP.ADDRESS/wp-content/plugins/kk-star-ratings/gray.png);
}

The following code is not used:

css.css?ver=2.5.1:24
.kk-star-ratings .kksr-star.gray {
    background-image: url(gray.png);
}

and I don't understand how to fix it. Tried to delete plugin and install again - doesn't help.

kamalkhan commented 6 years ago

Try deleting the images and uploading them again using the images section of the plugin settings.

and7ey commented 6 years ago

Thanks. I am new to Wordpress. Could you please clarify how to delete them? And where to take images now to upload them again?

kamalkhan commented 6 years ago

You can modify the images in the settings of the plugin. See the below screenshot. Delete the 3 images from the page by clicking on the cross icons and upload them individually by locating to the plugin folder on your local machine or somewhere and choosing the correct images.

screenshot

and7ey commented 6 years ago

Thanks. I found images at http://mynewaddress.com/wp-content/plugins/kk-star-ratings/yellow.png, but I was having some problems with updating gray star (yellow and orange was updated successfully), so I've just deleted all images and pressed Save - it fixed the problem.

Thanks for your prompt help!

kamalkhan commented 6 years ago

Yes you can also delete the images and it should load the default images.