bad code or stupid human ?
#21
Posted 17 May 2012 - 12:25 AM
#22
Posted 17 May 2012 - 12:25 AM
Attached Files
#23
Posted 17 May 2012 - 12:27 AM
#25
Posted 17 May 2012 - 12:28 AM
#26
Posted 17 May 2012 - 12:35 AM
mariusmoisa, on 17 May 2012 - 12:28 AM, said:
Hi,
well that is where you installed your shop /public_html/catalog/ ... and here is ...stylesheet.css so this is the one that you want to change.
if you want your shop to be /public_html/stylesheet.css you will need to upload the files to this level and then change 2 files /includes/configure.php and admin/includes/configure.php
all the codes you have been given work I guess they are just going to the wrong place???
Edited by joli1811, 17 May 2012 - 12:36 AM.
#27
Posted 17 May 2012 - 12:46 AM
#28
Posted 17 May 2012 - 01:23 AM
mariusmoisa, on 17 May 2012 - 12:46 AM, said:
.ui-widget {
font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
font-size: 11px;
}
body {
background: #a4dfe7;
color: #000;
margin: 0px;
font-size: 11px;
font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}
#bodyWrapper {
background: #ffffff;
}
#bodyContent {
background: #ffffff;
}
#header {
background: #f2fafc;
height: 60px;
}
.clear {
clear: both;
}
#storeLogo {
float: left;
margin-top: 5px;
}
Edited by joli1811, 17 May 2012 - 01:24 AM.
#29
Posted 17 May 2012 - 01:26 AM
joli1811, on 17 May 2012 - 01:23 AM, said:
.ui-widget {
font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
font-size: 11px;
}
body {
background: #a4dfe7;
color: #000;
margin: 0px;
font-size: 11px;
font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}
#bodyWrapper {
background: #ffffff;
}
#bodyContent {
background: #ffffff;
}
#header {
background: #f2fafc;
height: 60px;
}
.clear {
clear: both;
}
#storeLogo {
float: left;
margin-top: 5px;
}
you will also have to change your template bottom to clear the float the answer was by multimixer again he is pretty good with the grid
http://multimixer.gr/01/12/2010/how-to-set-backgrounds-in-oscommerce-version-2-3-1/
Edited by joli1811, 17 May 2012 - 01:26 AM.
#30
Posted 17 May 2012 - 06:54 AM
Edited by mariusmoisa, 17 May 2012 - 06:56 AM.
#32
Posted 17 May 2012 - 08:23 AM
mariusmoisa, on 17 May 2012 - 06:54 AM, said:
Hi,
There is nothing wrong it is just that by default osc installs in a folder called /public_html/catalog my site is installed at top level which is /public_html/ .
To install the site directly in /public_html/ (top level) you must first OPEN the catalog folder then upload all the files inside the catalog folder itself you do not upload.
John
#33
Posted 17 May 2012 - 08:32 AM
#34
Posted 17 May 2012 - 08:57 AM
mariusmoisa, on 17 May 2012 - 08:32 AM, said:
You can put osc anywhere you want but you must make sure that the 2 x conigure files also point ( are adjusted ) to where the shop is actually installed
/public_html/includes/configure.php and /public_html/admin/includes/configure.php
/public_html/CATALOG/includes/configure.php and or /public_html/CATALOG/admin/includes/configure.php.
If you open the files you should see what I mean these are the 2 x files that say where your shop resides.
John
Edited by joli1811, 17 May 2012 - 08:58 AM.
#35
Posted 19 May 2012 - 10:25 PM
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/catalog [NC]
RewriteRule ^(.*)$ /catalog/$1 [L]










