close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

All kinds of errors and formatting problems with Site Sculptor

Thread began 4/01/2012 3:16 pm by elevy388997 | Last modified 4/04/2012 2:37 pm by elevy388997 | 709 views | 2 replies |

elevy388997Beta Tester

All kinds of errors and formatting problems with Site Sculptor

I went through the normal operations of creating a layout in CSS sculptor, making it a DW template, creating a new preset in the preset manager for site sculptor designs, made my navigation menus etc. Then I went to create the site in site sculptor and started getting all these errors and problems (see attached). I also got a syntax error on my index.html line 157 - "po.src = sitesculptor_assets/home/js/plusone.js';" . This is also the same type of coding that gives me an error in the site sculptor wizard. They all start with po.src = The first two images show the dwt I made and then the layout site sculptor made. As you can see it is forcing the content area all the way to the right and making it like 30 px wide. I've never had these problems before and I did delete the .dat file and reinstall extensions. The 4th image in happens like 3 times in a row and just changes the line that the error is on. When I click on any text in the index.html page, it selects everything on the page.

On a side note, if I plan on implementing data assist, ecart and security assist, should I have used site sculptor to make php pages, or will the html pages be ok to work with/around?

I was hoping restarting everything would work so deleted the site, remade everything and i still get the errors. When I click on any of the other presets it previews and works fine, it is when I choose the preset for the Site Design that the error for the unterminated string constant shows up. When i create a new page from template, everything is fine. So it seems to be a problem when I put the design into site sculptor.

I read a lot into the database topics and how to setup a user system, make an order history page etc etc and was excited to get rolling with this personal site of mine. Please help me get this resolved ASAP, im anxious! Thanks

These lines are giving me errors (even after I deleted the code from the dwt it says I have error on line 147, and there is no line 147):

if($('.textItem').length > 1)
and then the } before the "else"

<script type="text/javascript">
$(document).ready(function()
{
setupRotator();
});
function setupRotator()
{
if($('.textItem').length > 1)
{
$('.textItem:first').addClass('current').fadeIn(1000);
setInterval('textRotate()', 10000);
}
}
function textRotate()
{
var current = $('#quotes > .current');
if(current.next().length == 0)
{
current.removeClass('current').fadeOut(1000);
$('.textItem:first').addClass('current').fadeIn(1000);
}
else
{
current.removeClass('current').fadeOut(1000);
current.next().addClass('current').fadeIn(1000);
}
}
</script>
Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

If anyone else is experiencing this same issue, please append to this thread.

Sign in to reply to this post

elevy388997Beta Tester

Fixed via support call! It was a CSS problem.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...