I use colorbox to load inline content but it load the full page instead of the div with selected ID.
Here the code.

<a  class = 'colorbox-inline' href = '?width=600&height=400&iframe=true#mycontent'><img src='' /></a>
<div  style = 'display:none;'>
<div id = 'mycontent'>
Content
</div>
</div>

Any ideas???

Comments

Nikolino created an issue. See original summary.

Nikolino’s picture

Issue summary: View changes
daiwik.addweb’s picture

Please replace "iframe=true" with "inline=true" in your

&lt;a class=&quot;colorbox-inline&quot; href=&quot;?width=600&amp;amp;height=400&amp;amp;inline=true#mycontent&quot;&gt;&lt;/a&gt;&#10;

Let me know if having any queries for the same.

Anonymous’s picture

Status: Active » Needs review
renatog’s picture

Assigned: Unassigned » renatog
renatog’s picture

Category: Feature request » Support request
Status: Needs review » Reviewed & tested by the community
Issue tags: +ciandt-contrib

Looks good.

Works for you: @nikolino?

If you have any questions, please let us know.

Good Work.

Regards

renatog’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.