Search found 97 matches

by bterkuile
Thu Dec 29, 2011 4:45 pm
Forum: Modules/Add-Ons
Topic: [solved]bMenu and CMSMS 1.10.2
Replies: 3
Views: 1594

Re: [solved]bMenu and CMSMS 1.10.2

I thought that I already added a reply to this post, but here another try. In short: Yes, the plugin is no longer under support. I am still using it and just upgraded to 1.10.2 and encountered the same problem. To fix the problem, replace the file modules/bMenu/bMenu.module.php with the file attache...
by bterkuile
Sun Feb 21, 2010 11:42 am
Forum: Modules/Add-Ons
Topic: [SOLVED] bMenu generated menu shows and disappears
Replies: 4
Views: 1965

Re: bMenu generated menu shows and disappears

Sorry my mistake. It should be #primary-nav in stead of #primary_nav (No underscore)
by bterkuile
Sun Feb 21, 2010 8:12 am
Forum: Modules/Add-Ons
Topic: [SOLVED] bMenu generated menu shows and disappears
Replies: 4
Views: 1965

Re: bMenu generated menu shows and disappears

Try to make the menu indicator a jQuery selector to your menu. In this case try to replace #main_menu with #primary_nav
by bterkuile
Tue Mar 17, 2009 1:21 pm
Forum: Layout and Design (CSS & HTML)
Topic: Vertical align
Replies: 1
Views: 1621

Re: Vertical align

solved?
by bterkuile
Tue Mar 17, 2009 1:12 pm
Forum: Layout and Design (CSS & HTML)
Topic: bMenu: css menu using in MLE (LTR & RTL directions)
Replies: 7
Views: 3712

Re: bMenu: css menu using in MLE (LTR & RTL directions)

Hello shaleksey, I tried to understand your problem. In my own menu, I changed in bMenu: Settings -> Submenu horizontal => left Main menu -> Default -> text alingment => right This created a menu that did what it expected only the submenu was aligned with the left boundary of the parent, where you s...
by bterkuile
Mon Mar 16, 2009 11:20 am
Forum: Modules/Add-Ons
Topic: bMenu module after upgrade from 1.4.1-MLE to 1.5.1-MLE problem
Replies: 3
Views: 1278

Re: bMenu module after upgrade from 1.4.1-MLE to 1.5.1-MLE problem

I just tested bMenu in CMSMS 1.5.3 and it works. But there is a problem however, the stylesheet is cached and bMenu 0.46 does not reset this cache. I am currently working on an update of bMenu, but I have little time. Since I am changing the structure a bit much testing is needed, so may take a whil...
by bterkuile
Mon Oct 13, 2008 12:31 pm
Forum: Modules/Add-Ons
Topic: bMenu Module - browser compatibility?
Replies: 1
Views: 821

Re: bMenu Module - browser compatibility?

I do not have a lot of time to investigate the real problem now because I don't have the right IE debug equipment available here. A quick look for the problem showed that bMenu in IE worked in cmsms version 1.3.1 and not anymore in version 1.4.1. There must be a small difference in the javascript or...
by bterkuile
Wed Oct 01, 2008 8:04 am
Forum: Modules/Add-Ons
Topic: bMenu Problem
Replies: 2
Views: 1267

Re: bMenu Problem

The setup looks ok. If bMenu in the admin section does not display as should be there is a problem. This display is independent of the menu template, so should always work. I just made a cmcms 1.4.1 website with bMenu 0.46 and it works. I can take a look if you want. Then you have to send me a priva...
by bterkuile
Wed Aug 06, 2008 9:34 am
Forum: Layout and Design (CSS & HTML)
Topic: Add javascript Menu
Replies: 2
Views: 3226

Re: Add javascript Menu

You can also give a shot at the bMenu module. This module has settings to control the direction of the submenus (left,right, top, bottom)
by bterkuile
Wed Aug 06, 2008 9:23 am
Forum: Modules/Add-Ons
Topic: bMenu error: There is no menu specified at "#primary-nav"
Replies: 1
Views: 1225

Re: bMenu error: There is no menu specified at "#primary-nav"

This message means that bMenu is expecting the menu to be of the form: <ul id="primary-nav"> ... </ul> There are two ways to fix this. Look at your website structure and tell bMenu where to find the menu. This is the 'Menu indicator' setting in bMenu. For example if you have a site structu...
by bterkuile
Tue Jun 24, 2008 2:29 pm
Forum: Layout and Design (CSS & HTML)
Topic: {solved} Problems with jQuery
Replies: 2
Views: 3122

Re: Problems with jQuery

You should place the

Code: Select all

<__script__ type="text/javascript" src="uploads/scripts/jquery-1.2.6.min.js"></__script>
Statement above the others
by bterkuile
Sun May 18, 2008 2:15 pm
Forum: Modules/Add-Ons
Topic: bMenu problems
Replies: 1
Views: 1034

Re: bMenu problems

in the header section of your template you should include just {cms_module module="bMenu"} so no style_id yet. This will include the necessary javascript. Below your {menu...} call in the site body you should include the bMenu statement you now have in your header with the style_id Good luck
by bterkuile
Fri Apr 18, 2008 2:19 pm
Forum: Layout und Design
Topic: [GELÖST] bMenu bestimmte Untermenus im Mitgliederbereich ausblenden
Replies: 2
Views: 1910

Re: bMenu bestimmte Untermenus im Mitgliederbereich ausblenden

Code: Select all

{if $customcontent_loggedin}
{menu template="bMenu"}
{else}
{menu template="bMenu" excludeprefix="private_"}
{/if}
Then begin the name of the pages you want to hide with private_

NOTE: not tested

This might be what you are looking for
by bterkuile
Fri Apr 18, 2008 2:07 pm
Forum: Modules/Add-Ons
Topic: bMenu not working in IE6 and IE7
Replies: 2
Views: 1218

Re: bMenu not working in IE6 and IE7

I see that you included the modules/MenuManager/CSSMenu.js in your site.

This probably causes the trouble.
by bterkuile
Tue Apr 15, 2008 6:42 pm
Forum: General Discussion
Topic: [SOLVED] bmenu -> menu styler
Replies: 3
Views: 1702

Re: bmenu -> menu styler

This means that there can be some styling issues when you have stylesheet declarations like: a:hover{background-color:green} But I am not sure if this really will cause trouble in the current version. It should be tested. To be absolute sure that the :hover will not cause trouble define this like: d...

Go to advanced search