-
AuthorPosts
-
kadad Friend
kadad
- Join date:
- August 2010
- Posts:
- 129
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
May 31, 2011 at 2:53 pm #393900Sorry for the delay. I sent you the informations.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 2, 2011 at 7:33 am #394250<em>@kadad 243888 wrote:</em><blockquote>Sorry for the delay. I sent you the informations.</blockquote>
I need username+password of ftp, please check it again because I don’t access your website by ftp.kadad Friendkadad
- Join date:
- August 2010
- Posts:
- 129
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
June 2, 2011 at 4:04 pm #394342Sorry. Just did.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 4, 2011 at 8:12 am #394644<em>@khoand 230287 wrote:</em><blockquote>Hi,
You do following steps:
– Open <joomla url>templatesja_portfolio1htmlcom_k2templatesja_portfolio_blogitem.php file, find and move this code
<?php if($this->item->params->get('itemExtraFields') && count($this->item->extra_fields)): ?>
<!-- Item extra fields -->
<div class="itemExtraFields">
<h3><?php echo JText::_('Additional Info'); ?></h3>
<ul>
<?php foreach ($this->item->extra_fields as $key=>$extraField):?>
<li class="<?php echo ($key%2) ? "odd" : "even"; ?> type<?php echo ucfirst($extraField->type); ?> group<?php echo $extraField->group; ?>">
<span class="itemExtraFieldsLabel"><?php echo $extraField->name; ?>:</span>
<span class="itemExtraFieldsValue"><?php echo $extraField->value; ?></span>
</li>
<?php endforeach; ?>
</ul>
<div class="clr"></div>
</div>
<?php endif; ?>
before
<?php if($this->item->params->get('itemImage') && !empty($this->item->image)): ?>
– Open <joomla url>templatesja_portfolio1cssk2.css file, find these code
div.itemExtraFields {
margin: 15px 10px 20px 0; <-- change value
padding: 15px;
border: 2px solid #ddd;
background: #fcfcfc;
float:left; <--add this line
}
div.itemExtraFields ul li span.itemExtraFieldsLabel {
display: block;
float: left;
font-weight: bold;
margin: 0 4px 0 0;
width: 60%; <-- change value
}
</blockquote>
I fixed your problem. I did following steps:
– File need to change is templatesja_portfoliohtmlcom_k2templatesja_portfolioitem.php file
– Edit Modèles category, set Sélectionnez un template is ja_portfolio
– Open <joomla url>templatesja_portfoliocssk2.css file, find these code
div.itemExtraFields {
margin: 15px 10px 20px 0; <-- remove this line
padding: 15px;
border: 2px solid #ddd;
background: #fcfcfc;
float:left;
}
div.itemIntroText img {
padding: 3px;
margin: 5px 15px 15px 0;
background: white;
border: 1px solid #CCC;
float: right; <- use right instead of left
}1 user says Thank You to khoand for this useful post
-
AuthorPosts
This topic contains 20 replies, has 3 voices, and was last updated by kadad 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum