What is script MasterframeMasterObjects1 ?

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

What is script MasterframeMasterObjects1 ?

Post by ART »

I found the following text in the html between head head tags of an empty webpage in my project. I would like to know what this is ( i did not place it there)

MasterframeMasterObjects1
<style>
MasterframeMasterObjects1 {visibility:hidden;}
</style>

<script>
$(document).ready(function()
{
$("MasterframeMasterObjects1").css('visibility','visible');
});
</script>
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: What is script MasterframeMasterObjects1 ?

Post by Pablo »

This is not code that was added by WWB.
Maye you have added it yourself in Site HTML?
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: What is script MasterframeMasterObjects1 ?

Post by ART »

no i did not. Could this be done by an extention?
User avatar
BaconFries
 
 
Posts: 5328
Joined: Thu Aug 16, 2007 7:32 pm

Re: What is script MasterframeMasterObjects1 ?

Post by BaconFries »

Did you recently add a extension? What is the page url so can view the source for ourselves.
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: What is script MasterframeMasterObjects1 ?

Post by ART »

https://...../FR/index.php
Last edited by ART on Sat Jun 16, 2018 10:35 pm, edited 1 time in total.
User avatar
BaconFries
 
 
Posts: 5328
Joined: Thu Aug 16, 2007 7:32 pm

Re: What is script MasterframeMasterObjects1 ?

Post by BaconFries »

You must have added this yourself as I can also see reference to other <script> that are not of WB! It may also be related to a extension sts scroll to top...Note WB will never add any code so you may have copied and pasted yourself.

Code: Select all

<script>
$(function(){

});
</script>

Code: Select all

<script>
<!--
geladen = false; 
if (geladen == true)
{ 
document.write('<scr'+'ipt src="sts-scrolltotop/jquery-1.9.1.min.js"></scr'+'ipt>');
}
//-->
</script>


$(function(){

});
</script>
[code]
<script>
<!--
geladen = false; 
if (geladen == true)
{ 
document.write('<scr'+'ipt src="sts-scrolltotop/jquery-1.9.1.min.js"></scr'+'ipt>');
}
//-->
</script>
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: What is script MasterframeMasterObjects1 ?

Post by ART »

i did not insert the code myself between the head tags unless you mean that i did that myself by using the sts extention (which i use indeed) on my masterpage
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: What is script MasterframeMasterObjects1 ?

Post by ART »

i have deleted the sts scroll to top from a masterpage but the script remains
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: What is script MasterframeMasterObjects1 ?

Post by Pablo »

To be able to help you I need to see your project.
However, I am sure this is not code added by WWB itself.
So, either you have added it via Page HTML/Site HTML or it was added by an extension.
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: What is script MasterframeMasterObjects1 ?

Post by ART »

I cloned the masterpage. Now in preview it suddenly shows "page24". I did not place it there and I did not install any extention in the meantime . See printscreen : https://screenshots.firefox.com/63p5oMk5qesWpVbJ/null
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: What is script MasterframeMasterObjects1 ?

Post by Pablo »

Which page did you clone?
What are the exact steps to reproduce this behavior with your project?
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: What is script MasterframeMasterObjects1 ?

Post by ART »

I have sent you my project. It is a clone of the page FRmasterpage (clean copy). I now found in another page between the heads the following text (which i surely did not place there myself):

<style>
#RoutejQueryTabs1 {visibility:hidden;}
</style>

<script>
$(document).ready(function()
{
$('#RoutejQueryTabs1').css('visibility','visible');
});
</script>
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: What is script MasterframeMasterObjects1 ?

Post by ART »

I have not changed anything the Fr masterpage since it was published on my website.

Website scereenprint https://screenshots.firefox.com/nmRki8kO2V1izfi4/..
If i now preview the Fr index page it also shows the page 24 and no photo
Preview screenprint https://screenshots.firefox.com/eFGxY8uz5hPMZaKG/null
Last edited by ART on Sat Jun 16, 2018 10:36 pm, edited 1 time in total.
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: What is script MasterframeMasterObjects1 ?

Post by Pablo »

I have sent you my project. It is a clone of the page FRmasterpage (clean copy). I now found in another page between the heads the following text (which i surely did not place there myself):
On the page 'FRmasterpage' there is an empty CSS menu: MFCssMenu2. It is set to 'Synchronize with Site Manager'.
When you clone the page it will automatically be populated with the pages in the current level.
I now found in another page between the heads the following text (which i surely did not place there myself):
Are you sure?
I have found this: https://www.wysiwygwebbuilder.com/forum ... 20&t=71265
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: What is script MasterframeMasterObjects1 ?

Post by ART »

OK thanks the page 24 issue is clear.
About the heads text you are rigth. But as i am having the problems recently, i was thinking of recent amendments and not of changes almost 2 years ago.
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: What is script MasterframeMasterObjects1 ?

Post by Pablo »

But I think we can now agree that you have added this code yourself?
If you have another problem then first please remove all custom code and extensions.
If it still does not work then please describe where to look.
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: What is script MasterframeMasterObjects1 ?

Post by ART »

Yes but since this was added almost 2 years ago this is unlikely to cause the problems i have now. This had to do with the tabs which showed briefly all the contents on page loading. This was later resolved by using bootstrap in stead of jQuery, but i forget to remove this. I decided to rebuild the page from scratch. Thanks for your help.
Last edited by ART on Fri Jun 15, 2018 6:31 am, edited 1 time in total.
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: What is script MasterframeMasterObjects1 ?

Post by Pablo »

The code is incorrect and most likely adds extra spacing at the top of the page
Please remove the code.
Post Reply