• Resolved widgetwiz

    (@widgetwiz)


    I would really like to use this widget but when I plug it into my wordpress site it degrades my site to ‘not secure’ when browsed by google chrome. Edge seems to accept it. I have inspected the generated code and cannot find a url than is not https. I have dumped the cache. I have tried someone else’s computer to browse it and it shows ‘not secure’. Please advise.

    Also when mouse hovers over ‘write a review’ link rather than the underline disappearing the link itself disappears.

    Any help you can give would be appreciated. The widget looks great and I want to be able to use it but don’t want security status to cost my site its search position. Thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Noah Hearle

    (@designextreme)

    @widgetwiz This is not caused by the plugin’s code.

    In your case, it is the following URL set by the theme:

    http://homexam.ca/wp-content/themes/prose/images/sidebar-list.png

    The minified CSS is as follows:

    .widget-area ul li {
        background: url(http://homexam.ca/wp-content/themes/prose/images/sidebar-list.png) no-repeat top left;
    }
    • This reply was modified 6 years ago by Noah Hearle. Reason: Added CSS
    Plugin Author Noah Hearle

    (@designextreme)

    @widgetwiz For styling, just edit your Child Theme’s style sheet or add this to the Custom Styles in the plugin’s Advanced tab:

    .google-business-reviews-rating .button:hover {
        color: #c61a1a;
    }

    Or you can add something to stop the button class being added to this link. I recommend using this shortcode (if you’re not using the widget):

    [reviews_rating write_review_link_class=null]

    Thread Starter widgetwiz

    (@widgetwiz)

    Many thanks for your rapid and accurate support. My issues are now fixed and widget looks great!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Not protected using google chrome’ is closed to new replies.