X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Cloudsearch CSS / Category Promotion (https://forum.x-cart.com/showthread.php?t=72250)

mcanitano 06-08-2015 07:46 AM

Cloudsearch CSS / Category Promotion
 
2 Attachment(s)
Two Questions/Issues:

1. Is there any way to 'Promote' an entire Category or items from specific Manufacturers on Cloudsearch? (Instead of just one/multiple products). We would like to promote our own branded products over top of others. Of course we can manually add in promotions for each item, but that would take a while.

2. We recently activated/purchased Cloudsearch and are having a tiny issue with the CSS on Internet Explorer.

The CSS transform: rotate(45deg); is not working in IE. Not sure why, but it works in Chrome, FireFox, and Safari. Can't seem to figure it out.

See attached images, you can see that the Chrome image shows the arrow correctly, but the ie image does not.

The code below is in our CSS file:

Code:

.instant-search-menu dd .arrow {
  position: absolute;
  background: white;
  border: none;
  border-top: 1px solid #b1c9e0;
  border-right: 1px solid #b1c9e0;
  width: 14px;
  height: 14px;
  right: -9px;
  top: 14px;
  box-shadow: 2px -2px 2px rgba(100, 100, 100, 0.07);
  transform: rotate(45deg); 
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);


  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";

  filter: progid:DXImageTransform.Microsoft.Matrix(
    M11=0.7071067811865474,
    M12=-0.7071067811865477,
    M21=0.7071067811865477,
    M22=0.7071067811865474,
    SizingMethod='auto expand');
}



All times are GMT -8. The time now is 10:10 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.