This message is regarding adding chat button code to your website using
Expression Web and DWT.
I've downloaded and installed trial version of Expression Web 3.0 and tried
to create DWT and attach it to a HTML page. As you've said,Expression Web
doesn't display the chat button added to DWT neither in the DWT Design mode,
no in the HTML page Design mode. But when I saved the HTML page and opened it
in IE8 the chat button was displayed properly. It was displayed properly in
Firefox, Chrome and Opera also.
So it seems that the issue is related to the Expression Web editor, most
probably it doesn't execute scripts in the Design mode and our chat button is
displayed by a script. But actually the source code of the page is OK and the
chat button is visible in browsers.
Please try to do the following:
1. Create a new DWT, open it in Code mode and add the Graphics Chat Button
Code between the following tags
<!-- #BeginEditable "body" --><div>Graphics Chat Button Code goes here
</div><!-- #EndEditable -->
2. Save the DWT
3. Create a new HTML page, attach the DWT to it, save the page
4. In the Folders List at the left of the Expression Web window right
click the HTML file and choose Open -> Internet Explorer (or any other
browser you wish to test)
5. Internet Explorer usually blocks scripts execution in local files, so if
you choose IE on the step 4 you would need to right click on the green bar at
the top of the browser window and choose Allow Blocked Content.
If you can see the chat button in the browser, then everything is Ok and you
could add the chat button to your website in the same way.
Please let me know if you succeed with adding the chat button. Please also
contact us in our support chat if you have any other questions about the
system.
Thank you,
--
Templar
Additionally, if you use the editable region, any updates to that region
will NOT propagate to any attached pages. - the chat code will have to be
added to each page individually.
Steps 4 and 5 can be replaced in EW3 by using Preview in Browser, provided
the page has .htm, .html, .php or .aspx extensions, and preview is set to
use the development server.
Design view will not show any scripting or the effects of any scripting.
Design view is NOT a browser.
In EW3, snapshot or SuperPreview may show the chatbutton, but again the
development server will have to be used.
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp
Reply only to group - emails will be deleted unread.
"Templar" <Tem...@discussions.microsoft.com> wrote in message
news:E7EB6246-FFA5-4676...@microsoft.com...
You could try to add any other javascript to your DWT or HTML page and
you'll see that they are not executed either. They are executed only
when the page is opened in a browser.
If you wish to see the chat button in the Design mode, you could use the
No-Script Chat Button Code - it doesn't contain scripts and thus
executed on fly in the Design mode. And you could add the Hidden Code
for Visitor Monitoring to the page to enable real-time monitoring of the
page. This code doesn't display anything, it just performs the web page
monitoring when you open the page in a browser. But this solution is not
very good as it reduces our system functionality - visitors calling to
your chat won't be highlighted in the Visitors list, you would need to
find them manually.
I'd say that there is no reason to find workarounds for absolutely
normal situation when everything works as it should work.
Please let me know if you have any other questions or need any
additional assistance.
--
Templar
"Ronx" wrote:
> .
>
Reply only to group - emails will be deleted unread.
"Templar" <Tem...@discussions.microsoft.com> wrote in message
news:4E4FC893-C832-46E1...@microsoft.com...
you could actually add the chat button code to the non-editable
part of the DWT and it will be propagated to all attached HTML pages.
I've just tried this myself and it worked well.
You'd only need to open the DWT in Code mode and insert the chat button
code within the BODY part of the DWT but before of after its editable
part. Below is the example of how it looks in the new DWT:
<body>
Chat button code goes here
<!-- #BeginEditable "body" -->
<div>
</div>
<!-- #EndEditable -->
</body>
After saving the DWT all changes made to tis non-editable part will be
propagated to attached pages.
--
Templar
"Ronx" wrote:
> .
>
I just received yet another email from their support staff indicating that
it does not seem to make any sense to them that I cannot successfully insert
their code in the dwt code and have it work and promulgate properly.
Thanks
--
Templar
"Ronx" wrote:
> .
>
I strongly suspect your script is simply in an editable region, not a
noneditable region, and that if you move it to a non-editable region, it
will, of course, propagate.
But publish the DWT so we can look at it if the above isn't the solution for
you.
There are only four conditions where that will not happen:
1) The internal linking between DWT and attached pages is broken - if this
is the case then NO changes will propagate, but you said they do.
2) You are editing on the live server using FTP - but then discussion about
publishing or not publishing the DWT is moot, the DWT is on the server.
3) As for 2) but using FrontPage extensions instead of FTP, and the
extensions are not up to date or are on a Unix server.
4) You are editing the DWT with either no web site open, or with a program
other than FrontPage 2003 or Expression Web
If you send me the code, I will probably get the same results as the
support staff - propagation to all attached pages. You can send to my
hotmail address ronx917 at hotmail dot com
Your home page needs attention:
There is a style block tucked inside the navigation before the closing
/ul> - style blocks (<style type="text/css">......</style>) should always
be in the <head> of the page, or in an external style sheet.
The page footer is after the </body> tag. The only item that follows the
</body> tag is normally the </html> tag. The footer should definitely
before </body>.
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp
Reply only to group - emails will be deleted unread.
"Templar" <Tem...@discussions.microsoft.com> wrote in message
news:8CF4225E-82C6-4F74...@microsoft.com...
"Ronx" wrote:
> .
>
from your link your dwt would expect to be in the above location but its not
....
can you again upload it and then check that its there and the paste the link
from the browser into a post?
I would make a back up of your site before doing any playing around with the
dwt....
how many pages do you have on your site? How many does the dwt report its
updated when you make save of the dwt?
are you working on your hard drive and then ftping or publishing (http) to
the server?
Tina
Migrating from FrontPage to Expression Web Ebook v2.0
New version includes help for EW 3.0
Find out how to transition from fp to ew with ease
http://www.frontpage-to-expression.com/ebook.html
"Tina Clarke" wrote:
> http://www.thejoecockerfoundation.org/JoeCockerAlert/master.dwt
>
> from your link your dwt would expect to be in the above location but its not
> .....
>
> can you again upload it and then check that its there and the paste the link
> from the browser into a post?
>
> I would make a back up of your site before doing any playing around with the
> dwt....
>
> how many pages do you have on your site? How many does the dwt report its
> updated when you make save of the dwt?
>
> are you working on your hard drive and then ftping or publishing (http) to
> the server?
>
> Tina
>
> Migrating from FrontPage to Expression Web Ebook v2.0
> New version includes help for EW 3.0
> Find out how to transition from fp to ew with ease
> http://www.frontpage-to-expression.com/ebook.html
>
> .
>
I believe a message comes up simply sayiong update complete.
I work on my hard drive and publish to an FTP Server.
Templar
"Tina Clarke" wrote:
> http://www.thejoecockerfoundation.org/JoeCockerAlert/master.dwt
>
> from your link your dwt would expect to be in the above location but its not
> .....
>
> can you again upload it and then check that its there and the paste the link
> from the browser into a post?
>
> I would make a back up of your site before doing any playing around with the
> dwt....
>
> how many pages do you have on your site? How many does the dwt report its
> updated when you make save of the dwt?
>
> are you working on your hard drive and then ftping or publishing (http) to
> the server?
>
> Tina
>
> Migrating from FrontPage to Expression Web Ebook v2.0
> New version includes help for EW 3.0
> Find out how to transition from fp to ew with ease
> http://www.frontpage-to-expression.com/ebook.html
>
> .
>
Tina
Templar" <Tem...@discussions.microsoft.com> wrote in message
news:87F53ABA-CC49-4139...@microsoft.com...
I try but fail getting into it from the address line on my browser page. I
don't know what to tell you. I assume the address is
.......thejoecockerfoundation.org/master.dwt
--
Templar
"Tina Clarke" wrote:
> .
>
you should see the root
and under that if that is where you have it should be a file called
master.dwt
are you sure it is not in a folder?
when you publish from your hd to the server the hd should be on the LEFT
pane and the server should be in the RIGHT pane....
can you see under the root in the right pane a file called master.dwt ?
are you sure you are publishing to the correct domain... check your remote
website properties
and how can it be in the root when your homepage says
<!-- #BeginTemplate "JoeCockerAlert/master.dwt" -->
that file says it is in the folder JoeCockerAlert .....
so make sure you publish THAT folder with the dwt in it
you need the EXACT path .... look at the top of expression web it should
give you the path .... in fact open the dwt on your hd and tell us the path
... we can extropolate that for the server .... but first publish the folder
with the master.dwt file thats in it .....cos thats not on the server.
Tina
--
Migrating from FrontPage to Expression Web Ebook v2.0
New version includes help for EW 3.0
Find out how to transition from fp to ew with ease
http://www.frontpage-to-expression.com/ebook.html
"Templar" <Tem...@discussions.microsoft.com> wrote in message
news:D35FFCAD-C904-4E51...@microsoft.com...
As an aside, it appears that I did not include all of the necessary pages in
the "package" I sent her because the page does not come up in the dwt I
included in the package. Furthermore, that page will no longer publish for
me as you can see by clicking on the ALERT link.
But, back to our current problem, I have removed that mini-website from the
.org
website list. I republished and note that when I publish, I am publishing
from the http website created on the hard drive in EW and publishing to an
FTP server.
I hope removal of the mini-website solves this problem.
--
Templar
"Tina Clarke" wrote:
>
> If you are publishing it ... then you know where it is simply by looking at
> your folder list
>
> you should see the root
>
> and under that if that is where you have it should be a file called
> master.dwt
>
> are you sure it is not in a folder?
>
> when you publish from your hd to the server the hd should be on the LEFT
> pane and the server should be in the RIGHT pane....
>
> can you see under the root in the right pane a file called master.dwt ?
>
> are you sure you are publishing to the correct domain... check your remote
> website properties
>
> and how can it be in the root when your homepage says
>
> <!-- #BeginTemplate "JoeCockerAlert/master.dwt" -->
>
> that file says it is in the folder JoeCockerAlert .....
>
> so make sure you publish THAT folder with the dwt in it
>
> you need the EXACT path .... look at the top of expression web it should
> give you the path .... in fact open the dwt on your hd and tell us the path
> .... we can extropolate that for the server .... but first publish the folder
> .
>
<!-- #BeginTemplate "JoeCockerAlert/master.dwt" -->
so even if there was a .dwt called master.dwt under the root ... it would
have nothing to do with your homepage because the referring .dwt resided in
the JoeCockerAlert folder ON the homepage.... because that's the path it
says...
the original problem was that you opened the master.dwt directly under the
root made changes and nothing changed right?
is this site very large? I could look on the server for you and publish to
my hd... and look at it there... from the menu its just a few pages...
btw http://www.thejoecockerfoundation.org/JoeCockerAlert/JoeCockerAlerts.htm
this link on the menu is pointing to the wrong folder..if you pull back the
url and remove the folder the page shows up....so just the link is
incorrect.
On the server the dwt will work weather its on there or not .... and I
presume the folder is still on your website so you see it working there...
I would do this ... rename the master.dwt in the root to masterx.dwt ....
then I would (if you want to keep it intact - publish the folder to a site
of its own to back it up .. or just the whole site to keep things simple)
...then drag the master.dwt in the JoeCockerAlert folder to the root of your
site - do this via the folder list - THIS IS ON THE HD ... btw... that
will repoint everything in the root of your site.... then make a change to
the dwt that you can recognise.... and see if its coming up in the attached
pages in the root.... when your happy with it .. .publish to the server....
including the .dwt in the publish.... that should fix things...
don't forget make a backup FIRST.
Tina
--
http://www.expression-web.net - Expression Blog
http://any-expression.com/ - Expression Web Help
http://tech.groups.yahoo.com/group/any-expression/ - Expression Web Ezine
"Templar" <Tem...@discussions.microsoft.com> wrote in message
news:C024B10F-72F5-477D...@microsoft.com...
Tina
"Tina Clarke" <TinaC...@any-expression.com> wrote in message
news:uk2GZ5ZZ...@TK2MSFTNGP06.phx.gbl...