VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: bestcons on October 11, 2016, 15:21:28 PM

Title: "Close" button after asking a question not reacting
Post by: bestcons on October 11, 2016, 15:21:28 PM
I am on Joomla 3.6.2 with VM 3.0.18.
After a Question is asked, the system in a new page confirms that the e-mail has been sent and a Thank you message shows up (see attachment).
Unfortunately at this point the button to close the session does not react.
Any sugestion how to resolve this is appreciated.
Title: Re: "Close" button after asking a question not reacting
Post by: jenkinhill on October 11, 2016, 16:40:54 PM
Check with Protostar to see if that closes - most likely a template issue.
Title: Re: "Close" button after asking a question not reacting
Post by: bestcons on October 11, 2016, 17:03:24 PM
Used Protostar and Beez3. Same problem, so not sure whether this is a template problem.
Title: Re: "Close" button after asking a question not reacting
Post by: GJC Web Design on October 11, 2016, 17:25:37 PM
any JS errors in the console?
Title: Re: "Close" button after asking a question not reacting
Post by: bestcons on October 11, 2016, 18:13:01 PM
There are no indications in the console of JS errors.
Title: Re: "Close" button after asking a question not reacting
Post by: GJC Web Design on October 11, 2016, 18:24:31 PM
then you need to post a live url
Title: Re: "Close" button after asking a question not reacting
Post by: bestcons on October 11, 2016, 19:27:25 PM
http://www.oudvorden.nl/beeldarchief/fotos/buurtschap-linde-1/f100001-detail?tmpl=component
Title: Re: "Close" button after asking a question not reacting
Post by: GJC Web Design on October 11, 2016, 19:32:18 PM
first thing i see

TypeError: window.addEvent is not a function
http://www.oudvorden.nl/beeldarchief/fotos/buurtschap-linde-1/f100001-detail
Line 176

from your no copy thing

<script type="text/javascript">
   /* <![CDATA[ */
      window.addEvent('domready', function() {
         document.body.oncopy = function() {
            alert('U kunt hier geen kopie van maken');
            return false;
         }
      });
   /* ]]> */
</script>
Title: Re: "Close" button after asking a question not reacting
Post by: bestcons on October 11, 2016, 22:45:37 PM
AntiCopy has been switched off.
Title: Re: "Close" button after asking a question not reacting
Post by: GJC Web Design on October 12, 2016, 10:30:02 AM
and works now
Title: Re: "Close" button after asking a question not reacting
Post by: bestcons on October 12, 2016, 10:43:36 AM
Thanks a lot.