Reviewed & tested by the community
Project:
Four Seasons
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Reporter:
Created:
2 Oct 2011 at 11:38 UTC
Updated:
16 Dec 2011 at 13:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
fralden commentedHave you made sure the file security is correct for the sites/default/files folder??
Comment #2
ddease2 commentedSubscribing to this issue.
fralden, is it working for you?
BTW, yes, I have the correct permissions on the sites/default/files folder.
Thanks
Comment #3
Scorpio26 commentedI have the same problem.
If I use the Bartik 7.8 theme the buttons "Upload, Thumbnails, Elimina, Ridimensiona, Insert file" appear. (Schermata.png)
when I use Four Seasons 7.x-1.x-dev the buttons "Upload, Thumbnails, Elimina, Ridimensiona, Insert file" are not visible (Schermata-1.png)
Comment #4
asai commentedIts exactly the same issue as described by Scorpio26.
Using another theme solves the problem.
I really like this theme. It fits very well for the content of my site. It is a weather site. :)
Would really appreciate if this issue were solved.
Comment #5
geco commentedin the script fourseasons.js at sites/all/thems/fourseasons/scripts/ you must change base_color to base-color en that wil fix it!
grtz
geert
Comment #6
Scorpio26 commentedYes fom me the problem is solved :-)
Thank you "geco"
Comment #7
donniewiko commentedWhat have u changed in the JS? Because if i look in it i see:
And in template.php u see
So changing the base_color to base-color only makes this function not work.
Comment #8
donniewiko commentedProblem was in the fact Drupal.settings.fourseasons didnt exist in the popup.
Apply this patch to fix the issue
Comment #9
donniewiko commentedIgnore previous patch.