Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • meguiars Friend
    #198190

    After update framework 2.2 icon-cog does not show in edit – email – print menu

    Pankaj Sharma Moderator
    #536809

    @meguiars
    can you add a screenshot where you facing the problem .
    if possible share your site url with us

    meguiars Friend
    #536813

    on my test server everything is fine because test server load both css files: <link rel=”stylesheet” href=”/joomla5/plugins/system/t3/base-bs3/fonts/font-awesome/css/font-awesome.min.css” type=”text/css” />
    <link rel=”stylesheet” href=”/joomla5/templates/purity_iii/fonts/font-awesome/css/font-awesome.min.css” type=”text/css” />

    but my live server only load this css: <link rel=”stylesheet” href=”/joomla5/templates/purity_iii/fonts/font-awesome/css/font-awesome.min.css” type=”text/css” />


    1. icon-cog
    Pankaj Sharma Moderator
    #536814

    Did you changed anything in php/css files ? for icons
    let me know about the change also PM me the admin credentials of your site . i will have a closer look

    meguiars Friend
    #536833

    Found it. Legacy Compatible was off.

    BTW If Purity 3 support font Awesome 4 this icon should work with Legacy Compatible off.

    icon.php

    [PHP]<?php
    /**
    * @package Joomla.Site
    * @subpackage Layout
    *
    * @copyright Copyright (C) 2005 – 2014 Open Source Matters, Inc. All rights reserved.
    * @license GNU General Public License version 2 or later; see LICENSE.txt
    */

    defined(‘JPATH_BASE’) or die;

    $canEdit = $displayData[‘params’]->get(‘access-edit’);

    ?>

    <?php if (empty($displayData[‘print’])) : ?>

    <?php if ($canEdit || $displayData[‘params’]->get(‘show_print_icon’) || $displayData[‘params’]->get(‘show_email_icon’)) : ?>
    <div class=”btn-group pull-right”>
    <a class=”btn dropdown-toggle” data-toggle=”dropdown” href=”#”> <span class=”icon-cog”></span> <span class=”caret”></span> </a>
    <?php // Note the actions class is deprecated. Use dropdown-menu instead. ?>
    <ul class=”dropdown-menu”>
    <?php if ($displayData[‘params’]->get(‘show_print_icon’)) : ?>
    <li class=”print-icon”> <?php echo JHtml::_(‘icon.print_popup’, $displayData[‘item’], $displayData[‘params’]); ?> </li>
    <?php endif; ?>
    <?php if ($displayData[‘params’]->get(‘show_email_icon’)) : ?>
    <li class=”email-icon”> <?php echo JHtml::_(‘icon.email’, $displayData[‘item’], $displayData[‘params’]); ?> </li>
    <?php endif; ?>
    <?php if ($canEdit) : ?>
    <li class=”edit-icon”> <?php echo JHtml::_(‘icon.edit’, $displayData[‘item’], $displayData[‘params’]); ?> </li>
    <?php endif; ?>
    </ul>
    </div>
    <?php endif; ?>

    <?php else : ?>

    <div class=”pull-right”>
    <?php echo JHtml::_(‘icon.print_screen’, $displayData[‘item’], $displayData[‘params’]); ?>
    </div>

    <?php endif; ?>
    [/PHP]

    this span should be change to <span class=”icon-cog”></span> –> <span class=”fa-cog”></span>

    Pankaj Sharma Moderator
    #536906

    @meguiars
    This problem has been fixed in T3 framework version v2.2.0.
    Please upgrade to the latest T3 framework version
    Compile Less to Css

    let me know how it working

    patricktanky Friend
    #560436

    hi… I have the same problem too my cog icon isn’t showing.. where is this icon.php file located..

    Pankaj Sharma Moderator
    #560455

    Hi @patricktanky Please update your template and T3 framework to latest version .
    Then compile Less to Css from template options .

    Make sure Less to Css compilation with override your custom css changes .
    Take a backup of your site before applying changes

    meguiars Friend
    #560524

    Thx. Works for me.

    patricktanky Friend
    #561289

    <em>@pankajsharma 460032 wrote:</em><blockquote>Hi @patricktanky Please update your template and T3 framework to latest version .
    Then compile Less to Css from template options .

    Make sure Less to Css compilation with override your custom css changes .
    Take a backup of your site before applying changes</blockquote>

    nope.. still does’t work!

    Pankaj Sharma Moderator
    #561293

    Hi
    Patric
    Please share your Template Version
    Joomla Version
    And T3 version that you are using .

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

This topic contains 11 replies, has 3 voices, and was last updated by  Pankaj Sharma 9 years, 7 months ago.

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