- Posts: 14116
- Thank you received: 1639
background image
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 4 months ago #32115
by ivan.milic
Replied by ivan.milic on topic background image
Open css/template_css.php
find this:
change to:
find this:
Code:
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 } ?>
}
change to:
Code:
<?php $backgroundColor = 'transparent' ;?>
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)!important;
<?php }else{ ?>
background:<?php echo $backgroundColor; ?>;
<?php } ?>
}
Please Log in to join the conversation.
-
wevan
Inactive member - Topic Author
- Member
Less
More
- Posts: 40
- Thank you received: 0
11 years 4 months ago #32164
by wevan
Replied by wevan on topic background image
off topic probably,but can i use the css and php of the joomla 3 version of the sportal for joomla 2.5?
might have to restart all over because of some module not compatible
might have to restart all over because of some module not compatible
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
11 years 4 months ago #32168
by milos
Replied by milos on topic background image
There are a separate version of Hot Sportal template that works with Joomla 3.x, so you should use this template. Also, all our modules have separate versions for Joomla 3.x.
Thanks
Milos
Thanks
Milos
Please Log in to join the conversation.
-
wevan
Inactive member - Topic Author
- Member
Less
More
- Posts: 40
- Thank you received: 0
11 years 4 months ago #32169
by wevan
Replied by wevan on topic background image
i meant an extension ,third party (mp3 player)
so question is ,can i use the css and php of the current site and import them in version 2.5?
so question is ,can i use the css and php of the current site and import them in version 2.5?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
11 years 4 months ago #32174
by milos
Replied by milos on topic background image
I can't tell you much about the extension which is not ours. Please consult the extensions developers.
Thanks
Milos
Thanks
Milos
Please Log in to join the conversation.
-
wevan
Inactive member - Topic Author
- Member
Less
More
- Posts: 40
- Thank you received: 0
11 years 4 months ago #32194
by wevan
Replied by wevan on topic background image
hi Milos,
i rephrase it...can i use sportal jml 3.0 css and php in sportal jml sportal 2.5?
also how do i make background transparent in carousel pro?
i rephrase it...can i use sportal jml 3.0 css and php in sportal jml sportal 2.5?
also how do i make background transparent in carousel pro?
Please Log in to join the conversation.
Time to create page: 0.094 seconds