-
AuthorPosts
-
korb Friend
korb
- Join date:
- March 2008
- Posts:
- 315
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 40
- Thanked:
- 48 times in 39 posts
November 15, 2009 at 4:28 pm #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 🙂
November 15, 2009 at 4:31 pm #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 Friendkorb
- Join date:
- March 2008
- Posts:
- 315
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 40
- Thanked:
- 48 times in 39 posts
November 16, 2009 at 9:26 am #323724<em>@basskool 152939 wrote:</em><blockquote>yep, those.</blockquote>
You were right. Thanks! 😀
korb Friendkorb
- Join date:
- March 2008
- Posts:
- 315
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 40
- Thanked:
- 48 times in 39 posts
November 16, 2009 at 10:47 am #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 Friendrosensta
- Join date:
- May 2007
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
November 16, 2009 at 8:22 pm #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 Friendkorb
- Join date:
- March 2008
- Posts:
- 315
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 40
- Thanked:
- 48 times in 39 posts
November 16, 2009 at 8:35 pm #323814you welcome
November 17, 2009 at 5:05 am #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 Friendrikh
- Join date:
- November 2009
- Posts:
- 28
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 4 times in 2 posts
November 17, 2009 at 5:51 am #323877Hi. 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.
rosensta Friendrosensta
- Join date:
- May 2007
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
November 17, 2009 at 8:47 am #323927pmorrow,
Have you checked in the Kyanite forum? 😉
hint: http://www.joomlart.com/forums/topic/error-3//Rosensta 😉
rikh Friendrikh
- Join date:
- November 2009
- Posts:
- 28
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 4 times in 2 posts
November 17, 2009 at 11:57 am #323962Hi, 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 🙂
rikh Friendrikh
- Join date:
- November 2009
- Posts:
- 28
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 4 times in 2 posts
November 17, 2009 at 7:48 pm #324005I 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. 😉
korb Friendkorb
- Join date:
- March 2008
- Posts:
- 315
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 40
- Thanked:
- 48 times in 39 posts
November 17, 2009 at 10:50 pm #324031rikh, 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.
Dannyrikh Friendrikh
- Join date:
- November 2009
- Posts:
- 28
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 4 times in 2 posts
November 18, 2009 at 6:05 am #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 Friendkorb
- Join date:
- March 2008
- Posts:
- 315
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 40
- Thanked:
- 48 times in 39 posts
November 18, 2009 at 2:26 pm #324112Using 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.
DannyAuthorPostsThis topic contains 241 replies, has 90 voices, and was last updated by Hung Dinh 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum