lero21
Forum Replies Created
-
@brian, when I get there, it seems like there is no option to change there. Is there another way to do it ?
Thanks.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Equation: unable to dragBottom line, I don’t know which one caused the conflict, but it worked.
That’s solved.
Thanks.Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Equation: unable to dragDo you know what type of plugin I should be looking for ?
Forum: Plugins
In reply to: [Game Schedules] Losing Game Location since last updateHi Mark,
those not working are those from the Game Locations plugin. I can select the location from the dropdown menu, but as I told you, when I save a game, the location will show as “TBA” in the table of my website and will go back to “—” in the backend.If I enter a location using the simple location field (not using the plugin dropdown), the locations will show correctly in the table. But, of course, the visitor won’t be able to click on the location link to get the driving directions.
Ron
Forum: Plugins
In reply to: [Team Rosters] Theme disappearsHi Mark,
here is the answer provided by the theme’s developer. Unfortunately, the problem is not resolved 🙁Perhaps there’s conflict with this plugin and equal heights script of the theme. You can edit theme’s file header.php and delete this part:
<!– equal heights –>
<script type=”text/javascript” src=”<?php echo $template_path ?>/js/equal_heights.js”></script>
<script type=”text/javascript”>
window.onload = function() {
<?php
$showU = array();
$showA = array();$uppermodules = 0;
$bottommodules = 0;if(is_active_sidebar(‘user5’)) {$showU[0] = “‘c1′”;$bottommodules++;}
if(is_active_sidebar(‘user6’)) {$showU[1] = “‘c2′”;$bottommodules++;}
if(is_active_sidebar(‘user7’)) {$showU[2] = “‘c3′”;$bottommodules++;}
if(is_active_sidebar(‘user8’)) {$showU[3] = “‘c4′”;$bottommodules++;}if(is_active_sidebar(‘advert1’)) {$showA[0] = “‘c5′”;$uppermodules++;}
if(is_active_sidebar(‘advert2’)) {$showA[1] = “‘c6′”;$uppermodules++;}
if(is_active_sidebar(‘advert3’)) {$showA[2] = “‘c7′”;$uppermodules++;}
if(is_active_sidebar(‘advert4’)) {$showA[3] = “‘c8′”;$uppermodules++;}?>
<?php if($bottommodules) { ?>
BoxHeights.equalise(<?php echo join(“,”,$showU); ?>);
<?php } ?><?php if($uppermodules) { ?>
BoxHeights.equalise(<?php echo join(“,”,$showA); ?>);
<?php } ?>Thank you Mark
Forum: Plugins
In reply to: [Team Rosters] Theme disappearsBackend trouble …. resolved.
Still working on the theme …Forum: Plugins
In reply to: [Team Rosters] Theme disappearsHi Mark,
as for the theme, I’ll try to see with my theme developers.As for the GS Slider, I went through my FTP. I can’t tell you how it goes … I can’t access my backend since. Well, I’m able to log in, but all I see after is a white page. The website is working though !!!
Ron
Forum: Plugins
In reply to: [Game Schedules] Warning while adding a new gameFixed !!
Thanks MarkForum: Plugins
In reply to: [Team Rosters] Player bio displayMark,
I am using a theme called Hot Sportal.
Go to http://embouledogues.com/wp/
To see what I’m talking about, go to Hockey –>Alignement
Then, if you click on one of the players’ name, you will see bio displayed in full screen. Actually, I would like it to be displayed just the same as the roster.Thanks
Ron