-
AuthorPosts
-
May 27, 2014 at 8:32 am #198190
After update framework 2.2 icon-cog does not show in edit – email – print menu
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 27, 2014 at 10:37 am #536813on 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” />
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 27, 2014 at 10:43 am #536814Did 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 lookMay 27, 2014 at 1:40 pm #536833Found 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 24, 2015 at 2:11 am #560436hi… I have the same problem too my cog icon isn’t showing.. where is this icon.php file located..
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 24, 2015 at 5:14 am #560455Hi @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 changesFebruary 24, 2015 at 12:57 pm #560524Thx. Works for me.
March 2, 2015 at 10:31 pm #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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 3, 2015 at 12:55 am #561293Hi
Patric
Please share your Template Version
Joomla Version
And T3 version that you are using .AuthorPostsViewing 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, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
After update framework 2.2 icon-cog does not show in edit – email – print menu
Viewing 11 posts - 1 through 11 (of 11 total)