• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: RSBlog breaks my CSS and nivo slider

RSBlog breaks my CSS and nivo slider 12 years 10 months ago #13738

  • cmusty
  • cmusty's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi,

My CSS gets messed up after upgrading to v6 and I cannot get the nivo slider to work with it. I have disabled jQuery in the slider but still no go.

www.specialised.net.au/resources/blog

Any help?
The administrator has disabled public write access.

Re:RSBlog breaks my CSS and nivo slider 12 years 9 months ago #13762

  • bogdanc
  • bogdanc's Avatar
  • OFFLINE
  • Moderator
  • Posts: 669
  • Thank you received: 11
Hello,

From what I can see the error generated on the provided page, is:
window.addEvent is not a function
window.addEvent("domready", function() {

which is generated because Mootools is not loaded on your site. You can consider using something similar to this:
<?php JHTML::_('behavior.modal'); ?>

in your template's index.php. For example, let's say that you are using ja_purity as your template. You will need to open template > ja_purity > index.php and add the above piece of code in the head tag.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!