Copy link to clipboard
Copied
I have DW CS6, but the problem has started with earlier versions for the past few years.
101 Art Gallery - Fazal Ali 2017
This is a page where I created thumbnails of art works that pop up and enlarge to medium sized pictures.
After uploading, everything works well. But when I make changes to the page, maybe text and reupload, the pop up function stops working. Worse, this homepage has hundreds of pages and old galleries from years ago which are also supposed to pop up at all times. But when I make a change to the template for example, like adding a link ( which changes all pages made from it), then, after reuploading all pages, every page that has a gallery on it with pop ups, stop working? I then have to select one thumbnail on each page, and make it pop up, then save the entire page and then all pop ups on that page work again. This is a lot of work to do each time I make a change.
Why do the pop ups stop working after reuploading an html page>
This started years ago, but did not happen with earlier versions of DW like CS3
Urgent solution needed!
Newer browsers & DW versions are much less forgiving of code errors now than they were a few years ago.
[Invalid] Markup Validation of http://101artgallery.com/2017-FazalAli.html - W3C Markup Validator
Eventually, you might want to update your site to use modal windows (lightbox viewer) instead of old fashioned pop-ups. It's a better user experience.
Also Flash & Spry Menus are dead. Most web sites have replaced them with modern equivalents.
Copy link to clipboard
Copied
The problem could be coming from DW attempting to rectify your code errors when you make changes.
Run your .DWT Template page through the validator at http://validator.w3.org and clean up your code issues. Getting everything where it belongs is a good first step for figuring out why code isn't working.
Copy link to clipboard
Copied
Newer browsers & DW versions are much less forgiving of code errors now than they were a few years ago.
[Invalid] Markup Validation of http://101artgallery.com/2017-FazalAli.html - W3C Markup Validator
Eventually, you might want to update your site to use modal windows (lightbox viewer) instead of old fashioned pop-ups. It's a better user experience.
Also Flash & Spry Menus are dead. Most web sites have replaced them with modern equivalents.
Copy link to clipboard
Copied
main template.
Re old fashioned pop ups. I have to use this old format linking thumbnails with medium sized images, then writing text below because have to keep making changes every day when something is sold, also the clients want to see the entire page at once to decide which art work they want to buy, so the info and the prices and the images have to be on one page and not in a sort of slide show.
Copy link to clipboard
Copied
You could use css flexbox and a lightbox to layout the images and text -
http://www.pziecina.com/Adobe/lightbox/lightbox.html
click on an image, or touch on a mobile device for the lightbox.
Copy link to clipboard
Copied
ilkah37751329 wrote
main template.
Re old fashioned pop ups. I have to use this old format linking thumbnails with medium sized images, then writing text below because have to keep making changes every day when something is sold, also the clients want to see the entire page at once to decide which art work they want to buy, so the info and the prices and the images have to be on one page and not in a sort of slide show.
If your site were responsive & dynamically driven with content stored in a database, you could have your cake & eat it too.
User experience is everything. It's nearly impossible to overcome a bad one.
Copy link to clipboard
Copied
It's also worth mentioning that ALL browsers will stop allowing the flash player to be installed or used from the end of 2020.
Anything you have that depends on the use of the flash player, should be replaced immediately, as over the next 3 years browsers will make it more and more difficult for it to be used by anyone.
Copy link to clipboard
Copied
It's already happening, PZ. Browsers are not making it easy for people to use Flash Player. All browsers disable Flash player by default.
Windows 8 & 10 users can't even install the latest Adobe Flash Player plugins for MS Edge or IE11. You must get Flash from your Windows updates now. And that leaves you to learn the secret handshake to enable it. It's just too much trouble.
Copy link to clipboard
Copied
Thank you for the update Nancy,
I am left wondering though if or when Adobe, (Dw in particular) will finally accept and implement better support for css animations, transforms and transitions. As currently there is only the Google designer with anything resembling a usable program for using them, and that is so far out of date that anyone using it must modify the css it creates, plus it does not support the js api for those features.
Preran may be worth Adobe looking into for Dw or Animate. The only reason the specs for these have not made it to PR status, is because svg2 is including them in its requirerments.