2009-09-24 11:04
Hi I got a QC 3.4 installation that i only use as a catalogue (no buying functions) and i've moved the categories to the menu under the top-logo so there is no menu in the left side of the page, but the field/block where the categories used to be is still there. How do i remove it?
» Quick.Cart v3.x /silas 2009-09-24 13:36
go to templates/container.tpl and delete: <div id="head3"> $sMenu2 </div> it should work :)
Pozdrawiam, GK 2009-09-24 13:44
oops.. i meant: <div id="column"> <div class="typeLeft"> </div> $sSearchForm <div id="bottomLeft"> </div> $sMenu3 </div> section xD
Pozdrawiam, GK 2009-09-24 16:28
Sweet.. Thanks man, will try and implement it as soon as i can..
/silas 2009-09-24 16:39
There is no such text in templates/container.tpl Perhaps you are thinking of a different version of QC? this is 3.4..
/silas 2009-09-24 18:03
he probably meant to remove: <div id="column"> $sMenu3 $sMenu4 </div>
2009-09-25 02:25
Cant find that in templates/container.tpl either..
/Silas 2009-09-25 10:24
so can you show us what yout container.tps contain?
Pozdrawiam, GK 2009-09-28 13:09
<!-- BEGIN HEAD --> <?xml version="1.0" encoding="$config[charset]"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$config[language]"> <head> <title>$sTitle$config[title]</title> <meta http-equiv="Content-Type" content="text/html; charset=$config[charset]" /> <meta name="Language" content="$config[language]" /> <meta name="Description" content="$sDescription" /> <meta name="Keywords" content="$sKeywords" /> <meta name="Author" content="OpenSolution.org" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <script type="text/javascript" src="$config[dir_core]common.js"></script> <script type="text/javascript" src="$config[dir_core]plugins.js"></script> <script type="text/javascript" src="$config[dir_core]prototype.lite.js"></script> <script type="text/javascript" src="$config[dir_core]moo.fx.js"></script> <script type="text/javascript" src="$config[dir_core]litebox-1.0.js"></script> <script type="text/javascript"> <!-- var cfBorderColor = "#d1bd9d"; var cfLangNoWord = "$lang[cf_no_word]"; var cfLangMail = "$lang[cf_mail]"; var cfWrongValue = "$lang[cf_wrong_value]"; var cfToSmallValue = "$lang[cf_to_small_value]"; var cfTxtToShort = "$lang[cf_txt_to_short]"; var lbImage = "$lang[Image]"; var lbOf = "$lang[of]"; AddOnload( initLightbox ); AddOnload( targetBlank ); //--> </script> <style type="text/css">@import "$config[dir_templates]$config[template]";</style> $sBanner <!-- END HEAD --> <!-- BEGIN BODY --> </head> <body> <div class="skiplink"><a href="#content" accesskey="2">$lang['Skip_navigation']</a></div> <div id="container"> <div id="main"> <div id="head1"> $sMenu1 </div> <div id="head2"> <div id="logo"> <h1><a href="?" tabindex="1"><img src="$config[dir_templates]img/logo.jpg" alt="$config[title]" /></a></h1> <h2>$config[slogan]</h2> </div> <div id="navipath">$sPagesTree</div> </div> <div id="head3"> $sMenu2 </div> <div id="body"> <div id="column2"> <!-- additional column, hidden in styles --> </div> <div id="column"> $sSearchForm $sMenu3 $sMenu4 </div> <div id="content"> <!-- END BODY --> <!-- BEGIN ORDER_BODY --> </head> <body> <div class="skiplink"><a href="#body" accesskey="2">$lang['Skip_navigation']</a></div> <div id="container"> <div id="main"> <div id="head1"> $sMenu1 </div> <div id="head2"> <div id="logo"> <h1><a href="?" tabindex="1"><img src="$config[dir_templates]img/logo.jpg" alt="$config[title]" /></a></h1> <h2>$config[slogan]</h2> </div> <div id="navipath">$sPagesTree</div> </div> <div id="head3"> $sMenu2 </div> <div id="orderbody"> <div id="column2"> <!-- additional column, hidden in styles --> </div> <div id="content"> <!-- END ORDER_BODY --> <!-- BEGIN FOOT --> <div id="options"><div class="print"><a href="javascript:window.print();">$lang['print']</a></div><div class="back"><a href="javascript:history.back();">« $lang['back']</a></div></div> </div> </div> <div id="foot"> <div id="copy">$config[foot_info]</div> <!-- LICENSE REQUIREMENTS - DONT DELETE/HIDE LINK "powered by Quick.Cart" TO www.OpenSolution.org --> <div class="foot" id="powered"><a href="http://opensolution.org/">Powered by <strong>Quick.Cart</strong></a></div> </div> <div class="clear"> </div> </div> </div> </body> </html> <!-- END FOOT --> <!-- BEGIN SEARCH_FORM --> <form method="post" action="$sLinkSearch" id="searchForm"> <fieldset> <span><label for="$lang[search]">$lang[search]</label><input type="text" size="20" name="sPhrase" id="$lang[search]" value="$sPhrase" class="input" maxlength="100" /></span> <em><input type="submit" value="$lang[search] »" class="submit" /></em> </fieldset> </form> <!-- END SEARCH_FORM -->
/silas 2009-09-28 13:50
omg man... you have: <div id="column"> $sSearchForm $sMenu3 $sMenu4 </div> delete it.
Pozdrawiam, GK 2009-09-29 19:54
And nothing happened.. Sure, the menu dissapeared, but it still has a background color which shows on the screen.. Can i fix this by editing the css file?
/silas 2009-09-29 20:29
it's some image with 1px width. I was solving this before and remembered now. Maybe you can look for the image in the css file, I am sure you can find it there.
2009-09-30 07:47
Find this in css-fille: /* BODY STYLES - LEFT AND RIGHT COLUMN */ Below you find this: ('img/two-columns.gif') Delete two-columns.gif.
cgan 2009-09-30 11:43
Yes! It worked.. Thanks a lot guys..
/silas 2009-09-30 19:52
I love this shit, this thread is a display of how open source support should look like. KUDOS guys.