Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter lero21

    (@lero21)

    @brian, when I get there, it seems like there is no option to change there. Is there another way to do it ?

    Thanks.

    Thread Starter lero21

    (@lero21)

    Bottom line, I don’t know which one caused the conflict, but it worked.
    That’s solved.
    Thanks.

    Thread Starter lero21

    (@lero21)

    Do you know what type of plugin I should be looking for ?

    Thread Starter lero21

    (@lero21)

    Hi 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

    Thread Starter lero21

    (@lero21)

    Hi 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

    Thread Starter lero21

    (@lero21)

    Backend trouble …. resolved.
    Still working on the theme …

    Thread Starter lero21

    (@lero21)

    Hi 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

    Thread Starter lero21

    (@lero21)

    Fixed !!
    Thanks Mark

    Thread Starter lero21

    (@lero21)

    Mark,
    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

Viewing 9 replies - 1 through 9 (of 9 total)