-
AuthorPosts
-
studiovarda Friend
studiovarda
- Join date:
- September 2012
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 25, 2012 at 4:31 pm #180957Hi at all.
I need to understand the mode to change the image you see into the attachment (RED BOX) Thanks for help.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 26, 2012 at 9:45 am #468200Hi studiovarda,
Those images are from inside your articles contents or k2 items contents.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 28, 2012 at 7:54 am #468458<em>@studiovarda 339700 wrote:</em><blockquote>Hi at all.
I need to understand the mode to change the image you see into the attachment (RED BOX) Thanks for help.</blockquote>You can change the image on K2 item, please follow me
<blockquote>Admin area -> Component ->K2->Items->select Category Sport ->edit “Winter woman ski sport fun travel snow” item and change Image on Image tabs</blockquote>
About error of Contact button you sent PM me. This is bug on sample data of our product, i did contact to development team to fix this. Pls wait a bit as it will be released in hours.
This is my solution for the error of Contact button in Kranos site backend: Use phpMyAdmin and find menu table and add new script below
INSERT INTO `flu7o_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `ordering`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES(7, 'menu', 'com_contact', 'Contacts', '', 'Contacts', 'index.php?option=com_contact', 'component', 0, 1, 1, 8, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact', 0, '', 19, 24, 0, '*', 1)
<blockquote>Change flu7o_menu with the same menu on your database</blockquote>
October 20, 2012 at 8:18 am #470589…So how does one change the expanded view of the image (the screenshot with the red box) to display a different image than the smaller initial image? The package I downloaded and installed is set up showing two different sized images but when I upload an image it changes two display only one image in both areas. That’s definitely not what I need and not what the template came configured as.
Thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
slightlymad Friendslightlymad
- Join date:
- October 2010
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
January 9, 2013 at 8:33 pm #479151Hi, I actually have the same question. Is there a way for the small image that show’s on the wall to be different than the large image that shows when you click?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 10, 2013 at 7:05 am #479214We have to customize the view layer of k2 component
+ Use js file
<blockquote>templates/ja_lens/js/wall.js</blockquote>
$('<div id="popup-content" style="width: 1px; height: 1px; visibility: hidden;"></div>')
.append($('<div id="popup-head"></div>').append($('<a href="javascript:;" class="close"></a>').on('click', onHide)))
.append($('<div id="popup-inner"></div>').append($('<iframe id="popup-iframe" src="' + url + '" height="1" width="' + (jcontainer.data ('basewidth')? jcontainer.data ('basewidth') : $('#base-blank-item').width()) * 3 + '" scrolling="no" frameborder="0" />').bind('load', ifmOnload)))
.appendTo(jitem);+ Customize structure html file of k2 component
<blockquote>templates/ja_lens/html/com_k2/ja_lens</blockquote>+ You can change image small, large…
<blockquote>templates/ja_lens/html/com_k2/ja_lens/item.php</blockquote>
<?php
$tplComponent = JRequest::getVar('tmpl', '') == 'component';if(!$tplComponent){
?>
<a class="modal" rel="{handler: 'image'}" href="<?php echo $this->item->imageXLarge; ?>" title="<?php echo JText::_('K2_CLICK_TO_PREVIEW_IMAGE'); ?>">
<?php
}
?>
<img src="<?php echo $this->item->image; ?>" alt="<?php if(!empty($this->item->image_caption)) echo K2HelperUtilities::cleanHtml($this->item->image_caption); else echo K2HelperUtilities::cleanHtml($this->item->title); ?>" style="width:<?php echo $this->item->imageWidth; ?>px; height:auto;" />
<?php
if(!$tplComponent){
?>
</a>
<?php
}
?>foliodesign Friendfoliodesign
- Join date:
- September 2012
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 7
- Thanked:
- 2 times in 1 posts
February 25, 2013 at 12:34 pm #484452Hallo,
i got also the problem; i cant change the immages in the K2 Articles!
Its a little bit mysterius. My normal Way: Backend – K2 – Item- I chosse one Article – Image Tab: So now there ist a white picture from Joomlart wich show me the type-information “240 x 160”.
I cant delete it, because there will com errormessanges: “Failed deleting…”
I also cant upload a new picture in this image tab. If i try i became the blue information “Changes to Item saved”, but there ist still the old white joomlart picture. Nothing changes, not in this tab and also not on the frontend.Please help – Thanks al lot.
Best Regards:foliodesign Friendfoliodesign
- Join date:
- September 2012
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 7
- Thanked:
- 2 times in 1 posts
February 25, 2013 at 1:25 pm #484456Hallo all,
ok i got it, i fix the issue by my own.
For all how has the same problem: You must set your Permissions to 777 (Image Folder, maybe also other Folder), than many problems are solvedt, also the image issues.Regards
1 user says Thank You to foliodesign for this useful post
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 6 voices, and was last updated by foliodesign 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to change the image in item/article????
Viewing 9 posts - 1 through 9 (of 9 total)