Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • michaelsteip Friend
    #182025

    Hello!
    I am currently building a website under: http://www.steip.at/testenvironment/test/final_draft/index.php/en/ and want to have the pictures shown (as in the link)
    Unfortunately, with a background in place, the Custom HTML Modules fade out. Why is this so?

    You can see the problem in the screenshot.

    What can I do to resolve this?

    Thanks,
    Michael


    1. screenshot
    podnot Friend
    #472212

    Hi Michaelsteip, it seems that you have similiar problem like a problem which has been solved in this topic:

    http://www.joomlart.com/forums/topic/ja-side-news-on-user2-position/#post-471837

    noshcreative Friend
    #472335

    I am having the same problem. I looked at the linked topic, but they were having a problem with clicking a link.

    Is this the same fix?

    If so, the line numbers don’t match. Line 1446 is in the /* Style For Slidenews */ code.

    Do we just replace the entire /* Bot spotlight —*/

    PLEASE NOTE. I am having the same problem with position “USER11” with the class suffix pattern-w being used.

    current URL in progress.

    Ninja Lead Moderator
    #472371

    Hi all

    + About problem with link on picture of JA SlideNew Module(user 3, user4, user5, user11). You can fix it with my suggestion as follows:

    <blockquote>Open templates/ja_mixmaz/html/mod_jasidenews/default.php file </blockquote>
    from

    <?php if( $showimage ): ?>
    <?php echo $helper->renderImage ($item, $params, $descMaxChars, $iwidth, $iheight ); ?>
    <?php endif; ?>

    change to

    <?php if( $showimage ): ?>
    <a href="<?php echo $item->link; ?>"><?php echo $helper->renderImage ($item, $params, $descMaxChars, $iwidth, $iheight ); ?></a>
    <?php endif; ?>

    User2 position: is custom HTML module

    About User1(position): we are using JA Slideshow Lite module: http://www.joomlart.com/forums/topic/ja-mixmaz-for-joomla-2-5-userguide/

    Regards

    michaelsteip Friend
    #472383

    <blockquote>Hi all

    + About problem with link on picture of JA SlideNew Module(user 3, user4, user5, user11). You can fix it with my suggestion as follows:

    Open templates/ja_mixmaz/html/mod_jasidenews/default.php file
    from
    Code:
    <?php if( $showimage ): ?>
    <?php echo $helper->renderImage ($item, $params, $descMaxChars, $iwidth, $iheight ); ?>
    <?php endif; ?>
    change to
    Code:
    <?php if( $showimage ): ?>
    <a href=”<?php echo $item->link; ?>”><?php echo $helper->renderImage ($item, $params, $descMaxChars, $iwidth, $iheight ); ?></a>
    <?php endif; ?>
    User2 position: is custom HTML module

    About User1(position): we are using JA Slideshow Lite module: http://www.joomlart.com/forums/showt…l=1#post339266

    Regards</blockquote>
    Still this doesn’t fix my problem on the user2 position with an image. See the attachement in the first post.
    I have it set to a custom HTML module, but in this I just want to put an image, but this image is fading out.

    <blockquote>Hi Michaelsteip, it seems that you have similiar problem like a problem which has been solved in this topic:

    http://www.joomlart.com/forums/showt…l=1#post344727</blockquote>
    Doing this leads to the outcome in the screenshot.

    So what do I do, so that the Custom HTML Image on the user2 position doesn’t fade out?


    1. screenshot
    noshcreative Friend
    #472417

    <em>@Ninja Lead 345461 wrote:</em><blockquote>
    User2 position: is custom HTML module
    </blockquote>

    I still can not get the fade to go away. I had this problem 2 days ago with a clean start so I scrapped the whole thing and did a quick install which was suppose to be just like the demo. If the reply to this question was a post almost 2 years, why is this code still be used in brand new templates?

    All I need is new code that will give me a solid white background with no fade. It would be helpful if there was new code that actually referenced the “topsl” block, and maybe even update your template?

    Ninja Lead Moderator
    #472470

    I have raised buy to design team here: http://pm.joomlart.com/browse/CUSSER-492, they will check your problem.

    michaelsteip Friend
    #476992

    Ok, I fixed it myself by changing the z-index in on the user2 position. (I don’t remember how the it was called in css, but you can find it with Firebug)

    Ninja Lead Moderator
    #477008

    Great, thanks for sharing

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

This topic contains 9 replies, has 4 voices, and was last updated by  Ninja Lead 11 years, 5 months ago.

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