osCmax v2.5 User Manual
Results 1 to 2 of 2

Is there any tutorial to change the oscmax look and feel

This is a discussion on Is there any tutorial to change the oscmax look and feel within the osCMax v2 Features Discussion forums, part of the osCmax v2.0 Forums category; Dear friends I wish to change the look and feel of my oscmax 2 install. 1) center it 2) change ...

      
  1. #1
    Member
    Join Date
    Jul 2007
    Posts
    55
    Rep Power
    5


    Default Is there any tutorial to change the oscmax look and feel

    Dear friends


    I wish to change the look and feel of my oscmax 2 install.

    1) center it
    2) change the banenrs on top.
    3) add my own info box with links.

    kindly send me a link.

    thanks

    ashok

  2. #2
    Member
    Join Date
    May 2005
    Posts
    43
    Rep Power
    0


    Default Re: Is there any tutorial to change the oscmax look and feel

    The CSS I use to center our cart (using template 'fallback')

    BODY {
    background: url(http://www.yoursite.com/catalog/imag...undimage.jpg);
    text-align: center;
    margin-left: 125;
    margin-right: 125;
    }

    in file catalog/templates/fallback/stylesheet.css.

    Re: info box: If you are entering static html links in an infobox, you can edit directly in catalog/includes/column_left.php or catalog/includes/column_right.php.

    For what I called a "call to action" infobox (Once again, its static html links or directions telling prospects what to do; in the following example (I hope the example makes it into the forum), I'm telling people to click the links below)

    <!--
    Added "Call to Action" block for top space of left column

    <tr >
    <td >
    <table class="infoBoxHeading" border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr class="infoBoxHeading">
    <td height="14" class="infoBoxHeading"><img src="http://www.oscmax.com/forums/images/infobox/corner_right_left.gif" border="0" alt="" width="10" height="14"></td>
    <td width="100%" height="14" class="infoBoxHeading">Browsing?</td>
    <td height="14" class="infoBoxHeading" nowrap><img src="http://www.oscmax.com/forums/images/pixel_trans.gif" border="0" alt="" width="10" height="14"></td>
    </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
    <tr>
    <td>
    <table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
    <tr>
    <td><img src="http://www.oscmax.com/forums/images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
    </tr>
    <tr>
    <td class="boxText" align="center">Click the Links Below</td>
    </tr>
    <tr>
    <td><img src="http://www.oscmax.com/forums/images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    End "Call to Action" block -->

    If you are looking for your infobox to pull customer info, latest products, etc., you need help from someone with more skill in this application.

    Other than pointing out that a banner manager is built in, I can't help you there.

    Paul
    argentbeads
    Bulk Jewelry Chain, Findings, Jewelry Making Supplies: Shop OhioBeads.com -- you can see the centering and "call to action" blocks here

Similar Threads

  1. osC look and feel...help to get it right?
    By dragonkeeper1973 in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 06-19-2007, 02:22 PM
  2. Replies: 0
    Last Post: 06-05-2007, 07:41 PM
  3. Replies: 7
    Last Post: 10-15-2005, 10:52 AM
  4. osCMax dynamic meta tag tutorial
    By michael_s in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 01-12-2005, 11:10 AM
  5. Concern with modifying the look and feel
    By pitufo in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 03-04-2004, 07:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •