JavaScript & Responsive - Post ID 217946

User 2471736 Photo


Registered User
39 posts

I just installed the trial to give this a go. I checked my site (static) and it doesn't show any js even though I do have 3. They are clearly linked in the head tags. How is this reporting these.

Also it's saying the site is not responsive, when it is.

These are just the couple things I noticed. Accuracy would be important to me before I buy it. It does look rather intriguing though.
A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty.
User 2147626 Photo


Ambassador
2,958 posts

As this is a user to user forum we are in the same dark room as you. Might want to open a support topic and see if the CC gurus can give you a faster answer. There may still be a few bugs. I mention this because the program told me that a web form would be a good idea when in fact I have one on my home page. Scott said they already identified that and it would be fixed in a soon to be released update. Post back if you would and let us know what they say about your issue. :cool:
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com
User 103173 Photo


VP of Software Development
0 posts

Please do open a support ticket so we can look into it for you. Without the website address, I cannot look at your site to see what is going on. As to Responsive Design, it scans your CSS for the @media queries. I would also need to see your site to check if it is correctly coded.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 2205398 Photo


Registered User
11 posts

I've got the same problem RE responsive design. My media queries are not in the CSS file, I'm using code in the page head to include/exclude css sheets depending on the media... eg.

<head>
<link rel="stylesheet" href="styles_responsive/desktop.css" type="text/css" media="only screen and (min-width:801px)">
<link rel="stylesheet" href="styles_responsive/mobile.css" type="text/css" media="(min-width:0px) and (max-width:800px)">
</head>


My site is not recognised as responsive.
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

Did you grab the latest update?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2205398 Photo


Registered User
11 posts

I downloaded and installed over the old trial version about an hour ago. In the 'About' window of Website Insight is shows Version 1.0 Build 200
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

I would open a support topic as it might be a bug that needs fixing.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 235128 Photo


Registered User
33 posts

Same issue here regarding the missed javascript files. Using WSIS v1.0 build 206

Link:
http://webtechworks.com/~arena/WebsiteI … index.html

Source:

<script src="jquery.js"></script>
<script src="script.js"></script>
<script src="script.responsive.js"></script>
User 103173 Photo


VP of Software Development
0 posts

Razbrizz wrote:
I downloaded and installed over the old trial version about an hour ago. In the 'About' window of Website Insight is shows Version 1.0 Build 200

Version 1.1 will have support for inline media queries.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 103173 Photo


VP of Software Development
0 posts

codeDawg wrote:
Same issue here regarding the missed javascript files. Using WSIS v1.0 build 206

Link:
http://webtechworks.com/~arena/WebsiteI … index.html

Source:

<script src="jquery.js"></script>
<script src="script.js"></script>
<script src="script.responsive.js"></script>

Thanks for reporting that. I have verified it here and will get this over to our developers. If you can please leave that site online, it will help with testing.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.

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.