raja2013-02-20 07:58 | can i insert image button as product categories name in menu 3(left menu) instead of text? » Quick.Cart v6.xbraj |
interkob2013-02-20 08:16 | There is no way to insert an image through admin side. But you can insert images and links directly in the template. For example, open templates/default/_header.php and paste the code in the column area: |
raja2013-02-20 09:27 | where to use the above code? plz give me full idea braj |
raja2013-02-20 09:30 | can i add the content for page as privious from admin page? braj |
interkob2013-02-20 10:11 | For instance, under <div id="column"> |
raja2013-02-20 11:20 | actually i want to add different background color or different image background in product categories... and i ve problem where to add it no idea... braj |
interkob2013-02-20 11:37 | Oh, then ok. Do the following:
$content .= ' <li class="l'.( ( !empty( $GLOBALS['config']['basket_page'] ) && $aData['iPage'] == $GLOBALS['config']['basket_page'] ) ? 'Basket' : ( ( $i == ( $iCount - 1 ) ) ? 'L': $i + 1 ) );
|
raja2013-02-20 12:03 | but it didn't work in css file braj |
interkob2013-02-20 12:07 | It works. Just insert correct ID instead of #id6. Write #idYourNumber |
raja2013-02-20 12:25 | is it is needed to remove all previous style under LEFT MENU of menu3? braj |
interkob2013-02-20 12:36 | no, just add new styles below |
raja2013-03-16 06:38 | how to change background of sub page of left menu? raj |