LISE module and cmsms 2.1.6

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
User avatar
map_1961
Power Poster
Power Poster
Posts: 410
Joined: Fri Apr 20, 2007 7:26 pm

LISE module and cmsms 2.1.6

Post by map_1961 »

After updating cmsms 2.1.5 to 2.1.6 problems occure with LISE module 1.2.3.: this detail template of LISE module (bootstrap) does not work any more:

Code: Select all

<!--creative-bootstrap-carousel-->
<section class="no-padding" id="portfolio">
  <div class="container-fluid">
    <div class="row no-gutter">{foreach from=$items item=citem name=citem}
      <div class="col-lg-4 col-sm-6">
      <!--  <a class="portfolio-box" href="#portfolioModal{$smarty.foreach.citem.index}" data-toggle="modal" data-id="video-{$smarty.foreach.citem.index}"> -->
            <div class="portfolio-box-headline">
                  <div class="project-name"> {$citem->title}
                  </div>
            </div>
      
        <a class="portfolio-box" href="#portfolioModal{$smarty.foreach.citem.index}" data-toggle="modal" data-id="video-{$smarty.foreach.citem.index}">
          <img class="img-responsive" data-caption="{$citem->title}" src="{CGSmartImage src1="uploads/images/photogallery/" src2=$citem->fielddefs.photo.value|cms_escape alias1='medium' notag=1 filter_watermark=1}" alt="{$citem->alt|cms_escape}" />          <div class="portfolio-box-caption">
            <div class="portfolio-box-caption-content">
              <div class="project-category text-faded">{foreach from=$citem->fielddefs item=fielddef}
              {if $fielddef.type == 'Categories' && ($fielddef.value != '')}
              {LISELoader item='category' force_array=1 value=$fielddef.value assign='cats'}
              <!-- categories -->
                {$cats|implode:','}
              <!-- eof categories //-->{/if}
              {/foreach}
              </div><!-- eof project-category //-->

              <div class="project-name">
                {$citem->title}
              </div><!-- eof project-name //-->
            </div><!-- eof portfolio-box-caption-content //-->
          </div><!-- eof portfolio-box-caption //-->
        </a>
      </div><!-- eof col //-->

      <!-- Portfolio Modal {$smarty.foreach.citem.index} -->
      <div class="portfolio-modal modal fade" id="portfolioModal{$smarty.foreach.citem.index}" tabindex="-1" role="dialog" aria-hidden="true">
        <div class="modal-content">
          <div class="close-modal" data-dismiss="modal" data-id="video-{$smarty.foreach.citem.index}">
            <div class="lr">
              <div class="rl">
              </div><!-- eof rl //-->
            </div><!-- eof lr //-->
          </div><!-- eof close-modal //-->

          <div class="container">
            <div class="row">
              <div class="col-lg-8 col-lg-offset-2">
                <div class="modal-body">
                <!-- Project Details Go Here -->
                <h2>{$citem->title}</h2>{if $citem->video != ''}
                  <video id="video-{$smarty.foreach.citem.index}" class="videoPlayer" width="100%" controls>
                    <source src="{$citem->video}" type="video/mp4" controls="controls" preload="none">
                      <p>Your browser does not support the video tag.</p>
                  </video>{else}
                  <img class="img-responsive img-centered" src="{CGSmartImage src1="uploads/images/photogallery/" src2=$citem->fielddefs.photo.value|cms_escape alias1='medium' notag=1 filter_watermark=1}" alt="{$citem->alt|cms_escape}" />{/if}
                  <p>{$citem->description}</p>
                  <ul class="list-inline">
                  <!--  {if $citem->modified_time !=''}<li><i class="fa fa-calendar"></i> {$citem->modified_time}</li>{/if} -->
                    <li>
                      <i class="fa fa-1x fa-envelope-o"></i>
                      <a title=" Zum Kontaktformular" href="kontaktformular">Zum Kontaktformular &raquo;</a>
                      </a>
                    </li>
                    <li>
                      <i class="fa fa-tag"></i>{strip}
                        {foreach from=$citem->fielddefs item=fielddef}
                          {if $fielddef.type == 'Categories' && ($fielddef.value != '')}
                            {LISELoader item='category' force_array=1 value=$fielddef.value assign='cats'}
                            {$cats|implode:','}
                          {/if}
                        {/foreach} {/strip}
                    </li>{if $citem->fielddefs.url.value !=''}
                    <li>
                      <i class="fa fa-link"></i>
                      <a href="{$citem->fielddefs.url.value}" target="_blank">
                        MEHR DAZU....
                      </a>
                    </li>{/if}
                  </ul><!-- eof list-inline //-->
                  <button type="button" class="btn btn-primary close-modal-video" data-dismiss="modal">
                    <i class="fa fa-times"></i>
                    Zur&uuml;ck
                  </button>
                </div><!-- eof modal-body //-->
              </div><!-- eof col //-->
            </div><!-- eof row //-->
          </div><!-- eof container //-->
        </div><!-- eof modal-content //-->
      </div><!-- eof #portfolio-modal //-->  {/foreach}
    </div>
  </div><!-- eof no-gutter //-->
</section>
More problems with LISE module occure.

Thy 4 help. Woill downgrade the site now to 2.1.5.

MAP
User avatar
map_1961
Power Poster
Power Poster
Posts: 410
Joined: Fri Apr 20, 2007 7:26 pm

Re: LISE module and cmsms 2.1.6

Post by map_1961 »

I was able to restore the cmsms 2.1.5 install and the LISE problem does not appear in this installation (http://www.fabbrica-schloss-horst.de.

Somehow the 2.1.6 site is missing a stylesheet. A development environment with the cms 2.1.6 install was just set up at:
http://dev2017.fabbrica-schloss-horst.de

Thx

MAP
User avatar
map_1961
Power Poster
Power Poster
Posts: 410
Joined: Fri Apr 20, 2007 7:26 pm

[solved] LISE module and cmsms 2.1.6

Post by map_1961 »

It was a home made stylesheet problem we already solved.

Cheers

MAP
Locked

Return to “Modules/Add-Ons”