Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • webstudio7 Friend
    #146701

    #MOBILE_DEVICES# = iphone || handheld

    ../ja_kyanite/layouts/blocks/#MOBILE_DEVICES#/footer.php

    <?php if ($this->countModules ('breadcrumb')): ?>
    | <strong><?php echo JText::_('You are here')?></strong>
    <jdoc:include type="module" name="breadcrumbs" />

    different POSITIONS in IF-condition and in OUTPUT: breadcrumb or breadcrumbs?

    in ja_kyanitelibsja.template.helper.php is missing

    defined( '_JEXEC' ) or die( 'Restricted access' );

    Saguaros Moderator
    #326158

    Hello webstudio7!

    That’s a mistake with joomla tag.

    Wrong: <jdoc:include type=”module” name=”breadcrumbs” />
    Right: <jdoc:include type=”module” name=”breadcrumb” />

    The problem is fixed on the kyanite template

    Thanks.

    webstudio7 Friend
    #326208

    I think you changed XML file of template too:
    <position>breadcrumbs</position>
    ?

    Saguaros Moderator
    #326245

    oh yes, but it’s the solution to resolve the problem, the template has a mistake in php codes as you said
    [PHP]<?php if ($this->countModules (‘breadcrumb’)): ?>
    | <strong><?php echo JText::_(‘You are here’)?></strong>
    <jdoc:include type=”module” name=”breadcrumbs” />
    [/PHP]
    (with those codes, check the “breadcrumb” position has any modules installed, but load modules on the “breadcrumbs” position)
    and the “breadcrumb” postion used in the data sample of the quicktart, so that i did not add “<position>breadcrumbs</position>” into the xml file.

    Thanks

    webstudio7 Friend
    #326346

    modulesmod_jaslideshow2tmpldefault.php
    &
    templatesja_kyanitehtmlmod_jaslideshow2default.php

    <?php if ($control): ?>
    <div class="ja-slide-buttons clearfix">
    <span class="ja-slide-prev">« Previous</span>
    <span class="ja-slide-playback">‹Playback</span>
    <span class="ja-slide-stop">Stop</span>
    <span class="ja-slide-play">Play ›</span>
    <span class="ja-slide-next">Next »</span>
    </div>
    <?php endif; ?>
    </div>

    USE ALWAYS JText::_(‘YOUR TEXT’);

    I wrote a lot of times to support, please tell that to ALL developers who write code! make it to MUST BE!

    Anonymous Moderator
    #326639

    Hi webstudio7

    I have reported this issue to our team for solving. I will inform you when this issue is solved.

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

This topic contains 6 replies, has 3 voices, and was last updated by Anonymous 14 years, 4 months ago.

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