Loading page is not working.
+2
SLGray
SpyroDragon
6 posters
Page 1 of 3
Page 1 of 3 • 1, 2, 3
Loading page is not working.
Yea I tried making a new html loading page, I followed the instructions , but when I save this.
The
Doesn't get saved, it keeps automatically removing it..
Anyone kno why its doing this?
- Code:
<br />
<BODY BGCOLOR=black>
<div style="text-align: center;">
<span style="color: red;"></span><br /> <img src="http://i68.servimg.com/u/f68/16/87/57/90/spyro_20.png" /><br /><img src="http://i68.servimg.com/u/f68/16/87/57/90/loadin12.png" /> <br /><img src="http://i68.servimg.com/u/f68/16/87/57/90/spyro_12.gif" /><span class="gensmall"> ©</span>phpbb<a target="_blank" href="http://www.forumotion.com/phpbb"></a> <br />
</div><meta content="4; URL=http://tlos.openu2.com/forum" http-equiv="REFRESH" /> <br />
The
- Code:
<BODY BGCOLOR=black>
Doesn't get saved, it keeps automatically removing it..
Anyone kno why its doing this?
Last edited by SpyroDragon on January 20th 2016, 5:54 am; edited 1 time in total
Re: Loading page is not working.
Hello,
Remove
and add
Remove
|
|
Guest- Guest
Re: Loading page is not working.
Now when I try to add
<center>
<div id="FM_widget_share" align="center">
</div>
</center>
To the Code, it automatically delets that out. I would like to show how many social likes we have as they load in.
<center>
<div id="FM_widget_share" align="center">
</div>
</center>
To the Code, it automatically delets that out. I would like to show how many social likes we have as they load in.
Re: Loading page is not working.
Which button did you press to create the HTML page?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Loading page is not working.
Hi,
The first issue (BG Color) was probably due to a compatibility issue:
HTML 5 wants you to get you CSS always separately in order to make loading and building the HTML pages faster and more dynamic.
So henceforth you should prioritize using CSS separately or using HTML tags that supplement it. Like that:
<div id="FM_widget_share" align="center"> -- Use <center> instead. Or just add it in the CSS of the class.
Regards.
The first issue (BG Color) was probably due to a compatibility issue:
Compatibility Notes. The <body> bgcolor attribute is not supported in HTML5. Use CSS instead. CSS syntax: <body style="background-color:#E6E6FA">.
HTML 5 wants you to get you CSS always separately in order to make loading and building the HTML pages faster and more dynamic.
So henceforth you should prioritize using CSS separately or using HTML tags that supplement it. Like that:
<div id="FM_widget_share" align="center"> -- Use <center> instead. Or just add it in the CSS of the class.
Regards.
Re: Loading page is not working.
I tried <center><div id="FM_widget_share;"></center>
and it still wont load on the page.
and it still wont load on the page.
Re: Loading page is not working.
Could you please post the link to this page?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Loading page is not working.
SpyroDragon wrote:I tried <center><div id="FM_widget_share;"></center>
and it still wont load on the page.
Did you use ; in the div id name?
Also, the </center> must be placed AFTER the </div>.
Re: Loading page is not working.
I mean the link to the HTML page.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Loading page is not working.
Spyro,
I'm actually on a Mac, so I can't use Ctrl C plus Ctrl V. Besides, you should at least try being polite with someone who's trying to help you.
Anyway, can you provide me the code that you're using now?
Regards.
I'm actually on a Mac, so I can't use Ctrl C plus Ctrl V. Besides, you should at least try being polite with someone who's trying to help you.
Anyway, can you provide me the code that you're using now?
Regards.
Re: Loading page is not working.
Sorry I find it frustrating when people try to help with something completely irllevent and give me awnsers that are half-***'ed.
read the 1st post for the code I'm using right now.
read the 1st post for the code I'm using right now.
Re: Loading page is not working.
That wasn't irrelevant. You provided me an invalid code and I replied with the correct syntax.
Through this topic you have made several changes in your code (for instance the BGColor).
Try this one then:
Let me know what modifications you'd like to be done.
Regards.
Through this topic you have made several changes in your code (for instance the BGColor).
Try this one then:
- Code:
<html>
<head> <style>body{background:black;}</style>
<meta content="4; URL=http://tlos.openu2.com/forum" http-equiv="REFRESH" /></head>
<body>
<br /> <center> <img src="http://i68.servimg.com/u/f68/16/87/57/90/spyro_20.png" /><br /><img src="http://i68.servimg.com/u/f68/16/87/57/90/loadin12.png" /> <br /><img src="http://i68.servimg.com/u/f68/16/87/57/90/spyro_12.gif" /><span class="gensmall"> </span>phpbb<a target="_blank" href="http://www.forumotion.com/phpbb"></a> <br />
</body>
</html>
Let me know what modifications you'd like to be done.
Regards.
Re: Loading page is not working.
Okay, I appreciate you trying to help me @Ace, but I would like it if you let slgray or someone else handle it, but thanks for the support.
And sorry if I was rude saying that, but I don't kno any other polite way of saying it.
To get this back on topic, I need help getting the forumotion facebook share button on the loading page.
Heres the html page atm.
And sorry if I was rude saying that, but I don't kno any other polite way of saying it.
To get this back on topic, I need help getting the forumotion facebook share button on the loading page.
Heres the html page atm.
- Code:
<style>body{background:black;}</style> <br />
<div style="text-align: center;">
<span style="color: red;"></span><br /> <img src="http://i68.servimg.com/u/f68/16/87/57/90/spyro_20.png" /><br /><img src="http://i68.servimg.com/u/f68/16/87/57/90/loadin12.png" /> <br /><img src="http://i68.servimg.com/u/f68/16/87/57/90/spyro_12.gif" /><span class="gensmall">s</span> s<a target="_blank" href="http://www.forumotion.com/phpbb"></a> <br />
</div><meta content="10; URL=http://tlos.openu2.com/forum" http-equiv="REFRESH" /> <br />
Re: Loading page is not working.
Hello,
I don't know if this matters at all but, I just went to your site's homepage (that you provided above) and got the 'loading' html page, the background color was black.
Could the code be working right after all? I just say thos because I know the peiece of the code in question that is having a problem is the part of the code that deals with the background color. The background of the page does appear black. If I am mis understanding this I apologize.
-Brandon
I don't know if this matters at all but, I just went to your site's homepage (that you provided above) and got the 'loading' html page, the background color was black.
Could the code be working right after all? I just say thos because I know the peiece of the code in question that is having a problem is the part of the code that deals with the background color. The background of the page does appear black. If I am mis understanding this I apologize.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Loading page is not working.
Yea someone solved that part but now i cant get the facebook widget on it .. Wehave over 30k fb likes and i would like ppl to see that as they load in.
Re: Loading page is not working.
I saw several ways to code on this page good luck hope it works for you.
https://developers.facebook.com/docs/plugins/page-plugin
https://developers.facebook.com/docs/plugins/page-plugin
Re: Loading page is not working.
Omfg read what the problem is..
When i put the foroumotion facebook wiget on the code.. It automatically removes it.. I dont need help getting a facebook widget code fkn read ffs.
<div id="FM_widget_share" align="center">
Is the code that it keeps removing.. And if you dont know what im yalking about scroll up and acualy read what the fk is going on you doofus
When i put the foroumotion facebook wiget on the code.. It automatically removes it.. I dont need help getting a facebook widget code fkn read ffs.
<div id="FM_widget_share" align="center">
Is the code that it keeps removing.. And if you dont know what im yalking about scroll up and acualy read what the fk is going on you doofus
Re: Loading page is not working.
SpyroDragon wrote:Omfg read what the problem is..
When i put the foroumotion facebook wiget on the code.. It automatically removes it.. I dont need help getting a facebook widget code fkn read ffs.
<div id="FM_widget_share" align="center">
Is the code that it keeps removing.. And if you dont know what im yalking about scroll up and acualy read what the fk is going on you doofus
Hey! Be nice, he is just trying to help. No need to be rude. This is the 2nd time you have done this in this topic and you have done it to me personally back when I was member. I understand you are frustated at someone misunderstanding your problem, but you need to find a better way to express it. This whole name calling and being rude is NOT acceptable and the next time I see it, I WILL be issuing a reminder or warning depending on the severity. Consider this a pre reminder. Express what your trying to say more politely or don't say it at all. As the saying goes: If you haven't got anything nice to say, say nothing at all.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Loading page is not working.
Have you tried exactly looking for a similar code to use?SpyroDragon wrote:Omfg read what the problem is..
When i put the foroumotion facebook wiget on the code.. It automatically removes it.. I dont need help getting a facebook widget code fkn read ffs.
<div id="FM_widget_share" align="center">
Is the code that it keeps removing.. And if you dont know what im yalking about scroll up and acualy read what the fk is going on you doofus
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Loading page is not working.
No you got one that has saved all 30k fb likes like the forumotion widget?
Useing another widget i beleive would reset the amount of likes
Useing another widget i beleive would reset the amount of likes
Re: Loading page is not working.
It should show the same results as the Forumotion's one.SpyroDragon wrote:No you got one that has saved all 30k fb likes like the forumotion widget?
Useing another widget i beleive would reset the amount of likes
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Page 1 of 3 • 1, 2, 3
Similar topics
» Contact page and Legal page is not working
» help me : loading proccess in every page..
» Main Page Not Loading Help Please............
» Slow page loading
» Having Trouble with Loading page
» help me : loading proccess in every page..
» Main Page Not Loading Help Please............
» Slow page loading
» Having Trouble with Loading page
Page 1 of 3
Permissions in this forum:
You cannot reply to topics in this forum