Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • brenwa Friend
    #206730

    Hi

    Please see:

    Our Managment Team
    http://www.camoduck.us/ae/index.php/const-aboutus

    we are trying to use this module without photos….
    it looks ok on chrome… it doesnt on firefox
    and on safari
    it shows the broken image….

    I tried a work around by putting a 100×100 transparent png image in there
    but… fail…lol… it caused massive spacing issues

    can this module be used without images ?

    brenwa Friend
    #572565

    Hello???? Anyone????
    tap…tap…tap….”is this thing on?????”

    TomC Moderator
    #572574

    Actually, when I look at it on Firefox, I don’t see any broken image … image.

    All I see is the highlighted name of the individuals – with the rollover effect.

    brenwa Friend
    #573159

    thanks for the attempt, but that does not answer my question nor solve the problem

    not the story when you use safari on a mac…
    as I mentioned in my post
    and on firefox the positioning is off (frankly I can live with that)

    however Im no further along

    please refer to actual question asked

    Saguaros Moderator
    #573241

    Hi @brenwa,

    You can try with my tweak as below:

    – Go to the PHP file of associated style you’re using ACM Teams – style 3: root/templates/uber/acm/teams/tmpl/style-3.php
    – Look for this snippet of code:


    <div class="item-inner">
    <div class="member-image">
    <img src="<?php echo $helper->get('member-image', $i); ?>" alt="<?php echo $helper->get('member-name', $i); ?>" />
    </div>

    <div class="member-info">
    <h4><?php echo $helper->get('member-name', $i); ?></h4>
    <p class="member-title"><?php echo $helper->get('member-position', $i); ?></p>
    </div>
    </div>

    replace it with:


    <div class="item-inner">
    <?php if($helper->get('member-image')):?>
    <div class="member-image">
    <img src="<?php echo $helper->get('member-image', $i); ?>" alt="<?php echo $helper->get('member-name', $i); ?>" />
    </div>
    <?php endif; ?>

    <?php if($helper->get(member-info)):?>
    <div class="member-info">
    <h4><?php echo $helper->get('member-name', $i); ?></h4>
    <p class="member-title"><?php echo $helper->get('member-position', $i); ?></p>
    </div>
    <?php endif; ?>
    </div>

    and make sure that in back-end settings of this acm-teams module, you remove the image foreach member.

    Hope this helps.

    Saguaros Moderator
    #738269

    Hi @brenwa,

    You can try with my tweak as below:

    – Go to the PHP file of associated style you’re using ACM Teams – style 3: root/templates/uber/acm/teams/tmpl/style-3.php
    – Look for this snippet of code:


    <div class="item-inner">
    <div class="member-image">
    <img src="<?php echo $helper->get('member-image', $i); ?>" alt="<?php echo $helper->get('member-name', $i); ?>" />
    </div>

    <div class="member-info">
    <h4><?php echo $helper->get('member-name', $i); ?></h4>
    <p class="member-title"><?php echo $helper->get('member-position', $i); ?></p>
    </div>
    </div>

    replace it with:


    <div class="item-inner">
    <?php if($helper->get('member-image')):?>
    <div class="member-image">
    <img src="<?php echo $helper->get('member-image', $i); ?>" alt="<?php echo $helper->get('member-name', $i); ?>" />
    </div>
    <?php endif; ?>

    <?php if($helper->get(member-info)):?>
    <div class="member-info">
    <h4><?php echo $helper->get('member-name', $i); ?></h4>
    <p class="member-title"><?php echo $helper->get('member-position', $i); ?></p>
    </div>
    <?php endif; ?>
    </div>

    and make sure that in back-end settings of this acm-teams module, you remove the image foreach member.

    Hope this helps.

    brenwa Friend
    #573501

    Hi

    thank you, but that did not work, it removed the entire block/section
    we are behind on this project frankly because of slow support

    at this point we give up and are just going to add photos and call it a day… so we can get it finished
    but thank you for the attempt

    please make this closed.. however not solved

    brenwa Friend
    #738528

    Hi

    thank you, but that did not work, it removed the entire block/section
    we are behind on this project frankly because of slow support

    at this point we give up and are just going to add photos and call it a day… so we can get it finished
    but thank you for the attempt

    please make this closed.. however not solved

    Saguaros Moderator
    #573512

    If you still need help on this case, you can PM me the URL, admin and ftp account. I will check it directly on your site for you. (I tried with above solution and it worked)

    Saguaros Moderator
    #738539

    If you still need help on this case, you can PM me the URL, admin and ftp account. I will check it directly on your site for you. (I tried with above solution and it worked)

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 3 voices, and was last updated by  Saguaros 9 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum