Closed (fixed)
Project:
Marinelli
Version:
7.x-3.0-beta6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Jan 2011 at 23:26 UTC
Updated:
18 Feb 2017 at 16:44 UTC
Jump to comment: Most recent
Comments
Comment #1
leemako commentedHi tshudyb, thought I would take a look at your issue see if it was similar to one I had seen previously but the theme on bentsh.com for non logged in users appears to be Garland. Perhaps if you change it to marinelli we could see better your issue.
Comment #2
bentsh commentedSorry about that, I changed it back now.
Comment #3
leemako commentedlooking at the page source there are a bunch of java script files not being called. Look in your marinelli/js folder and check you have the correct folders present. I have in mine the following folders each containing their relevant .js files:
banner
cycle
hoverintent
menu
modernizer
topregon
I can see that the last two are definatley being called from the source but the others are not. If these are missing simply copy them back out from the .zip downloaded from this site.
Comment #4
bentsh commentedI have all the folders present, and the funny thing is that I copied them directly from my localhost Drupal 7 installation and it is working fine.
Comment #5
mavimo commented@tshudyb: can we close this issue?
Comment #6
UberPuppy commentedI have the same issue, so if anyone has found a fix, could you please post. Otherwise I suggest this remains open.
Comment #7
devaldivia commentedsame issue here. Although I've been lazy and not running a localhost. I have the same error on the original Marinelli theme and on the subtheme.
Comment #8
henrikhansen commentedProbably the same issue I have. I can see the rotating banner when Marinelli banners are enabled, but not when classic drupal region is chosen.
Comment #9
Lioz commented@henrikhansen: if you choose "classic drupal region" the banners won't appear. It's a theme feature.
@devaldivia and @UberPuppy Did you choose "classic drupal region" setting like henrikhansen?
Comment #10
tansylam commentedI have the same problem. The banner disappear from my localhost. How to I fix it? Because I MUST upload it to the webhosting and the website must go live this weekend. My 'client' would be really mad if the banner disappear. What can I do?
Comment #11
henrikhansen commentedOK, I had chosen "classic drupal region" to try to make the slideshow only show on the front,
but I have now solved it setting as visibility on all active banners.
Comment #12
FanisTsiros commentedSame issue here...
The strange is that images are automatically deleted from sites/default/files/banner folder !
Thumbs images in sites/default/files/banner/thumb folder are still there. I really don't know how/when this happens.
The procedure i followed was these steps:
I checked with ftp in sites/default/files/banner folder and my image files were not there.
I clicked the delete image in marinelli config page (for every missing image) and hit the save config button
I checked the log and indeed there were messages that the files could not be deleted because they were not existed.
I reuploaded new (three) images and everything was ok. The banners were rotating normally.
I checked with ftp and the three image files were there (in sites/default/files/banner folder)
I executed cron manually and there was no problem, everything was as ok.
After 5-6 hours i visited my page and the banners were again blank ! WTF. !
I checked again with ftp and the three image files were deleted again from sites/default/files/banner folder.
The only action was taken between this time interval was only an automatic cron run from drupal 7 and nothing else. Site is quite new and had no visits at all.
i think this is cron related. Does marinelli theme somehow wipes the files or cron?
Comment #13
Defrost-1 commentedIs there no solution to this problem?
I have the same problem and really want the pictures to show! It is not a firefox block because they wont show in IE either. What should I do?
Edit-
Now non of the images show on the website! All of them are just error icons, what is wrong and what should i do?
Grateful for all help i can get =)
Comment #14
Lioz commentedmmm maybe i got it
in theme-settings.php change the code in marinelli_settings_submit adding this line
$file->status = FILE_STATUS_PERMANENT;this forces status=1 in the files_managed table
let me know if this solves the problem
Comment #17
oadaeh commentedI'm closing this, as it is quite old. If this is still a problem, feel free to re-open it with updated information. Also, try it on the 7.x-4.x branch, first.
Comment #18
oadaeh commentedIn looking deeper, I discovered this was actually fixed long ago, so I'm changing the status.
If this is still a problem, first try the 7.x-4.x branch, then open a new issue (do not re-open this one).
Thanks.