Stay On Top ***23/10/13***
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Stay On Top ***23/10/13***
Stay On Top ***23/10/13***
Previously known as "GOEMO English Translated Fixed Object" the extension has been updated and renamed correctly to Stay on Top by "Dynamic Drive". Please remove all previous versions of the old extenion as it has now been replaced by "Stay on Top"
/***********************************************
* Stay on Top content script- (c) Dynamic Drive DHTML code library (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
With the "Stay on Top" extension a desired WYSIWYG Web Builder object can be placed at a certain position (relative to the Browser window corners). This object will the remain, in that position indicated even when the browser page is scrolled. This could the be used for placing a advertising message/ information messages etc on page that will always be visible to the viewer when they scroll through the page that the extension is set on. This can only be used on objects and not on any other extension that is used on page.
Meets W3C Standards
Built with Extension Builder 4.1
Original authors site:
Dynamic Drive
http://www.dynamicdrive.com/dynamicinde ... yontop.htm
Download
Extension is now avaialable from the Extension Manager for WB9.x.x users
Previously known as "GOEMO English Translated Fixed Object" the extension has been updated and renamed correctly to Stay on Top by "Dynamic Drive". Please remove all previous versions of the old extenion as it has now been replaced by "Stay on Top"
/***********************************************
* Stay on Top content script- (c) Dynamic Drive DHTML code library (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
With the "Stay on Top" extension a desired WYSIWYG Web Builder object can be placed at a certain position (relative to the Browser window corners). This object will the remain, in that position indicated even when the browser page is scrolled. This could the be used for placing a advertising message/ information messages etc on page that will always be visible to the viewer when they scroll through the page that the extension is set on. This can only be used on objects and not on any other extension that is used on page.
Meets W3C Standards
Built with Extension Builder 4.1
Original authors site:
Dynamic Drive
http://www.dynamicdrive.com/dynamicinde ... yontop.htm
Download
Extension is now avaialable from the Extension Manager for WB9.x.x users
Last edited by BaconFries on Sun Sep 11, 2011 8:06 pm, edited 9 times in total.
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Hi DarrenH ok what the extension does to to fix a object to a position in the browser... lets say you have made your site you will know that each item or object you add to page is given a unique ID you can see this if you look in Site Manager>General and highlight a image or a object on the page you will see that it is given a ID (example ID Shape5)....now lets say you add a Advert image that you want to display on page and you need it to be fixed at a point so even when a user scrolls down the page this advert will always be in view... so then you would use the advert image ID in the extension were it asks for ID now you need to decide were you want it to be placed in the browser window when it open so you would select from 1, 2, 3, 4 each number is a postion on page top left, top right, bottom right, botton left what ever number you select then this is the position that the advert image will get displayed when the browser window opens...I know it looks confusing and I thought that at first but once you get a hang of it it easy enough to use I will try to upload a demo before I retire tonight so you can see what it does again If I can help just ask....
- me.prosenjeet
-
- Posts: 1267
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
Thanks Bacon!
you are too good to be true
you are too good to be true
Check the new Chat GPT and Malware detect extensions at the link below
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
- me.prosenjeet
-
- Posts: 1267
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
Bacon,
Will it be possible for you to play with the script and add the possibility to...
1) ...link the object (image) to an url
2) ...to add various degrees of transparency(eg. watermark type) in the image?
Will it be possible for you to play with the script and add the possibility to...
1) ...link the object (image) to an url
2) ...to add various degrees of transparency(eg. watermark type) in the image?
Check the new Chat GPT and Malware detect extensions at the link below
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Evening Cincy glad you like with this extension it can only be a object that gets add ie a shape, image it not possible to add another extension into it
To give reference to a image in a extension it can be done like this
CSS
<style type="text/css">
div.img
{
margin:2px;
border:$size$px solid $color$;
height:auto;
width:auto;
float:left;
text-align:center;
}
div.img img
{
display:inline;
margin:3px;
border:$size2$px solid $color2$;
}
div.img a:hover img
{
$size3$px solid $color3$;
}
div.desc
{
text-align:center;
font-weight:normal;
width:120px;
margin:2px;
}
</style>
Body
<div class="img">
<a target="_blank" href="$url$">
<img src="$image$" alt="$alt$" width="$width$" height="$height$" />
</a>
<div class="desc">$message$</div>
</div>
To give reference to a image in a extension it can be done like this
CSS
<style type="text/css">
div.img
{
margin:2px;
border:$size$px solid $color$;
height:auto;
width:auto;
float:left;
text-align:center;
}
div.img img
{
display:inline;
margin:3px;
border:$size2$px solid $color2$;
}
div.img a:hover img
{
$size3$px solid $color3$;
}
div.desc
{
text-align:center;
font-weight:normal;
width:120px;
margin:2px;
}
</style>
Body
<div class="img">
<a target="_blank" href="$url$">
<img src="$image$" alt="$alt$" width="$width$" height="$height$" />
</a>
<div class="desc">$message$</div>
</div>
OK .. OK ... this ain't funny anymore BaconFries, it's only the 3th jan, yet another wave.
If I count it correctly, you have about 5 or 6 more extensions to go ?
... you know what would be funny, if Pablo would release WB 6.5.5
and suddenly all extensions are incompatible again . .
I would hear a primal scream around the globe ... nooooooooOOO!
And that scream would be you! . . .
TNX . so very much for all this hard work BaconFries!
+TNX for your update mail, have not updated the INDEX yet, but will ASAP.
If I count it correctly, you have about 5 or 6 more extensions to go ?
... you know what would be funny, if Pablo would release WB 6.5.5
and suddenly all extensions are incompatible again . .
I would hear a primal scream around the globe ... nooooooooOOO!
And that scream would be you! . . .
TNX . so very much for all this hard work BaconFries!
+TNX for your update mail, have not updated the INDEX yet, but will ASAP.
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
this is working of a hangover ?BaconFries wrote: Theres no rush on these it was just my way of working of a a little hangover... but what you do is it just this time of year when I go ....for the others they can wait....
(uuuhh ... well actually I can agree in this argument . .)
but I thought you took my advise and went sleeping.
you must be sleeping and typing with your toes while sleeping then . .
INDEX is updated BaconFries! . .
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
The extension does not need to be updated the reason why you are having issues is because both extensions Fixed Object and the New slide show both use jquery and are conflicting with each other it will need to be one or the other sorry if you must have both then you would need to modify the source code manually and remove the following line this way you can run both extensions at one time
<script type="text/javascript" src="js/goemo_fixedobject_jquery.min.js"></script>
To remove this line of code you will need to open the HTML source in notepad++ or any other HTML editor look for the line of code above and delete from the source save the changes and upload the page to server the only issue here is if you make any chages in WB with both extensions on the page and save you will need to do this again....
Update on this I have just tested the fixed object with the latest version of jquery and the issue is still the same it is nothing to do with the fixed object it because both extensions use jquery so it wll need to be one or the other as I have already mentioned...
<script type="text/javascript" src="js/goemo_fixedobject_jquery.min.js"></script>
To remove this line of code you will need to open the HTML source in notepad++ or any other HTML editor look for the line of code above and delete from the source save the changes and upload the page to server the only issue here is if you make any chages in WB with both extensions on the page and save you will need to do this again....
Update on this I have just tested the fixed object with the latest version of jquery and the issue is still the same it is nothing to do with the fixed object it because both extensions use jquery so it wll need to be one or the other as I have already mentioned...
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Hi ok a update I have managed to figure out a way of using both extensions at once without with causing any errors and without the need to use a iframe i just need to test a bit more by building a demo page with a few objects, shapes, images once this is done I will update and you will be able to download from the usual place
Good Evening BaconFries,BaconFries wrote:Hi ok a update I have managed to figure out a way of using both extensions at once without with causing any errors and without the need to use a iframe i just need to test a bit more by building a demo page with a few objects, shapes, images once this is done I will update and you will be able to download from the usual place
Did you use the function jQuery.noConflict() or were you able to just change what version jQuery one of the extensions used?
Not being nosy, but this will be a common topic on the forum I think...
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Afternoon gp nope your not being nosey lol yes I am trying the jQuery.noConflict() but inserting it like below so far it seems to work fine...I really want to check with a few of my own and other extensions that use the jQuery looks like I will have one or two to add this two...
Code: Select all
<script type="text/javascript">
jQuery.noConflict();
</script>
- Rebel Studio
-
- Posts: 73
- Joined: Tue Nov 04, 2008 10:55 pm
- Location: NL
Re: GOEMO English Translated Fixed Object ***Updated 25/07/1
It wont let me dl the file because of settings of the owner
Re: GOEMO English Translated Fixed Object ***Updated 25/07/1
@Rebels I just try to download and I had no problem...Are you using this link: http://www.mediafire.com/?bzsw6c2mblmyb0b
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Re: GOEMO English Translated Fixed Object ***Updated 25/07/1
Hi rebels sorry about that I have been tidying up all the folders on mediafire with extensions in them...it should now be fine to download....
- Rebel Studio
-
- Posts: 73
- Joined: Tue Nov 04, 2008 10:55 pm
- Location: NL
Re: GOEMO English Translated Fixed Object ***Updated 25/07/1
Thank you it works fine now
- Rebel Studio
-
- Posts: 73
- Joined: Tue Nov 04, 2008 10:55 pm
- Location: NL
Re: GOEMO English Translated Fixed Object ***Updated 25/07/1
But now i wonder if i got the right extention, i want a image that stays on the same spot when the rest of the site is scrolling down. I dont want the effect you get in a layer.
I have red the englisch pdf but i dont get how to insert a image in the extension.
Edit: nvm, figured it out, this was what i was looking for, great!! ty all
I have red the englisch pdf but i dont get how to insert a image in the extension.
Edit: nvm, figured it out, this was what i was looking for, great!! ty all
-
-
- Posts: 66
- Joined: Wed Jan 26, 2011 7:51 pm
- Location: Hellas
Re: GOEMO English Translated Fixed Object ***Updated 25/07/1
Bacon this Extention seems to have problem to corroborate with Layer objects. Can you post the source code of the Extension or a similar html code is used...???
I try it with images and is playing ok. I have an issue, i want the image to show up in the right side on the middle of screen, since i don't know the exactly height of Browser window how i will tell him that..??? Normally in other situations i put -1 does that works here...???
I try it with images and is playing ok. I have an issue, i want the image to show up in the right side on the middle of screen, since i don't know the exactly height of Browser window how i will tell him that..??? Normally in other situations i put -1 does that works here...???
infogate
<script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript">jQuery.noConflict();</script>
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Re: GOEMO English Translated Fixed Object ***Updated 25/07/1
You already have the source the extension itself is the code/source it has all the files used to make it this includes the jQuery and the javscript if you just save the extenion on its own you will have everything used, please note that this extension is only a translated version of the original one by Goemo to make it easier for non German users...
- iamafireman
-
- Posts: 84
- Joined: Mon May 26, 2008 2:41 am
- Location: Tennessee
Re: GOEMO English Translated Fixed Object ***Updated 25/07/1
Unable to download, says folder set to private, and I dont see it in the extension manager for download.
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Re: GOEMO English Translated Fixed Object ***Updated 25/07/1
It is set to PVT at the moment trying to work my way through all my extensions and update to the latest version of builder as soon as it is ready it will be available form the extension manager...
- iamafireman
-
- Posts: 84
- Joined: Mon May 26, 2008 2:41 am
- Location: Tennessee
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Re: GOEMO English Translated Fixed Object ***Updated 11/09/1
***Updated 11/09/11***
Extension now available in the Extension Manager for WB 7 users
Extension now available in the Extension Manager for WB 7 users
Re: GOEMO English Translated Fixed Object ***Updated 11/09/1
Hey BaconFries Thanks for this
Hope your looking at this thread still alas this is not working with the CSS3 menu bar is that fixable? or should I manually fix it?
Cheers
BB
Hope your looking at this thread still alas this is not working with the CSS3 menu bar is that fixable? or should I manually fix it?
Cheers
BB
KISS is the key!
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Re: GOEMO English Translated Fixed Object ***Updated 11/09/1
At the moment I am unable to check and give you an answer. I am.taking a couple days break but will take a look at this when I teturn.
Re: GOEMO English Translated Fixed Object ***Updated 11/09/1
No probe mate have a good break!! Wish I was on oneBaconFries wrote:At the moment I am unable to check and give you an answer. I am.taking a couple days break but will take a look at this when I teturn.
Thanks
BB
KISS is the key!
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Re: GOEMO English Translated Fixed Object ***Updated 11/09/1
@bburgess Ok can you please be more specific to what is the issue?. This is just so I can try to see what is wrong...
Re: GOEMO English Translated Fixed Object ***Updated 11/09/1
Hi mateBaconFries wrote:@bburgess Ok can you please be more specific to what is the issue?. This is just so I can try to see what is wrong...
I used the WB9 CSS3 Menu and the Extension did not fix it in place, thought I was doing it wrong for a while however after I changed to a normal WB9 Graphic menu the extension functioned as expected.
Hope that’s clear enough, sorry at work atm and cannot give you ss.
Oh I was using the Spoongy Pig demo to work from, if that helps.
KISS is the key!
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Re: GOEMO English Translated Fixed Object ***Updated 11/09/1
Ok try this... Drag & Drop the CSS Menu to page. Now right click on the menu, select Object HTML, now insert the following in the Before Tag* <div id="CssMenu1"> then add this to the After Tag </div> Now insert the extension and in the ID use CssMenu1... Now if all went well it should now be working...
Re: GOEMO English Translated Fixed Object ***Updated 11/09/1
Outstanding mate
I will try that after work. Its looking for a <div> tag?
Will let you know ASAP as to what happens
Thank you again!!
BB
I will try that after work. Its looking for a <div> tag?
Will let you know ASAP as to what happens
Thank you again!!
BB
KISS is the key!
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Re: GOEMO English Translated Fixed Object ***Updated 11/09/1
Yer it is looking for a <div id=" "> don't know why as the object already does this ...but on using this is seems to work as it should...A wee note I will be updating this extension to using the latest jQuery just so it is compatible with jQuery objects in WB9. As soon as update it will be available in the Extension Manager ...
Re: GOEMO English Translated Fixed Object ***Updated 11/09/1
Cool!! I will make sure this work around is a go and get back to you.
I will update when you have it sorted
Thanks very much for your help!!
I will update when you have it sorted
Thanks very much for your help!!
KISS is the key!
Re: GOEMO English Translated Fixed Object ***Updated 11/09/1
Confirmed this work fineBaconFries wrote:Ok try this... Drag & Drop the CSS Menu to page. Now right click on the menu, select Object HTML, now insert the following in the Before Tag* <div id="CssMenu1"> then add this to the After Tag </div> Now insert the extension and in the ID use CssMenu1... Now if all went well it should now be working...
Thanks again mate!
BB
KISS is the key!
Re: GOEMO English Translated Fixed Object ***Updated 11/09/1
Hi again mate
After some playing last night the menu is fixed and working fine however (and this is me not know what to do I think) I can not seem to get it to change position to Top Left, its fixed at Top Right.
I have had a play with the settings but no matter what I do its stuck at Top Right.
Can somebody advise me of a setting to get thie either Top Left or centered please?
Cheers
BB
After some playing last night the menu is fixed and working fine however (and this is me not know what to do I think) I can not seem to get it to change position to Top Left, its fixed at Top Right.
I have had a play with the settings but no matter what I do its stuck at Top Right.
Can somebody advise me of a setting to get thie either Top Left or centered please?
Cheers
BB
KISS is the key!
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Re: GOEMO English Translated Fixed Object ***Updated 11/09/1
To set to the "Top" Left you need to set it to 1, then you will need to set the Fixed Object Distance X and Fixed Object Distance Y as required. There is no setting to place directly in centre of page, to do this you need to set to either 1 or 2 the as mentioned, and then use the Fixed Object Distance X or Y to adjust to what you need. I cannot give you exact settings, this is something that is down to trial and error by yourself. There is also no other way to do this, the extension/script was designed to be at top left/right or bottom right/left by design.
Re: GOEMO English Translated Fixed Object ***Updated 11/09/1
Hi again
Will have a play tonight with the x and ys
Cheers
BB
Will have a play tonight with the x and ys
Cheers
BB
KISS is the key!
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Stay On Top ***23/10/13***
Stay On Top ***23/10/13***
Re: Stay On Top ***23/10/13***
BF does this mean there is lift on the ban of using DD scripts to make extensions or this one is an exception?BaconFries wrote:Stay On Top ***23/10/13***
Running WYSIWYG Web Builder since 2007...
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Stay On Top ***23/10/13***
I dont think there ever was a Ban really, it was down to DD terms of use. The original "Fixed Object" offered br GOEMO was actually this script and they removed the terms of use from it. I stumbled across this while trying to find a update version. I have updated this and have left all terms/copyrights intact which allows the use. I have also contacted DD by email and as of yet I have had no reponce from them. But my understanding is that if the script remains intact with all the terms ie copyright in place then it can be used,
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Stay On Top ***23/10/13***
Have tried and tested the extension and it is working as it should Tested using each jQuery setting ib WB10 along with the jQuery Menu and Tabs without any issues. Maybe you are using the extension alongside another jQuery extenion and it is conflicting with it...Please note that the extension is really no longer supported but as mentioned it does work with me...