[symfony-users] Re: integrating galleria into symfony 1.4

2010-06-15 Thread el-sid
thanks for reply, i took your advice and put the code on the index and the changed the tags..however, i notice that if i comment out these statements: the images show, i am thinking it has something to do with file paths, especially on the javascript Galleria.loadTheme('../galler

[symfony-users] Re: integrating galleria into symfony 1.4

2010-06-15 Thread el-sid
oh...what i mean is that the images display but the gallery is still not enabled On Jun 15, 10:09 pm, el-sid wrote: > thanks for reply, > > i took your advice and put the code on the index and the changed the > tags..however, i notice that if i comment > out these statements: > > > >  the imag

[symfony-users] Re: integrating galleria into symfony 1.4

2010-06-15 Thread el-sid
nope. it didn't work. i tried Galleria.loadTheme('/js/galleria/themes/galleria.classic.js'); and also Galleria.loadTheme('../js/galleria/themes/galleria.classic.js'); but nothing. I am relatively new to symfony, so i have never integrated php with jquery. is there an alternative way of doing this O

[symfony-users] Re: integrating galleria into symfony 1.4

2010-06-15 Thread el-sid
geez! i think you are right..just put firebug and it seems some of the javascript code is being obstructed by the debug toolbar and/or with my other javascript code there. On my layout..i had used: though now i am starting to think its a better idea to include stylesheets for the layout only an

[symfony-users] Re: integrating galleria into symfony 1.4

2010-06-16 Thread el-sid
It finally worked...firebug was a big help. turns out the hunch i had was right. Galleria.loadTheme('/js/galleria/themes/galleria.classic.js'); was the problem since it was returning a 404 not found in firebug. The above format you suggested was right only that my path was a little messed up. Thank

Re: [symfony-users] Re: integrating galleria into symfony 1.4

2010-06-15 Thread Richard D Shank
On 06/15/2010 12:09 PM, el-sid wrote: thanks for reply, i took your advice and put the code on the index and the changed the tags..however, i notice that if i comment out these statements: the images show, i am thinking it has something to do with file paths, especially on the javascript

Re: [symfony-users] Re: integrating galleria into symfony 1.4

2010-06-15 Thread Richard D Shank
On 06/15/2010 01:09 PM, el-sid wrote: nope. it didn't work. i tried Galleria.loadTheme('/js/galleria/themes/galleria.classic.js'); and also Galleria.loadTheme('../js/galleria/themes/galleria.classic.js'); but nothing. I am relatively new to symfony, so i have never integrated php with jquery. is

Re: [symfony-users] Re: integrating galleria into symfony 1.4

2010-06-16 Thread Richard D Shank
Good to hear you got it figured out. Thanks for the update. Richard On 06/16/2010 04:00 AM, el-sid wrote: It finally worked...firebug was a big help. turns out the hunch i had was right. Galleria.loadTheme('/js/galleria/themes/galleria.classic.js'); was the problem since it was returning a 404