SSL Issue in Cart and Checkout Page

I recently installed Geotrust EV SSL. In Admin page everything working fine showing green bar as an EV indicator but in front panel specially in cart and checkout page http’s will not secure some of the elements like i see in chrome and its showing when i click on address bar “This page was includes other resources which is not secure” so now how should I identify with those resources and second how to fix that issue. Please help.

Some resource is not under https. You can check the source code to look for things like http://. Hope this will help.

Searching the source code for

src="http://"

Should find all non-https content including images, javascripts, etc. You should always reference things relatively to avoid this issue, ie. /images/your-image.jpg instead of http://www.yourstore…/your-image.jpg