Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • joeluvny Friend
    #207665

    Can you tell me why the K2 Extra Fields and info not showing up in item view?
    http://talentlistusa.com/dancers/maksym-and-apyshkin

    also why is it that the k2 search module doesn’t look like the one in the demo?
    http://talentlistusa.com/dancers/

    Also in item view, why is the main image so large and blurry? Why doesn’t the image scale to it original size?
    http://talentlistusa.com/dancers/maksym-and-apyshkin

    Thank you
    Joseph

    Luna Garden Moderator
    #575036

    Hi Joseph,

    1. In order to show the K2 Extra fields, please go to file: templatesja_directoryhtmlcom_k2defaultitem.php
    before line (about line 324):
    <!-- Plugins: AfterDisplayContent -->
    <?php echo $this->item->event->AfterDisplayContent; ?>

    add these lines:

    <?php if($this->item->params->get('itemExtraFields') && count($this->item->extra_fields)): ?>
    <!-- Item extra fields -->
    <div class="item-badge">
    <ul>
    <?php foreach ($this->item->extra_fields as $key=>$extraField): ?>
    <?php if($extraField->value): ?>
    <li class="<?php echo ($key%2) ? "odd" : "even"; ?> type<?php echo ucfirst($extraField->type); ?> group<?php echo $extraField->group; ?>">
    <span class="<?php echo trim(strtolower($extraField->value)); ?>"><?php echo $extraField->value; ?></span>
    </li>
    <?php endif; ?>
    <?php endforeach; ?>
    </ul>
    <div class="clr"></div>
    </div>
    <?php endif; ?>

    2. To make K2 Search module look like the demo:
    Remember to setting in module like this:
    – Set Module Layout to Horizontal – column 3. (image setting)
    – Set Position to section-1. (image setting)
    – Set module class suffix to search-now (image setting)
    – And Module style is T3Xhtml. (image setting)
    – In JA Extra field tab, set Full Width to No.

    3. To fix the Item view, go to file: templatesja_directorylessk2.less
    Remove these lines:

    span.itemImage img {
    border: 0;
    padding: 0;
    width: 100% !important;
    }

    Then recompile. (Remember to backup your site first before compiling)

    bejoyvc Friend
    #575123

    I don’t see a module named ‘search now’
    http://cmibvn.com/directory/index.php

    bejoyvc Friend
    #641467

    I don’t see a module named ‘search now’
    http://cmibvn.com/directory/index.php

    bejoyvc Friend
    #740129

    I don’t see a module named ‘search now’
    http://cmibvn.com/directory/index.php

    Luna Garden Moderator
    #575162

    <em>@bejoyvc 479586 wrote:</em><blockquote>I don’t see a module named ‘search now’
    http://cmibvn.com/directory/index.php</blockquote>

    as your first post I have fixed the module to look like demo on link: http://talentlistusa.com/dancers/

    You can follow my guide on above post to fix the module on http://cmibvn.com/directory/index.php

    Luna Garden Moderator
    #641492

    <em>@bejoyvc 479586 wrote:</em><blockquote>I don’t see a module named ‘search now’
    http://cmibvn.com/directory/index.php</blockquote>

    as your first post I have fixed the module to look like demo on link: http://talentlistusa.com/dancers/

    You can follow my guide on above post to fix the module on http://cmibvn.com/directory/index.php

    Luna Garden Moderator
    #740154

    <em>@bejoyvc 479586 wrote:</em><blockquote>I don’t see a module named ‘search now’
    http://cmibvn.com/directory/index.php</blockquote>

    as your first post I have fixed the module to look like demo on link: http://talentlistusa.com/dancers/

    You can follow my guide on above post to fix the module on http://cmibvn.com/directory/index.php

    thkellmann Friend
    #575802

    Hello guys,

    i have similar problems. I check all configs and can?t find the mistake.
    The search Modul don?t load the style and the i don?t know which config i must adjust to create a selection field on the third field.


    1. search-module-config-1
    2. search-module-config-2
    3. search-module
    Luna Garden Moderator
    #575889

    Hi,

    In Module class suffix must be: search-now, means there must be a space before text ‘ search-now’

    thkellmann Friend
    #575978

    and i search over 2 hours the mistake, delete and create a new modul and so on to find the mistake >:(

    Thanks Luna

    thkellmann Friend
    #642306

    and i search over 2 hours the mistake, delete and create a new modul and so on to find the mistake >:(

    Thanks Luna

    thkellmann Friend
    #740965

    and i search over 2 hours the mistake, delete and create a new modul and so on to find the mistake >:(

    Thanks Luna

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

This topic contains 13 replies, has 4 voices, and was last updated by  thkellmann 8 years, 10 months ago.

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