Member Menu Bar - Hidding

 

Hello

I'm using a javascrip Welcome popup messages but when I add my popup javescript on templates/base/page_81.html

the member bar is not there is not showing or is hidding when I remove the code is working back to normal any idea  wat is wrong or why is not showing please Thank's a lot

Original code

<bx_include_auto:_sub_header.html />

__page_main_code__

<bx_include_auto:_sub_footer.html />

 

---------------------------------------------------------------------------------

Custom code

 

<bx_include_auto:_sub_header.html />

__page_main_code__

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>

<script type="text/javascript" src="XXXX/jquery.easing-1.3.pack.js"></script>

<script type="text/javascript" src="XXX/jquery.mousewheel-3.0.4.packs.js"></script>

<script type="text/javascript" src="XXX/jquery.XXXX-1.3.4.js"></script>

<link rel="stylesheet" type="text/css" href="XXXXX/jquery.XXX-1.3.4.css" media="screen" />

<script type="text/javascript">

$(document).ready(function() {

$.XXXXXX({

'width': 350,

'height': 200,

'autoScale': true,

'transitionIn': 'elastic',

'transitionOut': 'none',

'title': 'Welcome to mysite.com',

'scrolling': 'no',

'type': 'iframe',

'href': 'http://www.mysite.com/XXXX/html/XXXXX.html'

});

});

</script>

<bx_include_auto:_sub_footer.html />

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 10 Jan 2011

 

This is happening with the wibiya bar integration too..

so looks like any extra script added is removing the "member menu"

I have sucessfully added the wibiya bar to my test site; but not to the live sites I'm working with.

script inserted into several different places on 7.0.4 site with no luck

  • banner
  • templates/base/_footer.html
  • templates/base/_sub_footer.html

 

What's the difference?

My test site is running the latest "trunk" of Dolphin, what ever is keeping the bar or as in the case here a welcome pop up from showing up in conjunction with the member menu is the the versions or the tweaking I have done to the server itself..

Could one of the "Administrators" of boonex check this? AlexT

similar content: http://www.boonex.com/unity/forums/?action=goto&my_threads=1#topic/wibiya-intergration.htm

 

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 10 Jan 2011

I can see is not my or me doing something wrong

I try to add the same script code in any page and is doing the same thing I thing this need to be fix so the member menu bar stay on the same spott and never hide or go away

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 10 Jan 2011

You can start by removing the call to jquery.min.js.  A version of jquery is already in use by D7, and it shouldn't be necessary to call another version of it.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 10 Jan 2011

 

You can start by removing the call to jquery.min.js.  A version of jquery is already in use by D7, and it shouldn't be necessary to call another version of it.

I can't not do that the page is not call by in the page you only see this code

<bx_include_auto:_sub_header.html />

__page_main_code__

<bx_include_auto:_sub_footer.html />

 

so i have to add my custom script so I can call my script but is working everything is fine the only problem the menu bar is hidding

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 10 Jan 2011

Try adding the script to the end of templates\base\extra_top_menu.html

That way the script is added after the member menu scripts.


Oh and UFO. HL means leave this line of the script out.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>

Jquery is already automatically included by dolphin. There should be no need to call it again.


https://www.deanbassett.com
Quote · 10 Jan 2011

 

Try adding the script to the end of templates\base\extra_top_menu.html

That way the script is added after the member menu scripts.


Oh and UFO. HL means leave this line of the script out.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>

Jquery is already automatically included by dolphin. There should be no need to call it again.


The code is going to be add on the member.php or account page and the main page is page_81.html

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 10 Jan 2011

Oh, yea right. You want it on a specific page.

Well, it's obviously a javascript conflict, and it most likley has to do with the jquery part of the script becuse dolphin already includes it.

https://www.deanbassett.com
Quote · 11 Jan 2011

Deano and HL

Why does this work for my test site?

I didn't change anything other than the wibiya bar is running in a banner...

trying this on live .4 site and it will not work. I tried the change as suggested to the extra_top_menu.html with no change..

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 11 Jan 2011

 

Jquery is already automatically included by dolphin. There should be no need to call it again.

could they have made a change to this since the release of 7.0.4 in the trunk, I have little experience there except to download whole trunk...

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 11 Jan 2011

Not sure. I do know one of the recent versions of dolphin had updated to a newer version of jquery. So that might have something to do with it. But i do not remember which version of dolphin that change was done in.

https://www.deanbassett.com
Quote · 11 Jan 2011

 

Not sure. I do know one of the recent versions of dolphin had updated to a newer version of jquery. So that might have something to do with it. But i do not remember which version of dolphin that change was done in.

I have the last version of  jquery 1.4.4

 

Deano can you tell me wat code to remove so I can try

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 11 Jan 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.