coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: felipechalub on January 24, 2011, 03:47:24 PM

Title: I can't create albums with the new theme
Post by: felipechalub on January 24, 2011, 03:47:24 PM
Hello everybody, my Coppermine was functioning normally. With the change of the look of my site, I made a new theme for the photo gallery. After I changed the subject, I can not create albums. I click "New albums"and nothing happens. Is qu forgot something for the new topic I created? Somebody help me please!

I use Coppermine 1.5.x.

Thanks!
Title: Re: I can't create albums with the new theme
Post by: ΑndrĂ© on January 24, 2011, 04:15:14 PM
Please attach your whole theme as zip file to your next reply.
Title: Re: I can't create albums with the new theme
Post by: felipechalub on January 24, 2011, 04:22:03 PM
Okay, this is the theme zip. I did my new theme over the "Water Drop " which is already in Coppermine. I've got all the tags and put them in the theme I created, but still is giving this problem.

Thanks!
Title: Re: I can't create albums with the new theme
Post by: ΑndrĂ© on January 24, 2011, 04:54:28 PM
Remove the following code from your template.html file and it works as expected:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

<script type="text/javascript" src="http://missleitte.com/menu/flexdropdown.js">

/***********************************************
* Flex Level Drop Down Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

</script>


You don't need to include jQuery, as it will always included by Coppermine. So you only need to fix your flexdropdown.js script.
Title: Re: I can't create albums with the new theme
Post by: felipechalub on January 24, 2011, 05:42:54 PM
Aaaaaah! Thank you Andrew! I'll try to adjust. Thanks