Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image links not updated after domain changed #37

Closed
and7ey opened this issue Nov 12, 2017 · 5 comments
Closed

Image links not updated after domain changed #37

and7ey opened this issue Nov 12, 2017 · 5 comments

Comments

@and7ey
Copy link

and7ey commented Nov 12, 2017

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
Copy link
Contributor

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

@and7ey
Copy link
Author

and7ey commented Nov 12, 2017

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
Copy link
Contributor

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
Copy link
Author

and7ey commented Nov 12, 2017

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!

@and7ey and7ey closed this as completed Nov 12, 2017
@kamalkhan
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants