View Single Post
  #1  
Old 06-08-2015, 07:46 AM
  mcanitano's Avatar 
mcanitano mcanitano is offline
 

eXpert
  
Join Date: Feb 2006
Location: Melbourne, FL
Posts: 216
 

Default Cloudsearch CSS / Category Promotion

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'); }
Attached Thumbnails
Click image for larger version

Name:	chrome.png
Views:	169
Size:	196.2 KB
ID:	4177  Click image for larger version

Name:	ie.png
Views:	167
Size:	109.1 KB
ID:	4178  
__________________
Marcello Canitano
New Site: X-Cart v4.5.5 GOLD
X-Cart Mobile v1.4.3
X-Payments v1.0.6
CDSEO Pro v2
Total Server Solutions xCDN

www.silverhorseracing.com
Reply With Quote