Quick view opens up full page on some products?

On some products on our site the quick view opens up the whole web page?  Can someone help me with this issue?
 

  1. Profile photo of Tarina Weesetswec0e5 750.00 $tone April 8, 2015
    How can I make the quickview and shopping cart icons even on the category pages?http://magentotest.benedictpress.com/index.php/angels.htmlNotice it is below the shopping cart icon. I found the code but it also moves it on the homepage of site which is even.

14 answers

Profile photo of Mall Staff 184060.00 $tone March 5, 2015
Public

Hi tswec0e5,
You can provide me the site URL, FTP credential of your site and some links of products takes the issue as you said.
I will check further your site and tell you solution to solve that issue.
Regards,
Mall.

#1
Profile photo of Mall Staff 184060.00 $tone March 6, 2015
Public

Hi, tswec0e5
I installed the latest version of Jm Quickview on your site. I spent lot of time of testing this extension with all Product types of Magento core at our end, it works well like screenshot below:
http://awesomescreenshot.com/0e74k4wk35
However, it works improperly on your site, even when I disable our theme, the quickview can not run on Magento core.
Have you make any modification on core magento? I saw that you already customized search function of magento core. Could you please rechecked the code of this section?
Regards,
Mall

#3
Profile photo of Tarina Weese 750.00 $tone March 13, 2015
Public

The position of the quickview icon is not beside the shopping cart it is off especially when viewing a mobile device.  Could you help fix this so it is always beside the shopping cart icon?

#4
Profile photo of Ziven Staff 100280.00 $tone March 16, 2015
Public

Hi there,
Please go to the file: /skin/frontend/default/jm_book/joomlart/jmproductsslider/css/style.css at line 57 change the code like below:

.jm-slider li .item-slider a.jmquickview {
background-color: #181818;
background-image: url("../images/bg-btn-jmquickview.png");
background-position: center center;
background-repeat: no-repeat;
border: 0 none !important;
border-radius: 0 !important;
bottom: 6px;
box-shadow: none !important;
display: none;
float: left;
font-size: 0;
height: 35px;
margin: 0;
padding: 0;
position: absolute !important;
right: 50px;
top: 211px;
width: 46px;
}

Change to the code: 

.jm-slider li .item-slider a.jmquickview {
background-color: #181818;
background-image: url("../images/bg-btn-jmquickview.png");
background-position: center center;
background-repeat: no-repeat;
border: 0 none !important;
border-radius: 0 !important;
bottom: 6px;
box-shadow: none !important;
display: none;
float: left;
font-size: 0;
height: 35px;
margin: 0;
padding: 0;
position: absolute !important;
right: 53px;
top: 201px;
width: 46px;
}

Hope it will help you.
Best Regards,
Ziven.

#5
Profile photo of Tarina Weese 750.00 $tone March 16, 2015
Public

That fixed it for the normal desktop full view but on mobile devices and if you resize the screen the quickview drops below the add to cart. 
What can I do to fix the issue for mobile and ipad like devices because the icon moves.
Thank you

#6
Profile photo of Ziven Staff 100280.00 $tone March 18, 2015
Public

Hi Tswec,
We don’t support quickview in mobile and tablet. This is customize Please buy services from us.
Best Regards,
Ziven.

#7
Profile photo of Tarina Weese 750.00 $tone March 23, 2015
Public

Hello,
Since quick view is not supported on Mobile and Tablet, then why does it still appear?  How can I make it go away on mobile and tablets?
Thank you!

#8
Profile photo of Ziven Staff 100280.00 $tone March 24, 2015
Public

Hi Tswec,
It have been disable now.
I’m changed the files: /public_html/skin/frontend/default/jm_book/css/layout-tablet.css and /public_html/skin/frontend/default/jm_book/css/layout-mobile.css
Best Regards,
Ziven.
 

#9
Profile photo of Ziven Staff 100280.00 $tone March 27, 2015
Public

Hi Sir,
Please go to the file: skin/frontend/default/jm_book/css/styles.css at line 5785 and change code like below:

.products-grid li.item .product-information a.jmquickview {
background-color: #181818;
background-image: url("../images/bg-btn-jmquickview.png");
background-position: center center;
background-repeat: no-repeat;
border: 0 none !important;
border-radius: 0;
box-shadow: none !important;
float: left;
height: 35px;
margin: 0px;
padding: 0;
position: absolute !important;
bottom: 0px;
width: 46px;
right: 60px;
display: none;
border-radius: 0 !important;
top: 183px; -> top: 174px;
}

Best Regards,
Ziven.

#11
Profile photo of Tarina Weese 750.00 $tone April 7, 2015
Public

Why does the shopping cart icon always stay in position but the quick view icon does not when changing screen sizes when scaling the page down or up it moves around?  Is there anyway it can have the same properties as the shopping cart icon on all pages that it appears?

#13
Profile photo of Ziven Staff 100280.00 $tone April 8, 2015
Public

Hi Sir,
Because the Quick View button and Add to Cart button different markup html. Please let me know if you need help further.
Best Regards,
Ziven. 

#14

Please login or Register to Submit Answer

Written By

Comments