Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • studiovarda Friend
    #180957

    Hi at all.
    I need to understand the mode to change the image you see into the attachment (RED BOX) Thanks for help.


    1. Senza-titolo-1
    Sherlock Friend
    #468200

    Hi studiovarda,

    Those images are from inside your articles contents or k2 items contents.

    Ninja Lead Moderator
    #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>

    mckeej Friend
    #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 Moderator
    #470832

    @mckeej: What is different images size on JA Lens template? Please show me more details about that. I don’t get what you expect?

    slightlymad Friend
    #479151

    Hi, 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 Moderator
    #479214

    We 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 Friend
    #484452

    Hallo,

    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 Friend
    #484456

    Hallo 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

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

This topic contains 9 replies, has 6 voices, and was last updated by  foliodesign 11 years, 2 months ago.

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