• Resolved Gerald

    (@gerital)


    After migrating my WP project from localhost to production server star rating disappered. I use function wp_gdsr_show_article_rating($post_id); but it still tries to load the star images from localhost:

    <div style="background: url(http://localhost/test/wp-content/plugins/gd-star-rating/stars/oxygen/stars24.png);">

    Is there somewhere a variable in the database which the host the plugin originally was installed? Or where else from can this wrong reference come from?

    http://wordpress.org/extend/plugins/gd-star-rating/

Viewing 1 replies (of 1 total)
  • Thread Starter Gerald

    (@gerital)

    Found the variable: Had to correct values for variable gd-star-rating in wp_options table.

Viewing 1 replies (of 1 total)
  • The topic ‘Rating function tries to load images from localhost’ is closed to new replies.