• 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: RSEdimo copyright and footer positon

RSEdimo copyright and footer positon 4 years 6 months ago #39482

How can I edit this module. When I go to Extensions>Modules and bring up Copyright, there is no place to edit the content in this module.
The administrator has disabled public write access.

RSEdimo copyright and footer positon 4 years 6 months ago #39494

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

'Joomla! Templates by RSJoomla!' cannot be changed without source code modifications, but instead, you can follow these steps:

- go to Extensions > Templates > RSEdimo! > Advanced and Hide the Copyright Link

- then, go to Extensions > Modules > Create a new HTML module > assign the RSEdimo! Copyright A position

- in this newly created module add something similar:
<div class="rsedimo-credits">
  <p>Credits <a href="">here</a></p>
</div>

Next you will need to create a custom.css file as instructed here and something similar:
.rsedimo-credits p {
    text-align: right;
}
The administrator has disabled public write access.
The following user(s) said Thank You: spost2548
  • 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!