Jump to content

[Solved] New theme 1.5 - IEs Critical Problems


Recommended Posts

I am using New Theme 1.5 and I found this critical problems:

 

With IE 7, 8 and 9:

 

- Users cant Login or Register new account

- Users cant add products to Cart

- On the top menu horizontal the drop-down list in HOME is too much transparent (only with IE 7 and 8)

- The Search Box is misaligned (only on IE 8)

 

 

With Firefox everything works fine.

 

My site:

hobbysector.com

 

 

How to sort it out?

Edited by Pedro R. (see edit history)
Link to comment
Share on other sites

Solutions:

 

- Users cant Login or Register new account <<< Must Enable Cookies on IE

- Users cant add products to Cart <<< Must Enable Cookies on IE

- On the top menu horizontal the drop-down list in HOME is too much transparent (only with IE 7 and 8) <<< Go to public_html/modules/blocktopmenu/img and change the shadow.png with another similar image but darker than the original one

- The Search Box is misaligned (only on IE 8) <<<< On file: youtthemename/css/modules/blocksearch/blocksearch.css

Edit this code to this:

#search_block_top .button {

border:none;

border-radius:0;

color:#fff;

text-transform:uppercase;

background:url(../../../img/bg_search_submit.png) repeat-x 0 0 #101010;

position:absolute;

}

 

Thank you Pedro R. :D

Edited by Pedro R. (see edit history)
Link to comment
Share on other sites

  • 4 months later...

Solutions:

 

- Users cant Login or Register new account <<< Must Enable Cookies on IE

- Users cant add products to Cart <<< Must Enable Cookies on IE

- On the top menu horizontal the drop-down list in HOME is too much transparent (only with IE 7 and 8) <<< Go to public_html/modules/blocktopmenu/img and change the shadow.png with another similar image but darker than the original one

- The Search Box is misaligned (only on IE 8) <<<< On file: youtthemename/css/modules/blocksearch/blocksearch.css

Edit this code to this:

#search_block_top .button {

border:none;

border-radius:0;

color:#fff;

text-transform:uppercase;

background:url(../../../img/bg_search_submit.png) repeat-x 0 0 #101010;

position:absolute;

}

 

Thank you Pedro R. :D

 

 

thank pedro. helpfull.

 

do you know how to change top menu horizontal-drop down menu to be colums or dropdown menu is horizontal not vertical.

 

Regards.

 

 

J-sen

Link to comment
Share on other sites

  • 3 weeks later...
×
×
  • Create New...