Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • kadad Friend
    #393900

    Sorry for the delay. I sent you the informations.

    khoand Friend
    #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 Friend
    #394342

    Sorry. Just did.

    khoand Friend
    #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
    }

    kadad Friend
    #394677

    Thanks for your great work. Wouldn’t have done it.

Viewing 5 posts - 16 through 20 (of 20 total)

This topic contains 20 replies, has 3 voices, and was last updated by  kadad 12 years, 12 months ago.

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