Posted by kaasi on November 29, 2012 at 5:31pm
5 followers
| Project: | Drupal.org Project applications |
| Component: | theme |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
Inspira Theme is a beautiful Drupal 7 theme. As an adaptive theme it is designed to work well on desktop, tablet, and mobile devices.
Project page:
http://drupal.org/sandbox/kaasi/1817884
made a 7.x branch:
git clone --recursive --branch 7.x-1.x kaasi@git.drupal.org:sandbox/kaasi/1817884.git inspira
This theme is for the 7.x versions of drupal.
| Attachment | Size |
|---|---|
| inspira.png | 752.63 KB |
Comments
#1
Hi,
try to clear warnings and erros.
http://ventral.org/pareview/httpgitdrupalorgsandboxkaasi1817884git
You have also missed code standards. see here: http://drupal.org/coding-standards
#2
Hi monymirza,
I fixed the errors,
Please Check: http://ventral.org/pareview/httpgitdrupalorgsandboxkaasi1817884git
Thank you very much.
#3
/template.php--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AND 1 WARNING(S) AFFECTING 2 LINE(S)
--------------------------------------------------------------------------------
8 | ERROR | Missing function doc comment
28 | WARNING | Line exceeds 80 characters; contains 81 characters
--------------------------------------------------------------------------------
template.php
where it is
$form['actions']['submit'] = array('#type' => 'image_button', '#src' => base_path() . path_to_theme() . '/css/images/search-button.png');make proper like;
$form['actions']['submit'] = array('#type' => 'image_button',
'#src' => base_path() . path_to_theme() . '/css/images/search-button.png'
);
README.txt:
Add more description about your theme.
#4
#5
I have only one error but i don't know how to solve it.
FILE: ...-7-pareview/sites/all/modules/pareview_temp/test_candidate/template.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
8 | ERROR | Missing function doc comment
--------------------------------------------------------------------------------
Can you help me please
#6
Not sure but try this,
Remove line #4 & #7.
#7
I fixed it
Please Check http://ventral.org/pareview/httpgitdrupalorgsandboxkaasi1817884git
#8
#9
Hi Kassi,
Please review your theme from coder module it gives errors. See attachment. Remaining I have installed your theme will post you more on this.
Good luck :-)
Thanks!
#10
Hi Kassi,
Please review your theme from coder module it gives errors. See attachment. Remaining I have installed your theme will post you more on this.
Good luck :-)
Thanks!
#11
Sorry about duplicate message. See attached image.
#12
#13
Hi,
Manual Review:
I have checked your theme and resize browser and found some issue ,I have attached screen-shot.
issue-1.png: Search button issue when resize browser
issue-2.png: When resize browser slider navigation not align proper and between "About Inspira" and naviagtion control have no space.look like both are joins.
Mayank Kamothi
#14
Closing due to lack of activity. Feel free to reopen if you are still working on this application.
I'm a robot and this is an automated message from Project Applications Scraper.