test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • vectorinformatics Friend
    #153635

    We are debugging issues with the mobile version of the site. One issue, we cannot change the header image of the template for the handheld version. When inspecting the image in Google Chrome, a link from JA Ores is displayed:

    http://headquarternissan.com/ja_ores/layouts/blocks/handheld/index.php

    Ores is not installed on the site. Is this the cause of the issue?

    See the mobile version of the site here:

    http://headquarternissan.com/cms/?ui=mobile

    vectorinformatics Friend
    #353095

    Look what I found in header.php in /layout/blocks/handheld

    <div id=”ja-header” class=”main clearfix”>
    <?php
    $siteName = $this->sitename();
    if ($this->getParam(‘logoType’)==’image’): ?>
    <h1 class=”logo”>
    <a href=”../../../../ja_ores/layouts/blocks/handheld/index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
    </h1>
    <?php else:
    $logoText = (trim($this->getParam(‘logoText’))==”) ? $config->sitename : $this->getParam(‘logoText’);
    $sloganText = (trim($this->getParam(‘sloganText’))==”) ? JText::_(‘SITE SLOGAN’) : $this->getParam(‘sloganText’); ?>
    <div class=”logo-text”>
    <h1><a href=”../../../../ja_ores/layouts/blocks/handheld/index.php” title=”<?php echo $siteName; ?>”><span><?php echo $logoText; ?></span></a></h1>
    <p class=”site-slogan”><?php echo $sloganText;?></p>
    </div>
    <?php endif; ?>
    </div>

    Why does it say ORES?

    Saguaros Moderator
    #353131

    I have reported the issue into the PM http://pm.joomlart.com/browse/JATCPYRO-66, it is to be fixed in the next version

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

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 14 years, 3 months ago.

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