• 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: Place Legenda above the calendar

Place Legenda above the calendar 7 years 2 months ago #36394

Hello,

Is it possible to place the legenda in the calendar page above the calendar? Default it is under the calendar and I want it above.
The administrator has disabled public write access.

Place Legenda above the calendar 7 years 2 months ago #36395

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 559
  • Thank you received: 102
Hello,

You can create a template override for the default.php file located under this path:

components\com_rseventspro\views\calendar\tmpl

..then change the position of the following PHP code:
<?php echo $this->loadTemplate('legend'); ?>

More specifically, move it above the div element which contains this CSS class:

rsepro-calendar.

The process of creating a template override is explained here:

www.rsjoomla.com/support/documentation/r...s-look-and-feel.html
The administrator has disabled public write access.
The following user(s) said Thank You: kees.de.goeijer

Place Legenda above the calendar 7 years 2 months ago #36411

Hello,

That works. Great and thanks.
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!