×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Modules don't work and Payment-page don't show

Modules don't work and Payment-page don't show 9 years 9 months ago #27381

  • Rasmus
  • Rasmus's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Hi,

So, I've bought and installed Matukio correctly (as in the tutorial-video)
I create categories, events, and a menu-item.

I then go to try out the eventlist and event, but when I try to book an event which requires payment, the payment-page does not show. Only the "Matukio-copyright"-part of the page is shown. I can't click anything.

Secondly, I wanted the booking-part to be shown at a specific part of my site, and for that I would use the modules, but NONE of the modules shows. All of them is published and set to be in the position I have created.

Can anyone help me, to fix these problems?

Modules don't work and Payment-page don't show 9 years 9 months ago #27382

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hi Rasmus,

do you have a link? Sounds like some JavaScript issues.

Secondly, I wanted the booking-part to be shown at a specific part of my site, and for that I would use the modules, but NONE of the modules shows. All of them is published and set to be in the position I have created.


Sure that the position is working? Does a Joomla custom HTML Module work at this position?

Kind regards,

Yves

Modules don't work and Payment-page don't show 9 years 9 months ago #27383

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hi Rasmus,

do you have a link? Sounds like some JavaScript issues.

Secondly, I wanted the booking-part to be shown at a specific part of my site, and for that I would use the modules, but NONE of the modules shows. All of them is published and set to be in the position I have created.


Sure that the position is working? Does a Joomla custom HTML Module work at this position?

Kind regards,

Yves

Modules don't work and Payment-page don't show 9 years 9 months ago #27384

  • Rasmus
  • Rasmus's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
I was my position that didn't work, sorry about that!

Unfortunately, I don't have a link, as I am developing on localhost, until I get my test-server up and running.

Modules don't work and Payment-page don't show 9 years 9 months ago #27385

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Without access it's hard to say what's going on - you could try debugging it yourself using Firefox and Firebug.

Yves

Modules don't work and Payment-page don't show 9 years 9 months ago #27386

  • Rasmus
  • Rasmus's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
I have gotten my testsite working, here is a link:

www.livakursertestsite.dk/eventlist/even...r-du-kontrol-kolding

Modules don't work and Payment-page don't show 9 years 9 months ago #27387

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Timestamp: 05.08.14 14:29:00
Error: TypeError: $(...).validationEngine is not a function
Source File: www.livakursertestsite.dk/eventlist/book...r-du-kontrol-kolding
Line: 442

Your template loads almost all JavaScript Code twice (Which is causing all JavaScript on the site to break, jQuery should only loaded once!!):

<script src="/media/jui/js/jquery.min.js" type="text/javascript"></script>
<script src=" www.livakursertestsite.dk/media/jui/js/jquery.min.js " type="text/javascript"></script>

Yves

Modules don't work and Payment-page don't show 9 years 9 months ago #27388

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Did you manually insert that block in your template file?

<script src=" www.livakursertestsite.dk/media/system/js/mootools-core.js " type="text/javascript"></script>
<script src=" www.livakursertestsite.dk/media/system/js/core.js " type="text/javascript"></script>
<script src=" www.livakursertestsite.dk/media/system/js/caption.js " type="text/javascript"></script>
<script src=" www.livakursertestsite.dk/media/jui/js/jquery.min.js " type="text/javascript"></script>
<script src=" www.livakursertestsite.dk/media/jui/js/jquery-noconflict.js " type="text/javascript"></script>
<script src=" www.livakursertestsite.dk/media/jui/js/bootstrap.min.js " type="text/javascript"></script>
<script src=" www.livakursertestsite.dk/templates/liva/js/template.js " type="text/javascript"></script>

??

Yves

Modules don't work and Payment-page don't show 9 years 9 months ago #27391

  • Rasmus
  • Rasmus's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
I tried to remove one of the jquery.min.js-references, but it still does not work.
And yes, that block is manually inserted in the template file.
  • Page:
  • 1
Time to create page: 0.124 seconds