background image

  • wevan
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 4 months ago #31924 by wevan
background image was created by wevan
Hi tried to change the background image but it keeps repeating
how can i stop it from repeating and just have 1 background that fades?

check wevan.be

this is the thing i changed

body {
font-size:<?php echo $mainFontSize; ?>px;
color:<?php echo $bodyText; ?>;
<?php if ($backgroundImage!="none") { ?>
background:<?php echo $backgroundColor; ?> url(<?php echo $template_path; ?>/images/bg_<?php echo $backgroundImage; ?>.png);
<?php }else{ ?>
background:<?php echo $backgroundColor; ?>;
<?php } ?>
no repeat;
}

Please Log in to join the conversation.

More
11 years 4 months ago #31925 by ivan.milic
Replied by ivan.milic on topic background image
Like this:

body {
font-size:<?php echo $mainFontSize; ?>px;
color:<?php echo $bodyText; ?>;
<?php if ($backgroundImage!="none") { ?>
background:<?php echo $backgroundColor; ?> url(<?php echo $template_path; ?>/images/bg_<?php echo $backgroundImage; ?>.png) no-repeat;
<?php }else{ ?>
background:<?php echo $backgroundColor; ?>;
<?php } ?>
no repeat;
}

Please Log in to join the conversation.

  • wevan
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 4 months ago #31926 by wevan
Replied by wevan on topic background image
Hi,

thanks it works now.
got another question:
if you take a look at the home page,you see it says 'root featured' altho i checked off the display categories etc;
same thing on teams>U14 it says in white u14 2013-2014 altho it shouldn't.
the other pages are ok under teams and they use the exact same settings.

Please Log in to join the conversation.

More
11 years 4 months ago #31934 by ivan.milic
Replied by ivan.milic on topic background image
Did you try to disable page title in menu item settings?

Please Log in to join the conversation.

  • wevan
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 4 months ago #31936 by wevan
Replied by wevan on topic background image
of course i did

Please Log in to join the conversation.

More
11 years 4 months ago #31941 by ivan.milic
Replied by ivan.milic on topic background image
That can be set on 3 places , in Category manager click on "Options" icon, in modal settings form you will find parameter to turn off category title. Also In category edit itself you have such option.

Please Log in to join the conversation.

Time to create page: 0.092 seconds
Powered by Kunena Forum