Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

output not accessible

  • David Humanes Poch
  • David Humanes Poch's Avatar Topic Author
  • Offline
  • New Member
More
14 years 4 months ago - 14 years 4 months ago #35305 by David Humanes Poch
output not accessible was created by David Humanes Poch
Hello

In this code:
<span class="sig-link-wrapper">
 <span class="sig-link-innerwrapper">
 <a href="[...]/images/stories/galeuno/1.jpg" class="sig-link" style="width:600px;height:500px;" rel="colorbox[gallery2b8f61ded7]" title="Galer&iacute;a de im&aacute;genes&lt;br /&gt;&lt;br /&gt;" target="_blank">
...

I need to remove the style attibutte in the a tag because that code is not accesible due to using absolute size. Where can I find the generation of that code?

Thank you

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
14 years 4 months ago #35306 by Yiota
Replied by Yiota on topic Re: output not accessible
This code you are looking for is in plugins/content/jw_sigpro/jw_sigpro.php around line 179.

Please Log in or Create an account to join the conversation.

  • David Humanes Poch
  • David Humanes Poch's Avatar Topic Author
  • Offline
  • New Member
More
14 years 3 months ago #35307 by David Humanes Poch
Replied by David Humanes Poch on topic Re: output not accessible
In the path:

plugins/content/jw_sigpro/ I don't have any jw_sigpro.php file.

I found sigpro.engine.php, I supose this is the file. It contains a function named jwGallery.

This is what I have done. Just before "return $result;" I write:

$result = str_replace("style=\"width:600px;height:500px;\"", "", $result);

and I works for me!

I hope an accesible version anyway

Thanks

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum