• 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: Image element stripping out link in HTML output

Image element stripping out link in HTML output 6 years 4 weeks ago #38062

  • vespera
  • vespera's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
I've created a page with 4 image elements - it looks OK, and I can easily style it using CSS.
The only problem is that the links for each image are stripped out in resulting html, no matter how I write the link URL, absolute or relative. Actually, just the first part of the tag is stripped, so the HTML looks something like this:
<div class="rspbld-image text-center box-park">
    <img src="../images/park-box1.png" alt="park">
    </a>
    <span class="rspbld-image-caption">Park</span>
</div>
//in front of <img>  should be the missing <a> tag with href
I've looked into the "com_rspagebuilder/layouts/elements/bootstrap3/image.php", but it doesn't seem to be anything wrong... Can somebody, please, help me sort this out?
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!