Jump to content



Latest News: (loading..)

* * * * * 12 votes

How Do I ...? All the basic install questions regularly asked...


  • Please log in to reply
625 replies to this topic

#561   Rachel Brex

Rachel Brex
  • Members
  • 8 posts
  • Real Name:Rachel Brex
  • Gender:Female
  • Location:Sydney, Australia

Posted 03 May 2012 - 06:52 AM

View Postvapingxt, on 22 February 2012 - 11:28 PM, said:

How do I edit the CSS?
I want the header where the logo is to ne taller?
Do I need to do this with an html editor (dreamweaver)? Can it be done from within the OScommerse site?
I looked everywhere on the site but could not find css editor.


open catalog/stylesheet.css

find this part of the code (open it up in a text editor like the above poster said)
#header {
height: 60px;
}

and change the pixel amount to whatever you want it to be, 100px etc.

Edited by Rachel Brex, 03 May 2012 - 06:53 AM.


#562   exca

exca
  • Members
  • 28 posts
  • Real Name:yunanto

Posted 15 May 2012 - 10:38 AM

hi ij ust serach and not find help there.
i just need help.

how to make image bigger on product_info.php . im use v2.2 rc2?
i look at that file, no find anything, and when i change small setting on configure/image just affected for index page.

i need bigger image for product info. thanks

#563   14steve14

14steve14

    STORE OWNER NOT CODER

  • Members
  • 3,078 posts
  • Real Name:Steve
  • Gender:Male
  • Location:Dorset UK

Posted 15 May 2012 - 02:47 PM

I may have altered something in my store, but in my admin area  - configuration - images, I have a setting for display image width and height.
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder, so dont bother sending PMs asking for help as you wont get any.  

OSC has a steep learning curve, but in general the program does work.  If it doesnt work, the chances are it is something you have done.

#564   thaiexportco

thaiexportco
  • Members
  • 12 posts
  • Real Name:Bruce Kehlet

Posted 24 May 2012 - 01:20 PM

Hi Guys,

Have an interesting problem with Background-image:

I have inserted this code into stylesheet.css

body {
background-color:#cccccc;
background-image:www.oziwf.com('whitesatin.gif');
color: #000000;
margin: 0px;
font-size: 11px;
font-family: Arial, Lucida Grande, Lucida Sans, Verdana, sans-serif;
}



This is the code I was using as my template from my CSS lessons

body {
background-image:url('img_tree.png');
}

It changes the background colour but doesn't display the image

I have put the file whitesatin.gif into the root directory to test this out.

I do believe that GIF JPG & Png files are acceptable for this task.

Alas it doesn't work and I have swapped and changed almost everything but I can't get it right.

Thanks in Advance

Regards Bruce

#565 ONLINE   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,728 posts
  • Real Name:Chris
  • Gender:Male
  • Location:Ontario, Canada

Posted 24 May 2012 - 01:57 PM

@thaiexportco

The proper code would be like this:

background-image: url("images/whitesatin.gif");



Chris

ps.  The above assumes you have uploaded the background image to the /images/ directory on your server.

Edited by DunWeb, 24 May 2012 - 01:58 PM.

:|: Was this post helpful ? Click the LIKE THIS button :|:

See my Profile (click here)

#566   u2slice

u2slice
  • Members
  • 1 posts
  • Real Name:Amani

Posted 28 May 2012 - 03:18 AM

Pls i need help on this error...i am a bit of a fresher.

Warning: mail() has been disabled for security reasons in /home/kbelloan/public_html/os/includes/classes/email.php on line 522

Warning: Cannot modify header information - headers already sent by (output started at /home/kbelloan/public_html/os/includes/classes/email.php:522) in /home/kbelloan/public_html/os/includes/functions/general.php on line 45

the above errors can't let a user succesfully register on my site.

Hoping to hear from somebody ASAP

#567   Chrison

Chrison
  • Members
  • 40 posts
  • Real Name:Chris
  • Gender:Male
  • Location:Nanaimo, BC, Canada

Posted 29 May 2012 - 10:35 PM

I've read through most of this thread, and have found solutions to most of my issues in getting my store going.  Just wanted to say a huge THANKS! to everyone for such great tips and advice!  That's the beauty of open source...  lots of good knowledge out there!

Regards,

Chris

#568   thaiexportco

thaiexportco
  • Members
  • 12 posts
  • Real Name:Bruce Kehlet

Posted 02 June 2012 - 06:02 AM

View PostDunWeb, on 24 May 2012 - 01:57 PM, said:

@thaiexportco

The proper code would be like this:

background-image: url("images/whitesatin.gif");



Chris

ps.  The above assumes you have uploaded the background image to the /images/ directory on your server.

Thanks Chris,

Problem solved.

I also have a problem with putting rounded corners on the breadcrumb.

Any suggestions would be appreciated

Shops are looking good now take a look I have 2 going.  http://www.oziwf.com   &   http://www.thailandexportco.com

Regards Bruce

#569   tnsporting90

tnsporting90
  • Members
  • 5 posts
  • Real Name:Nathan Brooks

Posted 03 June 2012 - 06:26 AM

Hi,
I am newbie in this forum. I am here to learning and sharing some knowledge. I hope i will do best to make this forum very popular..
Thanks.

#570   MicroPuts

MicroPuts
  • Members
  • 1 posts
  • Real Name:Marcus Botha

Posted 11 June 2012 - 03:15 PM

Hi

Don't know if this is the right place to ask, but my hosting company decided to upgrade to PhP 5.4.3 since then we could log on to the website but whenever you try to click on anything in the site, you get a "Server 500" error. I had the guys from the host have a look to see what's going on and all they could give me is the following. "
] PHP Fatal error:  require(): Failed opening required 'includes/languages/.php' (include_path='.:/usr/local/share/pear') in /var/www/vhosts/t/p/10313708_m5435720/includes/application_top.php on line 279

The piece of code its moaning about is this in application_top.php
  require(DIR_WS_LANGUAGES . $language . '.php');



The error says "Failed opening required 'includes/languages/.php There's no such file.

[root@www /var/www/vhosts/t/p/10313708_m5435720/includes/languages]# ls -la total 20
drwxr-xr-x  3 www  nogroup    512 Jun  7 16:38 .
drwxr-xr-x  8 www  nogroup    512 Jun  7 16:38 ..
drwxr-xr-x  4 www  nogroup   1536 Jun  7 16:38 english
-rw-r--r--  1 www  nogroup  12734 Jun  7 16:38 english.php


Will any one be able to help with this?

Thanks

#571   ninjavenom

ninjavenom
  • Members
  • 27 posts
  • Real Name:Adam T. Winton
  • Gender:Male

Posted 15 June 2012 - 01:37 PM

I am have t-shirts in the store, but when I make the attributes for Size small, large, etc. and visit the site as a shopper, the order of sizes is all screwed up. I want small first, then medium, then large, etc. How do I control the order and the first item in the drop down box shown. There is no price difference right now... HELP!

#572   14steve14

14steve14

    STORE OWNER NOT CODER

  • Members
  • 3,078 posts
  • Real Name:Steve
  • Gender:Male
  • Location:Dorset UK

Posted 15 June 2012 - 02:28 PM

Search the add ons area for attributes sort order. That is always the best place to look. If you cant find anything, try using google to find what you want.
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder, so dont bother sending PMs asking for help as you wont get any.  

OSC has a steep learning curve, but in general the program does work.  If it doesnt work, the chances are it is something you have done.

#573   ninjavenom

ninjavenom
  • Members
  • 27 posts
  • Real Name:Adam T. Winton
  • Gender:Male

Posted 20 June 2012 - 02:35 PM

I used to be able to change the border colors of all the info boxes and product listing boxes with the css file. But it seems that there must be a different way to do that now as I cannot find any "border color" text that affects the actual borders. I do not want the default blue, so any help on where I go or the coding to look for to change that? I am using version 2.3.1.

#574   multimixer

multimixer

    Lemons or Melons ?

  • Partner
  • 4,398 posts
  • Real Name:George Zarkadas
  • Gender:Male
  • Location:Greece

Posted 20 June 2012 - 02:39 PM

View Postninjavenom, on 20 June 2012 - 02:35 PM, said:

I used to be able to change the border colors of all the info boxes and product listing boxes with the css file. But it seems that there must be a different way to do that now as I cannot find any "border color" text that affects the actual borders. I do not want the default blue, so any help on where I go or the coding to look for to change that? I am using version 2.3.1.

Best would be to create a new theme using themeroller and add it then to your store

#575   ninjavenom

ninjavenom
  • Members
  • 27 posts
  • Real Name:Adam T. Winton
  • Gender:Male

Posted 20 June 2012 - 02:49 PM

That sounds great for future work! I like what I see. But is there still a simple place to change the border colors only, because I am then finished.

#576   multimixer

multimixer

    Lemons or Melons ?

  • Partner
  • 4,398 posts
  • Real Name:George Zarkadas
  • Gender:Male
  • Location:Greece

Posted 20 June 2012 - 02:54 PM

View Postninjavenom, on 20 June 2012 - 02:49 PM, said:

That sounds great for future work! I like what I see. But is there still a simple place to change the border colors only, because I am then finished.

That's in the css file of the ui theme you have in use, check the properties for ui-widget-content and ui-widget-header that affect border colors of infoboxes and the product listing table

#577   ninjavenom

ninjavenom
  • Members
  • 27 posts
  • Real Name:Adam T. Winton
  • Gender:Male

Posted 20 June 2012 - 03:19 PM

Found and fixed em'. Thanks!

#578   quickcycles

quickcycles
  • Members
  • 2 posts
  • Real Name:jamie barnes

Posted 04 July 2012 - 11:48 AM

How do I add an add-on?

had my site built by someone else so I apologise if this is pretty standard. Basically I need to close my site temp. but ASAP. I've found some add ons that will do it for me but I've no idea how to add one?

Thanks!

Jamie.

#579   multimixer

multimixer

    Lemons or Melons ?

  • Partner
  • 4,398 posts
  • Real Name:George Zarkadas
  • Gender:Male
  • Location:Greece

Posted 04 July 2012 - 11:58 AM

@quickcycles

Each addon has installation instructions

#580   quickcycles

quickcycles
  • Members
  • 2 posts
  • Real Name:jamie barnes

Posted 04 July 2012 - 12:00 PM

View Postmultimixer, on 04 July 2012 - 11:58 AM, said:

@quickcycles

Each addon has installation instructions

thank you for such a quick reply - I'll get on it now!

J.

--------edit----------

just seen the guide, far far beyond my means - will have to try get my designer to do it.

Thanks anyway.

J.

Edited by quickcycles, 04 July 2012 - 12:06 PM.