content management system - How to make Fancybox work in Pagelime CMS? -


i´ve noticed fancybox cant handle pagelime autogenerated href links...

here works > http://miaumiauestudio.com/artistas/colmegna/

but here, after user uploads content , publishes href turns in "cms-assets/images/820798.ale-seeber---st--oil-on-canvas---116-x" , prevents fancybox working right!

http://miaumiauestudio.com/artistas/seeber/

is there solution?

i´m calling fancybox "rel" attribute avoid other errors, dont know how make href link address!

$(document).ready(function() {  $("a[rel=gallery]").fancybox();  }); 

thanks in advance!


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -