• 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: Weird text

Weird text 2 years 4 months ago #42406

  • Muadib24
  • Muadib24's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 17
Hi, I have this text "rsfp-field-multiple-plus" which is displayed at the top of the page. This text is inserted in the code just after the "body" tag, without any div or span tag, and which shifts my display down.
Any ID for this problem ?
Thank you
The administrator has disabled public write access.

Weird text 2 years 4 months ago #42407

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 634
  • Thank you received: 117
Hello,

If your website is public, can you please provide a direct URL so I can have a look? If it is private, please submit a support ticket.
The administrator has disabled public write access.

Weird text 2 years 4 months ago #42409

  • Muadib24
  • Muadib24's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 17
You can see the problem here : 2022.radiologiepompidou.com/index.php/contact
Contact page, above the blue banner there is a space that should not be there. This is due to the text "rsfp-field-multiple-plus" which is placed at the very top of the page. You will be able to see it if you greatly reduce the width of the browser or if you switch to a mobile version.
The administrator has disabled public write access.

Weird text 2 years 4 months ago #42410

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 634
  • Thank you received: 117
Hello,

By looking at your source code I can notice the following:
<style type="text/css">
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox {border-color: #aaa; margin-right: 10px;}
  .uk-form input[type="radio"], .uk-form input[type="checkbox"] {margin-right: 10px;}
  .rsfp-field-multiple-plus {margin:5px 0}
</style>
rsfp-field-multiple-plus
<script>/*UIkit.util.ready(function () {
    UIkit.sticky('.tm-toolbar');
});*/</script>

Notice between the closing </style> tag and the opening <script> tag, you have this text, 'rsfp-field-multiple-plus'. Now, you'll need to double check your form's CSS area and make sure you don't have such extra unnecessary text added.
The administrator has disabled public write access.
The following user(s) said Thank You: Muadib24

Weird text 2 years 4 months ago #42411

  • Muadib24
  • Muadib24's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 17
I was really stupid not to have seen this error, really sorry for the inconvenience
The administrator has disabled public write access.

Weird text 2 years 4 months ago #42412

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 634
  • Thank you received: 117
I'm glad I could help!
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!