- Posts: 40
COMMUNITY FORUM
Extra Fields Lightbox
- Carlos
-
Topic Author
- Offline
- Senior Member
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Thank you.
Please Log in or Create an account to join the conversation.
- Carlos
-
Topic Author
- Offline
- Senior Member
- Posts: 40
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Just add something like this
div.itemExtraFields ul li span.itemExtraFieldsValue .modal {
position:relative;
display: inline-block;
background: #fff;
left: auto;
margin: 0;
}
in your template's css file
Please Log in or Create an account to join the conversation.
- Carlos
-
Topic Author
- Offline
- Senior Member
- Posts: 40
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
It is strongly recommended to use template overrides of the K2 template in order to not lose any of your modifications when you perform an update of the K2 package.
Read here how the overrides work getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates
If you already use K2 template overrides ignore the above step.
Please Log in or Create an account to join the conversation.
- Carlos
-
Topic Author
- Offline
- Senior Member
- Posts: 40
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- Carlos
-
Topic Author
- Offline
- Senior Member
- Posts: 40
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
<?php if($this->item->params->get('itemExtraFields') && count($this->item->extra_fields)): ?>
<!-- Item extra fields -->
<div class="itemExtraFields">
.......
</div>
<?php endif; ?>
and have moved it in the <div class="itemImageBlock"> right below the <div class="itemFulltext">..... </div> right?
Please Log in or Create an account to join the conversation.
- Carlos
-
Topic Author
- Offline
- Senior Member
- Posts: 40
Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- Carlos
-
Topic Author
- Offline
- Senior Member
- Posts: 40
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- Carlos
-
Topic Author
- Offline
- Senior Member
- Posts: 40
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- Carlos
-
Topic Author
- Offline
- Senior Member
- Posts: 40
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- Carlos
-
Topic Author
- Offline
- Senior Member
- Posts: 40
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Attachment not found
Please Log in or Create an account to join the conversation.