text and html do not show up on site...

User 2306555 Photo


Registered User
1 post

Strange issue-
mark4property.com/featured.html
On a specific page of my site, I try to add a text box, it doesnt show up on the page online. I tried adding via html box, that also doesnt show up. I checked out the .html file of the site, and the items that I mentioned dont even show up in the page html at all. Neither does my CSS Menu html file that is correctly displayed on all the other pages of the site.
So in VSD I deleted the page, and started over by copying from (a different one than last time) another page on the site. Same issue.
I started troubleshooting by putting a phony shape on the page and uploading, that worked. Image showed up. I tried putting in another brand new text box, it will not show up.
I re-synced the site. No change.
To make sure people didnt think I am crazy :) I included a screen shot of the VSD page where I have the CSS Menu html box and the text box shown, neither of which will display on the site online.

thoughts?


Attachments:
User 2088758 Photo


Senior Advisor
3,086 posts

Hi there Tracy,

I think what might be happening here is your z-index is out of alignment for this text box. I have had this happen to me on occasion as well. What I would like you to try and do is select this text box and press Alt+F. That should bring the text box to the front of the site.

Let me know if that works.
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
User 2088758 Photo


Senior Advisor
3,086 posts

I think i may have found an error in your iframe that could be causing this issue. You are missing a " on the scrolling="yes" part of your code.

<div class="Object1941"><iframe src="http://coar.rapmls.com/scripts/mgrqispi.dll?APPNAME=Centraloregon&PRGNAME=MLSLogin&ARGUMENT=2WVYmcqq7eRMpJBM%2FV%2FxkhUVDBZonfomqpqNUsEXD4w%3D&KeyRid=1" width="750" height="750" scrolling="yes>

<p>Your browser does not support iframes.</p>

</iframe>

</div>
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
User 2147626 Photo


Ambassador
2,958 posts

May or may not be a problem, I'm not really a coder though it seems I'm getting in deeper and deeper: :P

What I see is a graphic, the background you have behind the video on the home page and listings on the Featured page. Gold in color. It is not in the same position on both pages and may be 'covering up' the menu, if not just interfering with it.
On the home page the graphic and menu are here...
div.Object1824 { position:absolute; top:250px; left:3px; z-index:0; }
div.Object1835 { position:absolute; top:203px; left:-9px; width:990px; z-index:11; }


On the featured page, here ...
div.Object1931 { position:absolute; top:230px; left:10px; z-index:0; }
div.Object1942 { position:absolute; top:203px; left:-9px; width:990px; z-index:11; }


Object number should make no difference. Notice that the menu (on the second line) is in the same absolute position, but the graphic is not. Try positioning the graphic lower on the Featured page and see if your menu shows.

Another note. That graphic shifts around quite a bit between pages. Kind of 'odd' for a user when going from page to page. You should try and position everything the same from page to page to give the user a better experience. I noticed it because it is not centered on the menu on some pages. :cool:

Let us know how you make out and if you are still having problems.

Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.