Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Joomla Virtuemart Template - DarkMart (SKU# FLEX-00011)

TOPIC: Template small problems with Internet Explorer

Template small problems with Internet Explorer 11 years 1 week ago #3364

Hello there,

After the update you managed to fix a couple of the problems related to the browser however it still does'nt work on the IE browser.

Take a look at the attached picture taken from the DarkMart Demo Site on your domain, from a IE browser.
Attachments:
The administrator has disabled public write access.

Template small problems with Internet Explorer 11 years 1 week ago #3377

What version of IE is this?

Fine in 8 & 9 here..

Cheers
The administrator has disabled public write access.

Template small problems with Internet Explorer 11 years 1 week ago #3403

IE8...
The administrator has disabled public write access.

Template small problems with Internet Explorer 11 years 1 week ago #3409

The developers are trying to source a IE8 setup to test - please be patient...
The administrator has disabled public write access.

Template small problems with Internet Explorer 11 years 1 week ago #3413

Thanks for the prompt reply.
The administrator has disabled public write access.

Template small problems with Internet Explorer 11 years 1 week ago #3425

Hi Matheus Salome,

I don't have the native IE8 (because i can't install it), but the IE8 simulator of IE10 says, everything works okay.

Attachment Pasted_Image_3_19_13_9_26_PM.gif not found



In this case, i don't know what to do.. to be honest with you. I will try to find a computer that still be able to run IE8 to figure out what might cause the problem, looks like this issue only happens in native IE8. This issue has been added to "to-do" list.

Regards.
The administrator has disabled public write access.

Template small problems with Internet Explorer 11 years 1 week ago #3441

Hi,

I fired up an old XP PC from the cellar.. from what I can debug in IE8 - the thumbnails appear below the slider if you add this css somewhere - it's to over-ride this
.bw_effect, #system .pagination strong, #system .pagination a, .breadcrumbs strong, .breadcrumbs span, .breadcrumbs a, .tagcloud li, .pagination > ul > li {
  display: inline-block;
}
 

so add
 
.bw_effect {
  display: inline;
}
 

cheers
The administrator has disabled public write access.

Template small problems with Internet Explorer 11 years 1 week ago #3443

Another small cosmetic change for IE8

The flexible 3D slider selection arrows show permanently and scroll over the top of the menu etc..

to fix go to - modules/mod_flexible_3d_slider/assets/flexible3dslider.css ~ line 83 and add to the bottom of
#next, #prev {
  position: absolute;
  top: 50%;
  margin-top:-52px;
  width: 52px;
  height: 102px;
  background-image: url(prevnext.png);
  background-repeat:no-repeat;
  display: block;
  -webkit-transition: background .4s, opacity 0.3s linear;
  -o-transition: background .4s, opacity 0.3s linear;
  -moz-transition: background .4s, opacity 0.3s linear;
  transition: background .4s, opacity 0.3s linear;
  z-index:99999;
  opacity:0;
}
#viewport-shadow:hover #next, #viewport-shadow:hover #prev  {
	opacity:1;
}
 
 

so it looks like this
#next, #prev {
  position: absolute;
  top: 50%;
  margin-top:-52px;
  width: 52px;
  height: 102px;
  background-image: url(prevnext.png);
  background-repeat:no-repeat;
  display: block;
  -webkit-transition: background .4s, opacity 0.3s linear;
  -o-transition: background .4s, opacity 0.3s linear;
  -moz-transition: background .4s, opacity 0.3s linear;
  transition: background .4s, opacity 0.3s linear;
  z-index:99999;
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#viewport-shadow:hover #next, #viewport-shadow:hover #prev  {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

cheers
The administrator has disabled public write access.
Time to create page: 0.089 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo