Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1

    Default Problem with updating content

    Hi,
    I'm using Xara 5's web site creation features to create an assignment template for my students. The idea is that the students will eventually have a site without the main content but with the navigation in place and then they will put relevant content into their site. I have put in 'place holder' content to give them an idea of the types of content they might use (just using sample text, images, graphics, videos and tables. Generally things have gone well but having created a page to act an image gallery and then trying to add a simple text link to access the page I find that the text fails to appear when previewed or when the site is exported. Deleting the text field and entering a new text field still shows the old text field (the one that has been deleted) with the new one overlayed i.e. it seems to remember the old text even though it's been deleted.

    An example of the text showing in XARA but not in the preview appears right at the bottom of the Analysis page within the Technical section of the site (this is accessed via the Technical icon on the home page when previewing the site. I've attached the .xar file. Any help/advice would be appreciated.

    Peter Walder
    Attached Files Attached Files

  2. #2

    Default Re: Problem with updating content

    Sorry Peter - I'm finding it very hard to follow you.

    Are you referring to page 4 in your .xar file?

    Perhaps you might take a screen shot of the Xtreme page view and the preview to show us what you are seeing?

  3. #3

    Default Re: Problem with updating content

    Many thanks for the speedy reply. Apologies for the rather muddles original post.
    You are right that the problem is displayed on page 4 at the bottom. The screenshot xaraweb1 shows the view in Xara5 at the bottom of the page with the text link in place and the xaraweb1explorer screenshot shows the preview in Explorer where the text link is missing.

    Page 5 at the bottom (see xaraweb2) shows the reverse happening. In this screen shot there is no text at the bottom of the page in Xara 5 because it has been deleted but in xaraweb2explorer the preview shows text (which was deleted).

    I hope this shows the problem.

    Thanks for looking at this,

    Peter W
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	xarweb1.png 
Views:	216 
Size:	32.2 KB 
ID:	64137   Click image for larger version. 

Name:	xarweb1explorer.png 
Views:	223 
Size:	10.8 KB 
ID:	64138  

    Click image for larger version. 

Name:	xarweb2.png 
Views:	216 
Size:	1.8 KB 
ID:	64139   Click image for larger version. 

Name:	xarweb2explorer.png 
Views:	227 
Size:	8.5 KB 
ID:	64140  


  4. #4
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,895

    Default Re: Problem with updating content

    Peter, there's something very strange going on within your file. For example if you delete all the text/images and placeholders from page 4 Analysis and preview or export the site it's still all there.

    I'm pretty sure it's something to do with the way you've placed html in the placeholder on page4. It looks like a full html page source which a placeholder can't contain, your creating a page within a page. I believe the only way to do this is via an iframe. Someone more knowledgeable than me will be along shortly and tell me I'm wrong.
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  5. #5
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,895

    Default Re: Problem with updating content

    I've done some more looking into this and I can get it to work fine via iframes.

    I've cut and copied your complete placeholder "replace with html" text into notepad and saved it as excel.htm which I then posted HERE

    I then copied most of the content of your page 4 into a new document but omitted your placeholder and placed in a new one with the following "Replace with html" code.

    Code:
    <iframe name=excelTable src=http://www.xlwebdesign.co.uk/fun/excel/excel.htm width=100% height=100% scrolling=auto frameborder=0 marginheight=0 marginwidth=0</iframe>
    The page now works as expected with all the text visible. Of course it's only a 1 page site so I didn't include your buttons.

    I attach the web file. If you preview it it should work.

    It may be possible to do it the way you tried but I believe you'd need a <head> placeholder for the head section of the code you were using and another for the body part of the html.
    Attached Files Attached Files
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  6. #6

    Default Re: Problem with updating content

    Yeh this site is a real mess unfortunately.
    Peter you have the same content repeated many many times on every layer on every page.
    Each page has hidden layers (Photo 1 to Photo 5) on which all content for the entire site is repeated.

    Also, using a placeholder for the entire HTML output of MS EXCEL is not a great idea, MS html is a bloated horrible mess which will break any decent website.
    You need to isolate that html to a html doc of it's own and your <iframe placeholder to reference that file. This keeps it separate from your exported source and stops the MS bloat goat from messing with your own output source.

    First though, you need to remove all those unnecessary layers from all pages.
    Then start the Gallery page again (which is where I assume you need the hidden photo 1 to photo 5 layers only)

  7. #7
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,895

    Default Re: Problem with updating content

    You need to isolate that html to a html doc of it's own and your <iframe placeholder to reference that file.
    Isn't that what I already said?

    I then copied most of the content of your page 4 into a new document but omitted your placeholder and placed in a new one with the following "Replace with html" code.
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  8. #8

    Default Re: Problem with updating content

    Yes it was. But less than two minutes between our posts Egg. I was typing while you were posting and checking all those repeated content layers.

    Great minds....

  9. #9

    Default Re: Problem with updating content

    Many thanks to both Sledger and Egg for taking the time to sort this. I've redone most of the site today and everything is working fine but I haven't addressed the iframe issue yet which I'll have a go at tonight...I haven't used iframes before and your comments have helped me understand when they are likely to be appropriate...thanks. I'm really not sure what I did to create all the duplication in the gallery but anyway I have re-worked it and that does seem to work well now. I've really appreciated your help (and we have ordered 80 licences of Xara 5 for the students to use so the xara community will grow a bit) and support like this is a tremendous help.

    Kind regards

    Peter Walder

  10. #10

    Default Re: Problem with updating content

    Quote Originally Posted by peter walder
    we have ordered 80 licences of Xara 5 for the students to
    Be sure and invite them to register here at TalkGraphics!

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •