×

Notice

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

TOPIC: No thank you text on the home page

No thank you text on the home page 10 years 1 month ago #28552

  • Berd
  • Berd's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Hello,
The Thankyou (or update) messages don't appear once the submit is sent.
The module is working and doing the subscribe, I get the subscriber e-mail from Mailchimp but no Thankyou message on screen. This only happens when i assign the module to the home page, when i assign it for example to the contact page it just works fine and it shows the thank you text. So it has to be a script conflict.
How can i fix this?

BerD

No thank you text on the home page 10 years 1 month ago #28553

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

without a link to your home page it is hard to say. :) (If you want to keep it private, just drop us a line at This email address is being protected from spambots. You need JavaScript enabled to view it.)

Cheers,

Yves

No thank you text on the home page 10 years 1 month ago #28554

  • Berd
  • Berd's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Hello thanks for helping me out, you can see my site here: My Website
The module is located in mid-top (Nieuwsbrief GIJS)
Thanks.

No thank you text on the home page 10 years 1 month ago #28555

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Two JavaScript errors:

One by your template, one by com_bt_media

Timestamp: 24.10.14 09:30:22
Error: TypeError: $(...).ready is not a function
Source File: www.gijsgroningen.nl/templates/gijs/js/timesfx.js
Line: 1

Timestamp: 24.10.14 09:30:22
Error: ReferenceError: BT is not defined
Source File: www.gijsgroningen.nl/
Line: 106

Probably some errors are also caused by an outdated jQuery version:

The problem:

<script src=" www.gijsgroningen.nl/components/com_adsm.../jquery-1.8.0.min.js " type="text/javascript"></script>

Correct one (In Joomla 3.3 jQuery is provided by Joomla itself)
<script src="/media/jui/js/jquery.min.js" type="text/javascript"></script>

Is there no update for com_adsmanager?

There is generally a mess of javascript libraries on your home page (jquery ui also loaded multiple times etc. ), you should really try to merge that!

And your template uses jQuery not in compatibility mode, which is required in order for mootools and jquery work together (that's causing the first error):

www.gijsgroningen.nl/templates/gijs/js/timesfx.js

$(document).ready(function () {

should be for example

jQuery(document)..

You should really try to clean that up - maybe there are updates for your template and extensions.

Cheers,

Yves

No thank you text on the home page 10 years 1 month ago #28556

  • Berd
  • Berd's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Thanks for the information, i found out that the modules from the BT- gallery is the problem, when i unpublish these the module works. Should i contact BT-gallery for this?
  • Page:
  • 1
Time to create page: 0.101 seconds