Closed (duplicate)
Project:
Gallery 3D
Component:
Module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
11 Mar 2014 at 07:00 UTC
Updated:
21 Mar 2014 at 04:58 UTC
Jump to comment: Most recent
Overview
The Gallery 3D module provide site users to create a 3D gallery. Unlikely other available modules it provides the default node page with a 3D gallery view.
Key Features
In-built content type for albums "Gallery 3D"
In-built view for Albums
No need of custom themeing, Node page will be as 3D gallery.
Dependency
As it uses views so it depends on the views module.
Installation
Download and install views module and its dependent module.
Download and install Gallery 3D modul
Project Link :
https://drupal.org/sandbox/itsmebhupendra/2214701
Git Link
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/itsmebhupendra/2214701.git gallery_3d
Comments
Comment #1
itsmebhupendra commentedComment #2
madhusudanmca commentedHi,
I posted new content(gallery 3D content) without any image and landed up on the page with lots of javascript errors. All the errors (title.css not a function) seems to be associated with "node--gallery_3d.tpl.php" line no #62 .
I would suggest you to make image field mandatory.
Thanks,
Madhusudan
Comment #3
itsmebhupendra commentedHi madhusudanmca,
Thanks for the review you have done. I have fixed that by making image fields mandatory.
Comment #4
madhusudanmca commentedHi itsmebhupendra,
That change looks OK to me!!
However at first look I noticed couple of more things:
1) You have written some css which are overwriting the existing one (like css for: a, h1 etc.).
2) I would suggest you to create separate java script file instead of writing it in .tpl file. Because this type of JS code never gets aggregated.
Thanks,
Madhusudan
Comment #5
itsmebhupendra commentedHi madhusudanmca,
Thanks for the issues, I have resolved both the issues with css and javascript.
Thanks,
Bhupendra
Comment #6
itsmebhupendra commented