Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • stilpunkt Friend
    #138339

    Hi Joomlart Team,

    please have a look at the enclosed screenshots from my virtuemart flypage.

    The flypage looks different in IE6, IE7 and FF.

    Is this a problem of the virtuemart flypage or of the JA Iris template ?

    HereĀ“s the link to my site: http://www.stilpunkt-wohndesign.de

    Thanks in advance.

    Greetings Kai


    1. Firefox
    2. InternetExplorer6
    wooohanetworks Friend
    #293088

    That should be a problem on the virtuemart side, you may have to adjust some css styles in the theme.css located in the vm folders. There you find all the styles for cart buttons etc.. But what you have to change to make it look cross browser wise the same, you have to figure it out. Or maybe the JA staff or some other member has the time, much luck with that!

    stilpunkt Friend
    #293331

    The JoomlArt stuff did it.

    Thanks for that.

    Greetings Kai

    Anonymous Moderator
    #293508

    Hi stilpunkt,

    I can not login to your ftp. This account is not correct.
    Please try with my guide:

    + Open components/com_virtuemart/themes/default/theme.css file, at about line 269, find following code:

    .vmCartContainer { /* Cart Container */
    width: 535px;
    float: left;
    background: #ADD8E6;
    border: 1px solid #000;
    padding: 3px;
    }

    and change to:

    .vmCartContainer { /* Cart Container */
    width: 235px; /*You can change the with attribute to your requirement*/
    float: left;
    background: #ADD8E6;
    border: 1px solid #000;
    padding: 3px;
    }

    – At about line 340, find folllwing code:

    .vmRowTwo { /* Even Row Styling */
    background: white;
    }

    and change to:

    .vmRowTwo { /* Even Row Styling */
    background: white;
    width: 90%;
    }

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by Anonymous 15 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum