Active
Project:
Lost & found issues
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2008 at 23:09 UTC
Updated:
28 Aug 2008 at 11:03 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wmn commentedhave the same issue
Comment #2
Veerostudio commentedhi,
you should know that the theme folders are inside the main folder, named respectively vd-13 for Solon and vd-08 for 08paros.
Those are the ones that should be installed.
Please let me know if everything is in order. The themes have been installed hundred of times with no issue.
if you still have a problem, try downloading from original source
solon is here : http://www.veero.net/files/vd-13-Unzip-First.zip
08 paros instead can be found here : http://www.drupalroom.com/components/com_mtree/attachment.php?link_id=31...
Comment #3
Veerostudio commentedComment #4
Logrise commentedDont work properly with 6.3 - after I changed default theme on 08paros - all interfaces (admin&client) were broken. Markup was broken completely. (screenshot)
Comment #5
Veerostudio commentedcheck above comment please
Comment #6
hirtethomas commentedthanks a lot. I also had extracted the whole folder into my theme directory. sometimes mistakes are too stupid to be solved one one's own.
Comment #7
wmn commentedtook the vd-08 folder out of vd-08-unzipfirst,
still a problem
recoverable fatal error: Object of class stdClass could not be converted to string in /hsphere/local/home/mysite/drupal/sites/multisite1/themes/vd-08/page.tpl.php on line 2.
images broken too
Comment #8
Logrise commentedThe same result.
Comment #9
MarioTorresp commentedEdit file: page.tpl.php to change the line 2: themes/vd-08/page.tpl.php
This:
lang="<?php print $language ?>" xml:lang="<?php print $language ?>">for this:
lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">Total line 2:
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">Regards,
Comment #10
wmn commentedgood, but that doesnt fix the images.
the code that is wrong (in the same file):
<img src="<?php print $base_path ?>/themes/vd-08/images/logo.gif" alt="logo" border="0" /><img src="<?php print $base_path ?>/themes/vd-08/images/header.jpg" alt="header" />it should work on regular install but not in a multi-site install
however, i'm too new to drupal to figure it out myself
EDIT:
i tried a quick fix:
and
<img src="<?php print path_to_theme() ?>/images/header.jpg" alt="header" />this makes images work on some pages, but not all
i decided i dont like this theme anyway: the menu goes inline with the image on widescreen monitors
and the image should better be a 2 column div with background color and image.
Comment #11
MarioTorresp commentedor:
<img src="<?php print $base_path ?>themes/vd-08/images/logo.gif" alt="logo" border="0" /><img src="<?php print $base_path ?>themes/vd-08/images/header.jpg" alt="header" />Comment #12
wankus commentedthis template seems to be completely broken.
just installed it on fresh 6.3 drupal - strange it has to be in /themes, not in /sites/all/themes like other templates.
ofcourse had to edit page.tpl.php
you have to remove "/" before "themes" in path.
so i got all images showing up, but when I add some page and point to it f.e "node/1" the page is completely braking - see attch.
it's getting all-window-wide, navigation goes in the same line as header, and it all looks messy.
does anyone have any clue of how to fix it?
I like the idea of this theme, its simple design, but it's completely useless in present shape.
good day
Comment #13
josh_speak commentedSame issue here...
Comment #14
rbahaguejr commentedthis is broken.
Comment #15
Logrise commentedPlease, change status of this Theme 6.x-1.1 release to the development. It is very unstable one.
Comment #16
LansingIT commentedFor someone with limited theming skills this template is not close to useable.
It seems all of the images paths are hard coded and the doc type has an issue.
Thanks
BK
Comment #17
bridewell commentedya, freakn thing no worky
Comment #18
vlooivlerke commentedTryed all above and other fixes and this theme dont work.
Drupal 6.4
Tryed both theme files 6.1.1 and 6. RC1
no luck, the bugs just dont stop.