• 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: Removing scrollbars from the subscribe pop up?

Removing scrollbars from the subscribe pop up? 12 years 9 months ago #13961

  • Pelle P
  • Pelle P's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Is it possible to design the subscribe pop up without modifying the component source code?

Best Regards

Pelle
The administrator has disabled public write access.

Re:Removing scrollbars from the subscribe pop up? 12 years 9 months ago #14070

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

Unfortunately there is no way of editing the popup for the Subscribe Form without modifying the source code of the component.
The administrator has disabled public write access.

Re:Removing scrollbars from the subscribe pop up? 12 years 9 months ago #14197

This is a problem.

I need to be able to make the size of the popup window bigger, or it needs to resize itself based on its contents.

Currently, the payment radio buttons and the Register and Cancel buttons fall off the bottom of the popup window.

Computer users have no problem registering for events using the popup because they can scroll down (although I wish they didn't have to).

Users who register using an iPad or iPhone cannot register. The iOS browser does not render a scrollbar in the popup window, so those users cannot scroll down to register. They are stuck.

This is frustrating because if the window were just a little bigger, everyone could register.

Please help. Thanks.
The administrator has disabled public write access.

Re:Removing scrollbars from the subscribe pop up? 12 years 8 months ago #14294

in

components/com_rsevents/helpers/events.php

look for line 973:

jQuery("a[rel=\'subscrmodal'.$type.'\']").colorbox({iframe:true, '.$position.' , title:\''.JText:

change to:

jQuery("a[rel=\'subscrmodal'.$type.'\']").colorbox({iframe:true, scrolling:false, '.$position.' , title:\''.JText:


But remember, this is not upgrade-safe !
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!