Advertisement:

Author Topic: Background image not repeating as wished.  (Read 5361 times)

Absturzius

  • Newbie
  • *
  • Posts: 13
Background image not repeating as wished.
« on: February 07, 2013, 12:31:20 am »
Hi, first time poster here. Having looked at the showcase websites I get the feeling I´m trying to use a battleship to sink a paper boat. :)
All I needed was something where members of my girlfriends pony riding buisness could have somewhere where they could swap and sell riding gear.

I have a problem with the background image being interupted by various elements. Doesen´t look pretty. Is there a solution?

I would like prefer osclass to appear in the main window of my site rather than in a new window. I haven´t used frames. Is this possible.

http://www.kleinkindreiten.de/market/

Any tips much appreciated. I maybe a "newbie" here but non-virtually I´m an oldie and was never a nerd, geek or computer junky so please use simple terms.

Impressive piece of software and community. :)

Thanks for your time.

Absturzius


Absturzius

  • Newbie
  • *
  • Posts: 13
Re: Background image not repeating as wished.
« Reply #1 on: February 07, 2013, 11:03:11 pm »
I have tried the theme Realestate and Seeker (which visually fits my needs best, plain and simple) but I cant see a way to change the functions of the themes. I need a basic "for sale" format where people can post small ads. Is it possible to change the function?

Quote
Osclass CAN open directly. Your domain is NOT "pointed" to the Osclass installation location, likely a folder. You change this through your host provider. Likely there is a control panel (cpanel) you can access for this change.
Not sure what you are refering to there. Osclass does open directly - in a new window. I would like it to open within a page in the main "area".  ( not a window or frame, dont know the term)

But I´ll try out the iframe suggestion.

Thanks for your help

Absturzius

jungica

  • Jr. Member
  • **
  • Posts: 56
Re: Background image not repeating as wished.
« Reply #2 on: February 07, 2013, 11:38:14 pm »
the problem is in your style.css
do not give background image to the first tag (delete the background parameter there...

/* Global reset by Eric Meyer */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background:url(http://www.kleinkindreiten.de/Mirror%20pony%20faded.png);}

to

/* Global reset by Eric Meyer */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;}

and modify the next "body" tag here:

/* -- GLOBAL STYLES --------------------------------------- */
body { line-height:1; color:#333; font: 12px Arial, Helvetica, Verdana, sans-serif; }

to:

/* -- GLOBAL STYLES --------------------------------------- */
body { line-height:1; color:#333; font: 12px Arial, Helvetica, Verdana, sans-serif; background:url(http://www.kleinkindreiten.de/Mirror%20pony%20faded.png);}

done.
« Last Edit: February 07, 2013, 11:41:43 pm by jungica »

Absturzius

  • Newbie
  • *
  • Posts: 13
Re: Background image not repeating as wished.
« Reply #3 on: February 08, 2013, 11:56:30 pm »

Thanks jungica. Worked like a charm. And idiot proof described. :) Got a few glitches with scrolling to sort out but on the whole it works.

However....I have a problem with posting. It wont let me highlight a ("required") catagory when filling out a post- which makes posting not possible.

http://www.kleinkindreiten.de/kleinanzeigen.html

Any ideas on that one, anybody?

(Should this be posted somewhere else?)

mmcsus

  • Hero Member
  • *****
  • Posts: 704
  • Open Source
Re: Background image not repeating as wished.
« Reply #4 on: February 09, 2013, 04:08:35 am »
@Absturzius


   By default you can only post to subcategories.
 
 If you want to post to parent categories:

 Admin --> Settings --> General --> Category settings and check the box.

Absturzius

  • Newbie
  • *
  • Posts: 13
Re: Background image not repeating as wished.
« Reply #5 on: February 09, 2013, 10:31:36 am »
Should have seen that. :-\

Thanks, problem solved-  :)

Seo-Experts

  • Newbie
  • *
  • Posts: 14
Re: Background image not repeating as wished.
« Reply #6 on: February 09, 2013, 11:57:08 am »
You can set backgroung repeat, repeat-y and repeat-x,