Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • cedjans Friend
    #181403

    Hi

    I know there’s is a other thread with kind the same problem… But there everything is solved when you upgrade Internet Explorer to IE9.

    But my site still gives problems with the mainmenu (it’s vertical instead horizontal) and when hover over a photo on the main page some text doesn’t appear at the right (goes under the picture on the right)

    I have to say that in the beginning everything was O.K. but now I have these problems… I didn’t change or install something else before the problem appears.

    Hope someone can help me…

    Thx

    website: http://www.dhwa.be/cedjans/
    Joomla: 2.5

    Saguaros Moderator
    #470104

    Hi cedjans,

    If you don’t want that alternative tooltip appears, goto file: templatesja_lenshtmlcom_k2ja_lenscategory_item.php and find code that displays item image then replace:
    [PHP]
    <!– Item Image–>
    <div class=”item-image”>
    <a class=”item-link” href=”<?php echo $this->item->link; ?>” title=”<?php if(!empty($this->item->image_caption)) echo K2HelperUtilities::cleanHtml($this->item->image_caption); else echo K2HelperUtilities::cleanHtml($this->item->title); ?>”>
    <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); ?>” />
    </a>
    </div>
    <!– //Item Image–>
    [/PHP]
    With this:
    [PHP]
    <!– Item Image–>
    <div class=”item-image”>
    <a class=”item-link” href=”<?php echo $this->item->link; ?>” title=””>
    <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); ?>” />
    </a>
    </div>
    <!– //Item Image–>
    [/PHP]
    Once done, clear all the cache.

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

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

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