-
AuthorPosts
-
Mohamed H. Jurriah Friend
Mohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 17, 2015 at 2:07 am #204738Hey
as the title says: how can I make this module in the frontpage to link the intro image to the full article site?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 17, 2015 at 3:04 am #563333you have to make the link to appear in this file. templatesja_fubixhtmlmod_articles_categoryfeatures.php
can you please send me this File, I will make the change for you.
1 user says Thank You to chavan for this useful post
Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 17, 2015 at 10:50 am #563409<?php
/**
* @package Joomla.Site
* @subpackage mod_articles_category
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/// no direct access
defined('_JEXEC') or die;
if(!$item_heading){
$item_heading = 5;
}
//categories
$categories = JCategories::getInstance('Content', array('countItems' => 0 ));
?>
<!-- script change button -->
<script type="text/javascript">
jQuery(document).ready(function($){
$('.btn-horizontal').on('click', function(){$('#ja-ul-lastnews').removeClass('vertical-layout').addClass('horizontal-layout');
$('.btn-vertical').removeClass('active');
$(this).addClass('active');$('#t3-content, .t3-sidebar').equalHeight();
});
$('.btn-vertical').on('click', function(){
$('#ja-ul-lastnews').removeClass('horizontal-layout').addClass('vertical-layout');
$('.btn-horizontal').removeClass('active');
$(this).addClass('active');$('#t3-content, .t3-sidebar').equalHeight();
});
});
</script>
<!-- Button -->
<div id="button">
<span class="btn-vertical active">vertical</span>
<span class="btn-horizontal">horizontal</span>
</div>
<!-- end button-->
<ul id="ja-ul-lastnews" class="category-module<?php echo $moduleclass_sfx; ?> vertical-layout clearfix">
<!-- Group -->
<?php
if ($grouped) :
?>
<?php
$i=0;
foreach ($list as $group_name => $group) :
$jaliclass = '';
if($i==0){
$jaliclass=' li-first';
}
if($i == (count($list)-1)){
$jaliclass=' li-last';
}
if(!(isset($images->image_intro) and !empty($images->image_intro))){
$jaliclass .= ' no-images';
}
?><li class="clearfix<?php echo $jaliclass;?>">
<h<?php echo $item_heading; ?>><?php echo $group_name; ?></h><?php echo $item_heading; ?>>
<ul>
<?php foreach ($group as $item) : ?>
<!-- Overridde add images of content -->
<?php
//Get images
$images = "";
if (isset($item->images)) {
$images = json_decode($item->images);
}
//Check images empty
$cimgsempty = ' class="clearfix"';
if(!(isset($images->image_intro) and !empty($images->image_intro))){
$cimgsempty = ' class="no-images clearfix"';
}
?>
<li<?php echo $cimgsempty;?>><!-- Intro images -->
<?php if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
<div class="img-intro">
<img
<?php if ($images->image_intro_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"';
endif; ?>
src="<?php echo htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>
</div>
<?php endif; ?><!-- Full images-->
<?php if (isset($images->image_fulltext) and !empty($images->image_fulltext)) : ?>
<div class="img-details">
<img
<?php if ($images->image_fulltext_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_fulltext_caption) .'"';
endif; ?>
src="<?php echo htmlspecialchars($images->image_fulltext); ?>" alt="<?php echo htmlspecialchars($images->image_fulltext_alt); ?>"/>
</div>
<?php endif; ?><?php if ($item->displayCategoryTitle) :?>
<span class="mod-articles-category-category category-name <?php echo JApplication::stringURLSafe($item->category_title), ' ', JApplication::stringURLSafe($categories->get($item->catid)->note) ?>">
<strong><?php echo JText::_('FUBIX_ARTICLE_CATEGORY_PUBLISH_IN') ?></strong>
<?php echo $item->displayCategoryTitle; ?>
</span>
<?php endif; ?>
<!-- End add --><?php if ($item->displayDate) : ?>
<span class="mod-articles-category-date">
<span><?php echo JText::_('FUBIX_ARTICLE_CATEGORY_ON') ?>: </span>
<?php echo $item->displayDate; ?>
</span>
<?php endif; ?><div class="jacontent clearfix">
<h<?php echo $item_heading + 1; ?>>
<?php if ($params->get('link_titles') == 1) : ?>
<a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
<?php echo $item->title; ?>
</a>
<?php else :?>
<?php echo $item->title; ?>
<?php endif; ?>
</h><?php echo $item_heading + 1; ?>><div class="article-aside clearfix">
<?php if ($params->get('show_author')) :?>
<span class="mod-articles-category-writtenby">
<strong><?php echo JText::_('FUBIX_ARTICLE_CATEGORY_WRITTEN_BY') ?></strong>
<?php echo $item->displayAuthorName; ?>
</span>
<?php endif;?>
</div><?php if ($params->get('show_introtext')) :?>
<p class="mod-articles-category-introtext">
<?php echo $item->displayIntrotext; ?>
</p>
<?php endif; ?><div class="footer-feature clearfix">
<?php if ($item->displayHits) :?>
<span class="mod-articles-category-hits">
<span><?php echo JText::_('COM_CONTENT_ARTICLE_HITS'); ?>: </span>
<?php echo $item->displayHits; ?>
</span>
<?php endif; ?><?php if ($params->get('show_readmore')) :?>
<p class="mod-articles-category-readmore">
<a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
<?php if ($item->params->get('access-view')== FALSE) :
echo JText::_('MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE');
elseif ($readmore = $item->alternative_readmore) :
echo $readmore;
echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit'));
if ($params->get('show_readmore_title', 0) != 0) :
echo JHtml::_('string.truncate', ($this->item->title), $params->get('readmore_limit'));
endif;
elseif ($params->get('show_readmore_title', 0) == 0) :
echo JText::sprintf('MOD_ARTICLES_CATEGORY_READ_MORE_TITLE');
else :echo JText::_('MOD_ARTICLES_CATEGORY_READ_MORE');
echo JHtml::_('string.truncate', ($item->title), $params->get('readmore_limit'));
endif; ?>
</a>
</p>
<?php endif; ?></div>
</div>
</li>
<?php endforeach; ?>
</ul>
</li>
<?php
$i++;
endforeach; ?>
<!-- End group -->
<?php else : ?>
<?php
$i=0;
foreach ($list as $item) :
// Overridde add images of content//Get images
$images = "";
if (isset($item->images)) {
$images = json_decode($item->images);
}
//Check images empty
$cimgsempty = '';
if($i==0){
$cimgsempty =' li-first';
}
if($i == (count($list)-1)){
$cimgsempty =' li-last';
}
if(!(isset($images->image_intro) and !empty($images->image_intro))){
$cimgsempty .= ' no-images';
}?>
<li class="clearfix<?php echo $cimgsempty;?>">
<div class="showcategory">
<div class="view-image"><!-- Intro images -->
<?php if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
<div class="img-intro">
<img
<?php if ($images->image_intro_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"';
endif; ?>
src="<?php echo htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>
</div>
<?php endif; ?><!-- Full images-->
<?php if (isset($images->image_fulltext) and !empty($images->image_fulltext)) : ?>
<div class="img-details">
<img
<?php if ($images->image_fulltext_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_fulltext_caption) .'"';
endif; ?>
src="<?php echo htmlspecialchars($images->image_fulltext); ?>" alt="<?php echo htmlspecialchars($images->image_fulltext_alt); ?>"/>
</div>
<?php endif; ?><!-- End add -->
<?php if ($item->displayCategoryTitle) :?>
<span class="mod-articles-category-category category-name <?php echo JApplication::stringURLSafe($item->category_title), ' ', JApplication::stringURLSafe($categories->get($item->catid)->note) ?>">
<?php echo $item->displayCategoryTitle; ?>
</span>
<?php endif; ?>
</div><?php if ($item->displayDate) : ?>
<span class="mod-articles-category-date">
<span><?php echo JText::_('FUBIX_ARTICLE_CATEGORY_ON') ?>: </span><?php echo $item->displayDate; ?>
</span>
<?php endif; ?><div class="jacontent clearfix">
<h<?php echo $item_heading + 1; ?>>
<?php if ($params->get('link_titles') == 1) : ?>
<a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
<?php echo $item->title; ?>
</a>
<?php else :?>
<?php echo $item->title; ?>
<?php endif; ?>
</h><?php echo $item_heading + 1; ?>><div class="article-aside clearfix">
<?php if ($params->get('show_author')) :?>
<span class="mod-articles-category-writtenby">
<span><?php echo JText::_('FUBIX_ARTICLE_CATEGORY_BY') ?>: </span>
<?php echo $item->displayAuthorName; ?>
</span>
<?php endif;?>
</div><?php if ($params->get('show_introtext')) :?>
<p class="mod-articles-category-introtext">
<?php echo $item->displayIntrotext; ?>
</p>
<?php endif; ?><div class="footer-feature clearfix">
<?php if ($item->displayHits) :?>
<span class="mod-articles-category-hits">
<span><?php echo JText::_('FUBIX_ARTICLE_CATEGORY_HITS') ?>: </span>
<?php echo $item->displayHits; ?>
</span>
<?php endif; ?><?php if ($params->get('show_readmore')) :?>
<p class="mod-articles-category-readmore">
<a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
<?php if ($item->params->get('access-view')== FALSE) :
echo JText::_('MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE');
elseif ($readmore = $item->alternative_readmore) :
echo $readmore;
echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit'));
elseif ($params->get('show_readmore_title', 0) == 0) :
echo JText::sprintf('MOD_ARTICLES_CATEGORY_READ_MORE_TITLE');
else :
echo JText::_('MOD_ARTICLES_CATEGORY_READ_MORE');
echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit'));
endif; ?>
</a>
</p>
<?php endif; ?></div>
</div>
</div>
</li>
<?php
$i++;
endforeach; ?><?php endif; ?>
</ul>
<script type="text/javascript">
jQuery(document).ready(function($){
$('#ja-ul-lastnews > li').liveeqboxs();
});
</script>chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 18, 2015 at 2:11 am #563486Herewith attached the modified code
[PHP] <?php
/**
* @package Joomla.Site
* @sub package mod_articles_category
* @copyright Copyright (C) 2005 – 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/// no direct access
defined(‘_JEXEC’) or die;
if(!$item_heading){
$item_heading = 5;
}
//categories
$categories = JCategories::getInstance(‘Content’, array(‘countItems’ => 0 ));
?>
<!– script change button –>
<script type=”text/javascript”>
jQuery(document).ready(function($){
$(‘.btn-horizontal’).on(‘click’, function(){$(‘#ja-ul-lastnews’).removeClass(‘vertical-layout’).addClass(‘horizontal-layout’);
$(‘.btn-vertical’).removeClass(‘active’);
$(this).addClass(‘active’);$(‘#t3-content, .t3-sidebar’).equalHeight();
});
$(‘.btn-vertical’).on(‘click’, function(){
$(‘#ja-ul-lastnews’).removeClass(‘horizontal-layout’).addClass(‘vertical-layout’);
$(‘.btn-horizontal’).removeClass(‘active’);
$(this).addClass(‘active’);$(‘#t3-content, .t3-sidebar’).equalHeight();
});
});
</script>
<!– Button –>
<div id=”button”>
<span class=”btn-vertical active”>vertical</span>
<span class=”btn-horizontal”>horizontal</span>
</div>
<!– end button–>
<ul id=”ja-ul-lastnews” class=”category-module<?php echo $moduleclass_sfx; ?> vertical-layout clearfix”>
<!– Group –>
<?php
if ($grouped) :
?>
<?php
$i=0;
foreach ($list as $group_name => $group) :
$jaliclass = ”;
if($i==0){
$jaliclass=’ li-first’;
}
if($i == (count($list)-1)){
$jaliclass=’ li-last’;
}
if(!(isset($images->image_intro) and !empty($images->image_intro))){
$jaliclass .= ‘ no-images’;
}
?><li class=”clearfix<?php echo $jaliclass;?>”>
<h<?php echo $item_heading; ?>><?php echo $group_name; ?></h><?php echo $item_heading; ?>>
<ul>
<?php foreach ($group as $item) : ?>
<!– Overridde add images of content –>
<?php
//Get images
$images = “”;
if (isset($item->images)) {
$images = json_decode($item->images);
}
//Check images empty
$cimgsempty = ‘ class=”clearfix”‘;
if(!(isset($images->image_intro) and !empty($images->image_intro))){
$cimgsempty = ‘ class=”no-images clearfix”‘;
}
?>
<li<?php echo $cimgsempty;?>><!– Intro images –>
<?php if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
<div class=”img-intro”>
<img
<?php if ($images->image_intro_caption):
echo ‘class=”caption”‘.’ title=”‘ .htmlspecialchars($images->image_intro_caption) .'”‘;
endif; ?>
src=”<?php echo htmlspecialchars($images->image_intro); ?>” alt=”<?php echo htmlspecialchars($images->image_intro_alt); ?>”/>
</div>
<?php endif; ?><!– Full images–>
<?php if (isset($images->image_fulltext) and !empty($images->image_fulltext)) : ?>
<div class=”img-details”>
<img
<?php if ($images->image_fulltext_caption):
echo ‘class=”caption”‘.’ title=”‘ .htmlspecialchars($images->image_fulltext_caption) .'”‘;
endif; ?>
src=”<?php echo htmlspecialchars($images->image_fulltext); ?>” alt=”<?php echo htmlspecialchars($images->image_fulltext_alt); ?>”/>
</div>
<?php endif; ?><?php if ($item->displayCategoryTitle) :?>
<span class=”mod-articles-category-category category-name <?php echo JApplication::stringURLSafe($item->category_title), ‘ ‘, JApplication::stringURLSafe($categories->get($item->catid)->note) ?>”>
<strong><?php echo JText::_(‘FUBIX_ARTICLE_CATEGORY_PUBLISH_IN’) ?></strong>
<?php echo $item->displayCategoryTitle; ?>
</span>
<?php endif; ?>
<!– End add –><?php if ($item->displayDate) : ?>
<span class=”mod-articles-category-date”>
<span><?php echo JText::_(‘FUBIX_ARTICLE_CATEGORY_ON’) ?>: </span>
<?php echo $item->displayDate; ?>
</span>
<?php endif; ?><div class=”jacontent clearfix”>
<h<?php echo $item_heading + 1; ?>>
<?php if ($params->get(‘link_titles’) == 1) : ?>
<a class=”mod-articles-category-title <?php echo $item->active; ?>” href=”<?php echo $item->link; ?>”>
<?php echo $item->title; ?>
</a>
<?php else :?>
<?php echo $item->title; ?>
<?php endif; ?>
</h><?php echo $item_heading + 1; ?>><div class=”article-aside clearfix”>
<?php if ($params->get(‘show_author’)) :?>
<span class=”mod-articles-category-writtenby”>
<strong><?php echo JText::_(‘FUBIX_ARTICLE_CATEGORY_WRITTEN_BY’) ?></strong>
<?php echo $item->displayAuthorName; ?>
</span>
<?php endif;?>
</div><?php if ($params->get(‘show_introtext’)) :?>
<p class=”mod-articles-category-introtext”>
<?php echo $item->displayIntrotext; ?>
</p>
<?php endif; ?><div class=”footer-feature clearfix”>
<?php if ($item->displayHits) :?>
<span class=”mod-articles-category-hits”>
<span><?php echo JText::_(‘COM_CONTENT_ARTICLE_HITS’); ?>: </span>
<?php echo $item->displayHits; ?>
</span>
<?php endif; ?><?php if ($params->get(‘show_readmore’)) :?>
<p class=”mod-articles-category-readmore”>
<a class=”mod-articles-category-title <?php echo $item->active; ?>” href=”<?php echo $item->link; ?>”>
<?php if ($item->params->get(‘access-view’)== FALSE) :
echo JText::_(‘MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE’);
elseif ($readmore = $item->alternative_readmore) :
echo $readmore;
echo JHtml::_(‘string.truncate’, $item->title, $params->get(‘readmore_limit’));
if ($params->get(‘show_readmore_title’, 0) != 0) :
echo JHtml::_(‘string.truncate’, ($this->item->title), $params->get(‘readmore_limit’));
endif;
elseif ($params->get(‘show_readmore_title’, 0) == 0) :
echo JText::sprintf(‘MOD_ARTICLES_CATEGORY_READ_MORE_TITLE’);
else :echo JText::_(‘MOD_ARTICLES_CATEGORY_READ_MORE’);
echo JHtml::_(‘string.truncate’, ($item->title), $params->get(‘readmore_limit’));
endif; ?>
</a>
</p>
<?php endif; ?></div>
</div>
</li>
<?php endforeach; ?>
</ul>
</li>
<?php
$i++;
endforeach; ?>
<!– End group –>
<?php else : ?>
<?php
$i=0;
foreach ($list as $item) :
// Overridde add images of content//Get images
$images = “”;
if (isset($item->images)) {
$images = json_decode($item->images);
}
//Check images empty
$cimgsempty = ”;
if($i==0){
$cimgsempty =’ li-first’;
}
if($i == (count($list)-1)){
$cimgsempty =’ li-last’;
}
if(!(isset($images->image_intro) and !empty($images->image_intro))){
$cimgsempty .= ‘ no-images’;
}?>
<li class=”clearfix<?php echo $cimgsempty;?>”>
<div class=”showcategory”>
<div class=”view-image”><!– Intro images –>
<?php if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
<div class=”img-intro”>
<a href=”<?php echo $item->link; ?>”><img
<?php if ($images->image_intro_caption):
echo ‘class=”caption”‘.’ title=”‘ .htmlspecialchars($images->image_intro_caption) .'”‘;
endif; ?>
src=”<?php echo htmlspecialchars($images->image_intro); ?>” alt=”<?php echo htmlspecialchars($images->image_intro_alt); ?>”/></a>
</div>
<?php endif; ?><!– Full images–>
<?php if (isset($images->image_fulltext) and !empty($images->image_fulltext)) : ?>
<div class=”img-details”>
<a href=”<?php echo $item->link; ?>”><img
<?php if ($images->image_fulltext_caption):
echo ‘class=”caption”‘.’ title=”‘ .htmlspecialchars($images->image_fulltext_caption) .'”‘;
endif; ?>
src=”<?php echo htmlspecialchars($images->image_fulltext); ?>” alt=”<?php echo htmlspecialchars($images->image_fulltext_alt); ?>”/></a>
</div>
<?php endif; ?><!– End add –>
<?php if ($item->displayCategoryTitle) :?>
<span class=”mod-articles-category-category category-name <?php echo JApplication::stringURLSafe($item->category_title), ‘ ‘, JApplication::stringURLSafe($categories->get($item->catid)->note) ?>”>
<?php echo $item->displayCategoryTitle; ?>
</span>
<?php endif; ?>
</div><?php if ($item->displayDate) : ?>
<span class=”mod-articles-category-date”>
<span><?php echo JText::_(‘FUBIX_ARTICLE_CATEGORY_ON’) ?>: </span><?php echo $item->displayDate; ?>
</span>
<?php endif; ?><div class=”jacontent clearfix”>
<h<?php echo $item_heading + 1; ?>>
<?php if ($params->get(‘link_titles’) == 1) : ?>
<a class=”mod-articles-category-title <?php echo $item->active; ?>” href=”<?php echo $item->link; ?>”>
<?php echo $item->title; ?>
</a>
<?php else :?>
<?php echo $item->title; ?>
<?php endif; ?>
</h><?php echo $item_heading + 1; ?>><div class=”article-aside clearfix”>
<?php if ($params->get(‘show_author’)) :?>
<span class=”mod-articles-category-writtenby”>
<span><?php echo JText::_(‘FUBIX_ARTICLE_CATEGORY_BY’) ?>: </span>
<?php echo $item->displayAuthorName; ?>
</span>
<?php endif;?>
</div><?php if ($params->get(‘show_introtext’)) :?>
<p class=”mod-articles-category-introtext”>
<?php echo $item->displayIntrotext; ?>
</p>
<?php endif; ?><div class=”footer-feature clearfix”>
<?php if ($item->displayHits) :?>
<span class=”mod-articles-category-hits”>
<span><?php echo JText::_(‘FUBIX_ARTICLE_CATEGORY_HITS’) ?>: </span>
<?php echo $item->displayHits; ?>
</span>
<?php endif; ?><?php if ($params->get(‘show_readmore’)) :?>
<p class=”mod-articles-category-readmore”>
<a class=”mod-articles-category-title <?php echo $item->active; ?>” href=”<?php echo $item->link; ?>”>
<?php if ($item->params->get(‘access-view’)== FALSE) :
echo JText::_(‘MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE’);
elseif ($readmore = $item->alternative_readmore) :
echo $readmore;
echo JHtml::_(‘string.truncate’, $item->title, $params->get(‘readmore_limit’));
elseif ($params->get(‘show_readmore_title’, 0) == 0) :
echo JText::sprintf(‘MOD_ARTICLES_CATEGORY_READ_MORE_TITLE’);
else :
echo JText::_(‘MOD_ARTICLES_CATEGORY_READ_MORE’);
echo JHtml::_(‘string.truncate’, $item->title, $params->get(‘readmore_limit’));
endif; ?>
</a>
</p>
<?php endif; ?></div>
</div>
</div>
</li>
<?php
$i++;
endforeach; ?><?php endif; ?>
</ul>
<script type=”text/javascript”>
jQuery(document).ready(function($){
$(‘#ja-ul-lastnews > li’).liveeqboxs();
});
</script>[/PHP]
1 user says Thank You to chavan for this useful post
Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 18, 2015 at 9:28 am #563545Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 18, 2015 at 9:33 am #563546and I tecked from the origininal folder if I posted the right code. This is directly copied from the template zip folder:
<?php
/**
* @package Joomla.Site
* @subpackage mod_articles_category
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/// no direct access
defined('_JEXEC') or die;
if(!$item_heading){
$item_heading = 5;
}
//categories
$categories = JCategories::getInstance('Content', array('countItems' => 0 ));
?>
<!-- script change button -->
<script type="text/javascript">
jQuery(document).ready(function($){
$('.btn-horizontal').on('click', function(){$('#ja-ul-lastnews').removeClass('vertical-layout').addClass('horizontal-layout');
$('.btn-vertical').removeClass('active');
$(this).addClass('active');$('#t3-content, .t3-sidebar').equalHeight();
});
$('.btn-vertical').on('click', function(){
$('#ja-ul-lastnews').removeClass('horizontal-layout').addClass('vertical-layout');
$('.btn-horizontal').removeClass('active');
$(this).addClass('active');$('#t3-content, .t3-sidebar').equalHeight();
});
});
</script>
<!-- Button -->
<div id="button">
<span class="btn-vertical active">vertical</span>
<span class="btn-horizontal">horizontal</span>
</div>
<!-- end button-->
<ul id="ja-ul-lastnews" class="category-module<?php echo $moduleclass_sfx; ?> vertical-layout clearfix">
<!-- Group -->
<?php
if ($grouped) :
?>
<?php
$i=0;
foreach ($list as $group_name => $group) :
$jaliclass = '';
if($i==0){
$jaliclass=' li-first';
}
if($i == (count($list)-1)){
$jaliclass=' li-last';
}
if(!(isset($images->image_intro) and !empty($images->image_intro))){
$jaliclass .= ' no-images';
}
?><li class="clearfix<?php echo $jaliclass;?>">
<h<?php echo $item_heading; ?>><?php echo $group_name; ?></h><?php echo $item_heading; ?>>
<ul>
<?php foreach ($group as $item) : ?>
<!-- Overridde add images of content -->
<?php
//Get images
$images = "";
if (isset($item->images)) {
$images = json_decode($item->images);
}
//Check images empty
$cimgsempty = ' class="clearfix"';
if(!(isset($images->image_intro) and !empty($images->image_intro))){
$cimgsempty = ' class="no-images clearfix"';
}
?>
<li<?php echo $cimgsempty;?>><!-- Intro images -->
<?php if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
<div class="img-intro">
<img
<?php if ($images->image_intro_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"';
endif; ?>
src="<?php echo htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>
</div>
<?php endif; ?><!-- Full images-->
<?php if (isset($images->image_fulltext) and !empty($images->image_fulltext)) : ?>
<div class="img-details">
<img
<?php if ($images->image_fulltext_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_fulltext_caption) .'"';
endif; ?>
src="<?php echo htmlspecialchars($images->image_fulltext); ?>" alt="<?php echo htmlspecialchars($images->image_fulltext_alt); ?>"/>
</div>
<?php endif; ?><?php if ($item->displayCategoryTitle) :?>
<span class="mod-articles-category-category category-name <?php echo JApplication::stringURLSafe($item->category_title), ' ', JApplication::stringURLSafe($categories->get($item->catid)->note) ?>">
<strong><?php echo JText::_('FUBIX_ARTICLE_CATEGORY_PUBLISH_IN') ?></strong>
<?php echo $item->displayCategoryTitle; ?>
</span>
<?php endif; ?>
<!-- End add --><?php if ($item->displayDate) : ?>
<span class="mod-articles-category-date">
<span><?php echo JText::_('FUBIX_ARTICLE_CATEGORY_ON') ?>: </span>
<?php echo $item->displayDate; ?>
</span>
<?php endif; ?><div class="jacontent clearfix">
<h<?php echo $item_heading + 1; ?>>
<?php if ($params->get('link_titles') == 1) : ?>
<a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
<?php echo $item->title; ?>
</a>
<?php else :?>
<?php echo $item->title; ?>
<?php endif; ?>
</h><?php echo $item_heading + 1; ?>><div class="article-aside clearfix">
<?php if ($params->get('show_author')) :?>
<span class="mod-articles-category-writtenby">
<strong><?php echo JText::_('FUBIX_ARTICLE_CATEGORY_WRITTEN_BY') ?></strong>
<?php echo $item->displayAuthorName; ?>
</span>
<?php endif;?>
</div><?php if ($params->get('show_introtext')) :?>
<p class="mod-articles-category-introtext">
<?php echo $item->displayIntrotext; ?>
</p>
<?php endif; ?><div class="footer-feature clearfix">
<?php if ($item->displayHits) :?>
<span class="mod-articles-category-hits">
<span><?php echo JText::_('COM_CONTENT_ARTICLE_HITS'); ?>: </span>
<?php echo $item->displayHits; ?>
</span>
<?php endif; ?><?php if ($params->get('show_readmore')) :?>
<p class="mod-articles-category-readmore">
<a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
<?php if ($item->params->get('access-view')== FALSE) :
echo JText::_('MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE');
elseif ($readmore = $item->alternative_readmore) :
echo $readmore;
echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit'));
if ($params->get('show_readmore_title', 0) != 0) :
echo JHtml::_('string.truncate', ($this->item->title), $params->get('readmore_limit'));
endif;
elseif ($params->get('show_readmore_title', 0) == 0) :
echo JText::sprintf('MOD_ARTICLES_CATEGORY_READ_MORE_TITLE');
else :echo JText::_('MOD_ARTICLES_CATEGORY_READ_MORE');
echo JHtml::_('string.truncate', ($item->title), $params->get('readmore_limit'));
endif; ?>
</a>
</p>
<?php endif; ?></div>
</div>
</li>
<?php endforeach; ?>
</ul>
</li>
<?php
$i++;
endforeach; ?>
<!-- End group -->
<?php else : ?>
<?php
$i=0;
foreach ($list as $item) :
// Overridde add images of content//Get images
$images = "";
if (isset($item->images)) {
$images = json_decode($item->images);
}
//Check images empty
$cimgsempty = '';
if($i==0){
$cimgsempty =' li-first';
}
if($i == (count($list)-1)){
$cimgsempty =' li-last';
}
if(!(isset($images->image_intro) and !empty($images->image_intro))){
$cimgsempty .= ' no-images';
}?>
<li class="clearfix<?php echo $cimgsempty;?>">
<div class="showcategory">
<div class="view-image"><!-- Intro images -->
<?php if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
<div class="img-intro">
<img
<?php if ($images->image_intro_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"';
endif; ?>
src="<?php echo htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>
</div>
<?php endif; ?><!-- Full images-->
<?php if (isset($images->image_fulltext) and !empty($images->image_fulltext)) : ?>
<div class="img-details">
<img
<?php if ($images->image_fulltext_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_fulltext_caption) .'"';
endif; ?>
src="<?php echo htmlspecialchars($images->image_fulltext); ?>" alt="<?php echo htmlspecialchars($images->image_fulltext_alt); ?>"/>
</div>
<?php endif; ?><!-- End add -->
<?php if ($item->displayCategoryTitle) :?>
<span class="mod-articles-category-category category-name <?php echo JApplication::stringURLSafe($item->category_title), ' ', JApplication::stringURLSafe($categories->get($item->catid)->note) ?>">
<?php echo $item->displayCategoryTitle; ?>
</span>
<?php endif; ?>
</div><?php if ($item->displayDate) : ?>
<span class="mod-articles-category-date">
<span><?php echo JText::_('FUBIX_ARTICLE_CATEGORY_ON') ?>: </span><?php echo $item->displayDate; ?>
</span>
<?php endif; ?><div class="jacontent clearfix">
<h<?php echo $item_heading + 1; ?>>
<?php if ($params->get('link_titles') == 1) : ?>
<a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
<?php echo $item->title; ?>
</a>
<?php else :?>
<?php echo $item->title; ?>
<?php endif; ?>
</h><?php echo $item_heading + 1; ?>><div class="article-aside clearfix">
<?php if ($params->get('show_author')) :?>
<span class="mod-articles-category-writtenby">
<span><?php echo JText::_('FUBIX_ARTICLE_CATEGORY_BY') ?>: </span>
<?php echo $item->displayAuthorName; ?>
</span>
<?php endif;?>
</div><?php if ($params->get('show_introtext')) :?>
<p class="mod-articles-category-introtext">
<?php echo $item->displayIntrotext; ?>
</p>
<?php endif; ?><div class="footer-feature clearfix">
<?php if ($item->displayHits) :?>
<span class="mod-articles-category-hits">
<span><?php echo JText::_('FUBIX_ARTICLE_CATEGORY_HITS') ?>: </span>
<?php echo $item->displayHits; ?>
</span>
<?php endif; ?><?php if ($params->get('show_readmore')) :?>
<p class="mod-articles-category-readmore">
<a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
<?php if ($item->params->get('access-view')== FALSE) :
echo JText::_('MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE');
elseif ($readmore = $item->alternative_readmore) :
echo $readmore;
echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit'));
elseif ($params->get('show_readmore_title', 0) == 0) :
echo JText::sprintf('MOD_ARTICLES_CATEGORY_READ_MORE_TITLE');
else :
echo JText::_('MOD_ARTICLES_CATEGORY_READ_MORE');
echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit'));
endif; ?>
</a>
</p>
<?php endif; ?></div>
</div>
</div>
</li>
<?php
$i++;
endforeach; ?><?php endif; ?>
</ul>
<script type="text/javascript">
jQuery(document).ready(function($){
$('#ja-ul-lastnews > li').liveeqboxs();
});
</script>
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 18, 2015 at 10:40 am #563566please send me your admin details via PM will check and fix it for you
Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 18, 2015 at 10:44 am #563567just did that 🙂
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 18, 2015 at 10:58 am #563570Thank you, I have fixed it on your website. here is the modified code
[PHP]<?php
/**
* @package Joomla.Site
* @subpackage mod_articles_category
* @copyright Copyright (C) 2005 – 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/// no direct access
defined(‘_JEXEC’) or die;
if(!$item_heading){
$item_heading = 5;
}
//categories
$categories = JCategories::getInstance(‘Content’, array(‘countItems’ => 0 ));
?>
<!– script change button –>
<script type=”text/javascript”>
jQuery(document).ready(function($){
$(‘.btn-horizontal’).on(‘click’, function(){$(‘#ja-ul-lastnews’).removeClass(‘vertical-layout’).addClass(‘horizontal-layout’);
$(‘.btn-vertical’).removeClass(‘active’);
$(this).addClass(‘active’);$(‘#t3-content, .t3-sidebar’).equalHeight();
});
$(‘.btn-vertical’).on(‘click’, function(){
$(‘#ja-ul-lastnews’).removeClass(‘horizontal-layout’).addClass(‘vertical-layout’);
$(‘.btn-horizontal’).removeClass(‘active’);
$(this).addClass(‘active’);$(‘#t3-content, .t3-sidebar’).equalHeight();
});
});
</script>
<!– Button –>
<div id=”button”>
<span class=”btn-vertical active”>vertical</span>
<span class=”btn-horizontal”>horizontal</span>
</div>
<!– end button–>
<ul id=”ja-ul-lastnews” class=”category-module<?php echo $moduleclass_sfx; ?> vertical-layout clearfix”>
<!– Group –>
<?php
if ($grouped) :
?>
<?php
$i=0;
foreach ($list as $group_name => $group) :
$jaliclass = ”;
if($i==0){
$jaliclass=’ li-first’;
}
if($i == (count($list)-1)){
$jaliclass=’ li-last’;
}
if(!(isset($images->image_intro) and !empty($images->image_intro))){
$jaliclass .= ‘ no-images’;
}
?><li class=”clearfix<?php echo $jaliclass;?>”>
<h<?php echo $item_heading; ?>><?php echo $group_name; ?></h<?php echo $item_heading; ?>>
<ul>
<?php foreach ($group as $item) : ?>
<!– Overridde add images of content –>
<?php
//Get images
$images = “”;
if (isset($item->images)) {
$images = json_decode($item->images);
}
//Check images empty
$cimgsempty = ‘ class=”clearfix”‘;
if(!(isset($images->image_intro) and !empty($images->image_intro))){
$cimgsempty = ‘ class=”no-images clearfix”‘;
}
?>
<li<?php echo $cimgsempty;?>><!– Intro images –>
<?php if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
<div class=”img-intro”>
<a href=”<?php echo $item->link; ?>”><img
<?php if ($images->image_intro_caption):
echo ‘class=”caption”‘.’ title=”‘ .htmlspecialchars($images->image_intro_caption) .'”‘;
endif; ?>
src=”<?php echo htmlspecialchars($images->image_intro); ?>” alt=”<?php echo htmlspecialchars($images->image_intro_alt); ?>”/>
</a>
</div>
<?php endif; ?><!– Full images–>
<?php if (isset($images->image_fulltext) and !empty($images->image_fulltext)) : ?>
<div class=”img-details”>
<a href=”<?php echo $item->link; ?>”>
<img
<?php if ($images->image_fulltext_caption):
echo ‘class=”caption”‘.’ title=”‘ .htmlspecialchars($images->image_fulltext_caption) .'”‘;
endif; ?>
src=”<?php echo htmlspecialchars($images->image_fulltext); ?>” alt=”<?php echo htmlspecialchars($images->image_fulltext_alt); ?>”/>
</a>
</div>
<?php endif; ?><?php if ($item->displayCategoryTitle) :?>
<span class=”mod-articles-category-category category-name <?php echo JApplication::stringURLSafe($item->category_title), ‘ ‘, JApplication::stringURLSafe($categories->get($item->catid)->note) ?>”>
<strong><?php echo JText::_(‘FUBIX_ARTICLE_CATEGORY_PUBLISH_IN’) ?></strong>
<?php echo $item->displayCategoryTitle; ?>
</span>
<?php endif; ?>
<!– End add –><?php if ($item->displayDate) : ?>
<span class=”mod-articles-category-date”>
<span><?php echo JText::_(‘FUBIX_ARTICLE_CATEGORY_ON’) ?>: </span>
<?php echo $item->displayDate; ?>
</span>
<?php endif; ?><div class=”jacontent clearfix”>
<h<?php echo $item_heading + 1; ?>>
<?php if ($params->get(‘link_titles’) == 1) : ?>
<a class=”mod-articles-category-title <?php echo $item->active; ?>” href=”<?php echo $item->link; ?>”>
<?php echo $item->title; ?>
</a>
<?php else :?>
<?php echo $item->title; ?>
<?php endif; ?>
</h<?php echo $item_heading + 1; ?>><div class=”article-aside clearfix”>
<?php if ($params->get(‘show_author’)) :?>
<span class=”mod-articles-category-writtenby”>
<strong><?php echo JText::_(‘FUBIX_ARTICLE_CATEGORY_WRITTEN_BY’) ?></strong>
<?php echo $item->displayAuthorName; ?>
</span>
<?php endif;?>
</div><?php if ($params->get(‘show_introtext’)) :?>
<p class=”mod-articles-category-introtext”>
<?php echo $item->displayIntrotext; ?>
</p>
<?php endif; ?><div class=”footer-feature clearfix”>
<?php if ($item->displayHits) :?>
<span class=”mod-articles-category-hits”>
<span><?php echo JText::_(‘COM_CONTENT_ARTICLE_HITS’); ?>: </span>
<?php echo $item->displayHits; ?>
</span>
<?php endif; ?><?php if ($params->get(‘show_readmore’)) :?>
<p class=”mod-articles-category-readmore”>
<a class=”mod-articles-category-title <?php echo $item->active; ?>” href=”<?php echo $item->link; ?>”>
<?php if ($item->params->get(‘access-view’)== FALSE) :
echo JText::_(‘MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE’);
elseif ($readmore = $item->alternative_readmore) :
echo $readmore;
echo JHtml::_(‘string.truncate’, $item->title, $params->get(‘readmore_limit’));
if ($params->get(‘show_readmore_title’, 0) != 0) :
echo JHtml::_(‘string.truncate’, ($this->item->title), $params->get(‘readmore_limit’));
endif;
elseif ($params->get(‘show_readmore_title’, 0) == 0) :
echo JText::sprintf(‘MOD_ARTICLES_CATEGORY_READ_MORE_TITLE’);
else :echo JText::_(‘MOD_ARTICLES_CATEGORY_READ_MORE’);
echo JHtml::_(‘string.truncate’, ($item->title), $params->get(‘readmore_limit’));
endif; ?>
</a>
</p>
<?php endif; ?></div>
</div>
</li>
<?php endforeach; ?>
</ul>
</li>
<?php
$i++;
endforeach; ?>
<!– End group –>
<?php else : ?>
<?php
$i=0;
foreach ($list as $item) :
// Overridde add images of content//Get images
$images = “”;
if (isset($item->images)) {
$images = json_decode($item->images);
}
//Check images empty
$cimgsempty = ”;
if($i==0){
$cimgsempty =’ li-first’;
}
if($i == (count($list)-1)){
$cimgsempty =’ li-last’;
}
if(!(isset($images->image_intro) and !empty($images->image_intro))){
$cimgsempty .= ‘ no-images’;
}?>
<li class=”clearfix<?php echo $cimgsempty;?>”>
<div class=”showcategory”>
<div class=”view-image”><!– Intro images –>
<?php if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
<div class=”img-intro”>
<a href=”<?php echo $item->link; ?>”><img
<?php if ($images->image_intro_caption):
echo ‘class=”caption”‘.’ title=”‘ .htmlspecialchars($images->image_intro_caption) .'”‘;
endif; ?>
src=”<?php echo htmlspecialchars($images->image_intro); ?>” alt=”<?php echo htmlspecialchars($images->image_intro_alt); ?>”/>
</a>
</div>
<?php endif; ?><!– Full images–>
<?php if (isset($images->image_fulltext) and !empty($images->image_fulltext)) : ?>
<div class=”img-details”>
<a href=”<?php echo $item->link; ?>”>
<img
<?php if ($images->image_fulltext_caption):
echo ‘class=”caption”‘.’ title=”‘ .htmlspecialchars($images->image_fulltext_caption) .'”‘;
endif; ?>
src=”<?php echo htmlspecialchars($images->image_fulltext); ?>” alt=”<?php echo htmlspecialchars($images->image_fulltext_alt); ?>”/>
</a>
</div>
<?php endif; ?><!– End add –>
<?php if ($item->displayCategoryTitle) :?>
<span class=”mod-articles-category-category category-name <?php echo JApplication::stringURLSafe($item->category_title), ‘ ‘, JApplication::stringURLSafe($categories->get($item->catid)->note) ?>”>
<?php echo $item->displayCategoryTitle; ?>
</span>
<?php endif; ?>
</div><?php if ($item->displayDate) : ?>
<span class=”mod-articles-category-date”>
<span><?php echo JText::_(‘FUBIX_ARTICLE_CATEGORY_ON’) ?>: </span><?php echo $item->displayDate; ?>
</span>
<?php endif; ?><div class=”jacontent clearfix”>
<h<?php echo $item_heading + 1; ?>>
<?php if ($params->get(‘link_titles’) == 1) : ?>
<a class=”mod-articles-category-title <?php echo $item->active; ?>” href=”<?php echo $item->link; ?>”>
<?php echo $item->title; ?>
</a>
<?php else :?>
<?php echo $item->title; ?>
<?php endif; ?>
</h<?php echo $item_heading + 1; ?>><div class=”article-aside clearfix”>
<?php if ($params->get(‘show_author’)) :?>
<span class=”mod-articles-category-writtenby”>
<span><?php echo JText::_(‘FUBIX_ARTICLE_CATEGORY_BY’) ?>: </span>
<?php echo $item->displayAuthorName; ?>
</span>
<?php endif;?>
</div><?php if ($params->get(‘show_introtext’)) :?>
<p class=”mod-articles-category-introtext”>
<?php echo $item->displayIntrotext; ?>
</p>
<?php endif; ?><div class=”footer-feature clearfix”>
<?php if ($item->displayHits) :?>
<span class=”mod-articles-category-hits”>
<span><?php echo JText::_(‘FUBIX_ARTICLE_CATEGORY_HITS’) ?>: </span>
<?php echo $item->displayHits; ?>
</span>
<?php endif; ?><?php if ($params->get(‘show_readmore’)) :?>
<p class=”mod-articles-category-readmore”>
<a class=”mod-articles-category-title <?php echo $item->active; ?>” href=”<?php echo $item->link; ?>”>
<?php if ($item->params->get(‘access-view’)== FALSE) :
echo JText::_(‘MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE’);
elseif ($readmore = $item->alternative_readmore) :
echo $readmore;
echo JHtml::_(‘string.truncate’, $item->title, $params->get(‘readmore_limit’));
elseif ($params->get(‘show_readmore_title’, 0) == 0) :
echo JText::sprintf(‘MOD_ARTICLES_CATEGORY_READ_MORE_TITLE’);
else :
echo JText::_(‘MOD_ARTICLES_CATEGORY_READ_MORE’);
echo JHtml::_(‘string.truncate’, $item->title, $params->get(‘readmore_limit’));
endif; ?>
</a>
</p>
<?php endif; ?></div>
</div>
</div>
</li>
<?php
$i++;
endforeach; ?><?php endif; ?>
</ul>
<script type=”text/javascript”>
jQuery(document).ready(function($){
$(‘#ja-ul-lastnews > li’).liveeqboxs();
});
</script>[/PHP]1 user says Thank You to chavan for this useful post
Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 18, 2015 at 11:13 am #563573ow thanks. Could you also help me with this thread? http://www.joomlart.com/forums/topic/how-can-i-stop-the-intro-image-to-move/
I quiet in hurry and the developer isnt online yet?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 18, 2015 at 2:07 pm #563596I have fixed the issue for you.
File Edited: /templates/ja_fubix/local/css/template.css
commented this code.
.trending li .showcategory .img-intro img { transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -webkit-backface-visibility: hidden; } .trending li .showcategory .img-intro:hover img { transform: scale(1.15) rotate(-1.75deg); -o-transform: scale(1.15) rotate(-1.75deg); -ms-transform: scale(1.15) rotate(-1.75deg); -moz-transform: scale(1.15) rotate(-1.75deg); -webkit-transform: scale(1.15) rotate(-1.75deg); }1 user says Thank You to chavan for this useful post
Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 18, 2015 at 2:32 pm #563601It still zoom the picture when you move your mouse on the image?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 19, 2015 at 1:22 pm #563774clear your cache and cookies. close your browser and then start checking again. Since you have a cache for css, it is difficult to see the changes reflected at once.
1 user says Thank You to chavan for this useful post
Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 19, 2015 at 7:06 pm #563805Thanks for removing the effect from the frontpage, but could you also remove it from Archive articles?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 20, 2015 at 7:34 am #563875can you please provide me the exact page Url.
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 2 voices, and was last updated by chavan 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum