e_xpert wrote:There are 59 image files in your package and all of them are in .../img folder on my server.
The image i talk about I find in this folder: \Plugins\SevenSpikes.Nop.Plugins.QuickView\Themes\Lighthouse\Content\images
it is a "button.png", as well I find code in css file:
/********* START BUTTON *********/
.quick-view-button {
bottom: 12px;
left: 12px;
width: 30px;
height: 30px;
overflow: hidden;
background: url('images/button.png') center no-repeat;
line-height: 999px !important; /*hides text*/
z-index: 3;
}
when I change
line-height: 999px !important; /*hides text*/
to
line-height: normal
default text is displayed.
Further suggestions?
Hi e_xpert,
As I said the image is missing on your server or at least it can't be found for some reason.
http://openeshop.ru/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Lighthouse/Content/images/button.pngThat is why you don't see the quick view button, while at the same time you can click on it and the Quick View is opened.
There are a lot of missing images errors in the browser when I open your web site.
Maybe there are some permissions not correctly set to the Content folder on your server.
Thanks