-
AuthorPosts
-
joeluvny Friend
joeluvny
- Join date:
- June 2009
- Posts:
- 130
- Downloads:
- 39
- Uploads:
- 2
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
June 20, 2015 at 9:17 pm #207665Can you tell me why the K2 Extra Fields and info not showing up in item view?
http://talentlistusa.com/dancers/maksym-and-apyshkinalso 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-apyshkinThank you
JosephLuna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
June 22, 2015 at 10:29 am #575036Hi 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)June 22, 2015 at 11:08 pm #575123I don’t see a module named ‘search now’
http://cmibvn.com/directory/index.phpJune 22, 2015 at 11:08 pm #641467I don’t see a module named ‘search now’
http://cmibvn.com/directory/index.phpJune 22, 2015 at 11:08 pm #740129I don’t see a module named ‘search now’
http://cmibvn.com/directory/index.phpLuna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
June 23, 2015 at 3:47 am #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 ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
June 23, 2015 at 3:47 am #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 ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
June 23, 2015 at 3:47 am #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 Friendthkellmann
- Join date:
- March 2014
- Posts:
- 75
- Downloads:
- 38
- Uploads:
- 32
- Thanks:
- 66
- Thanked:
- 3 times in 1 posts
June 29, 2015 at 12:39 pm #575802Hello 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.- Luna Garden Moderator
Luna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
June 30, 2015 at 9:14 am #575889Hi,
In Module class suffix must be: search-now, means there must be a space before text ‘ search-now’
1 user says Thank You to Luna Garden for this useful post
thkellmann Friendthkellmann
- Join date:
- March 2014
- Posts:
- 75
- Downloads:
- 38
- Uploads:
- 32
- Thanks:
- 66
- Thanked:
- 3 times in 1 posts
July 1, 2015 at 7:03 am #575978and i search over 2 hours the mistake, delete and create a new modul and so on to find the mistake >:(
Thanks Luna
thkellmann Friendthkellmann
- Join date:
- March 2014
- Posts:
- 75
- Downloads:
- 38
- Uploads:
- 32
- Thanks:
- 66
- Thanked:
- 3 times in 1 posts
July 1, 2015 at 7:03 am #642306and i search over 2 hours the mistake, delete and create a new modul and so on to find the mistake >:(
Thanks Luna
thkellmann Friendthkellmann
- Join date:
- March 2014
- Posts:
- 75
- Downloads:
- 38
- Uploads:
- 32
- Thanks:
- 66
- Thanked:
- 3 times in 1 posts
July 1, 2015 at 7:03 am #740965and i search over 2 hours the mistake, delete and create a new modul and so on to find the mistake >:(
Thanks Luna
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 4 voices, and was last updated by thkellmann 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum