Viewing 15 posts - 76 through 90 (of 242 total)
  • Author
    Posts
  • korb Friend
    #323619

    <em>@kappa79 152935 wrote:</em><blockquote>In the Blog view, the links at the bottom have a strange label called JPAGE_CURRENT_

    </blockquote>

    You might have to check your language to be up to date. Check your frontend files first 🙂

    kappa79 Friend
    #323620

    <em>@basskool 152936 wrote:</em><blockquote>You might have to check your language to be up to date. Check your frontend files first :)</blockquote>

    Do you mean that is my italian language on the fronted that must be updated to J1.5.15?

    korb Friend
    #323621

    yep, those.

    kappa79 Friend
    #323724

    <em>@basskool 152939 wrote:</em><blockquote>yep, those.</blockquote>

    You were right. Thanks! 😀

    korb Friend
    #323753

    <em>@kappa79 153055 wrote:</em><blockquote>You were right. Thanks! :D</blockquote>

    I’ve had exact same problem when I last updated to J1.5.14 and I had exact answer for you 🙂

    rosensta Friend
    #323813

    <em>@basskool 152925 wrote:</em><blockquote>I finally found the fix for this issue. The issue is reported here http://pm.joomlart.com/browse/JATCPURITYII-57

    open libs/menu/base.class.php

    FIND LINE


    $itembg = 'style="background-image:url(images/stories/'.$iParams->get('menu_image').');"';

    REPLACE WITH


    $itembg = 'style="background-image:url('.JURI::base().'images/stories/'.$iParams->get('menu_image').');"';

    AND LINE


    $txt = '<span class="menu-image"><img src="images/stories/'.$iParams->get('menu_image').'" alt="'.$tmp->name.'" title="'.$tmp->name.'" /></span><span class="menu-title">' . $tmp->name . '</span>';

    REPLACE WITH


    $txt = '<span class="menu-image"><img src="'.JURI::base().'images/stories/'.$iParams->get('menu_image').'" alt="'.$tmp->name.'" title="'.$tmp->name.'" /></span><span class="menu-title">' . $tmp->name . '</span>';

    The fix should work perfect on livesite also.
    Yupiii, Danny</blockquote>

    Yihhaaaaaaa Danny – you rock!!!
    Works like a charm! Thanx mate!!!! Seriously – thank you very much!!

    Cheers,
    Rosensta 😀

    korb Friend
    #323814

    you welcome

    pmorrow Friend
    #323873

    …/templates/ja_kyanite_ii/libs/menu/base.class.php on line 149 Fatal error: Call to a member function get() on a non-object in …/templates/ja_kyanite_ii/libs/menu/base.class.php on line 149

    Anyone have a fix for this error yet. Only shows up for menu items with registered or special access when not signed in.

    Urgent fix now required.

    Thanks

    rikh Friend
    #323877

    Hi. I use Joomla1.5. The drop down menu in megamenu goes behind a flash object of an article. You can see it on the pict. The object is JosDewPlayer plugin – Native MP3 player for Joomla 1.5.x.
    Thank you.


    1. zx1
    rosensta Friend
    #323927

    pmorrow,

    Have you checked in the Kyanite forum? 😉
    hint: http://www.joomlart.com/forums/topic/error-3/

    /Rosensta 😉

    rikh Friend
    #323962

    Hi, again. I’ve noticed that when a side column module gets too long it looses borders at the top in case it’s rounded. See the pict.
    Thanx 🙂


    1. zx2
    rikh Friend
    #324005

    I use the Firefox 3.0.15. When I try to resize the window I get some ugly scene with the header gradient. It seems like the picture under the gradiend is sliding but the gradient itself doesn’t. In opera and IE it does slide after the picture. It’s just the same on demosite. Hope I could explain. Image is attached as usual. 😉


    1. zx3
    korb Friend
    #324031

    rikh, seems you have to check for z-index of that flash module, and set a higher value z-index for childcontent class. try different values and tell us what you have.
    Danny

    rikh Friend
    #324067

    <em>@basskool 153429 wrote:</em><blockquote>rikh, seems you have to check for z-index of that flash module, and set a higher value z-index for childcontent class. try different values and tell us what you have.
    Danny</blockquote>
    Hi, basskool thank you for your reply. It’s not a module but a plugin. I didn’t find any z-index value in it’s files 😮 How can I set it?
    The childcontent z-index value is 999, changing it gives no result.

    korb Friend
    #324112

    Using firebug, you can always play around with css. Just select your flash module/plugin, and see if there is any of this: position or z-index.
    If not, try a relative position for the plugin and a z-index lower than megamenu childcontent. The megamenu child content must no be absolute as it cannot float or overflow anymore.

    I remember having problems with Virtuemart popups and mainav from Purity I, and I had to set a higher value z-index for pop-ups to always overflow the mainmenu.

    Try and let us know.
    Danny

Viewing 15 posts - 76 through 90 (of 242 total)

This topic contains 241 replies, has 90 voices, and was last updated by  Hung Dinh 9 years, 7 months ago.

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