Jump to content


Voodoo Template


  • You cannot reply to this topic
15 replies to this topic

#1 freemind

    Etomite Forum Newbie

  • Member
  • 22 posts

Posted 06 February 2006 - 07:47 PM

Hello,

here are another Template

Posted Image

Template works fine with the snippet MenuHori, but better would be the PHP Layers Menu Snippet from Ralph.
Can everybody adapt PHP Layers Menu to this Template?

All files are in the ZIP-Archiv.

by freemind

Attached Files



#2 Ralph

    Loves Etomite Forums!

  • Admin
  • 6,524 posts
  • Gender:Male

Posted 06 February 2006 - 10:44 PM

Something like this...???

Attached Files



#3 freemind

    Etomite Forum Newbie

  • Member
  • 22 posts

Posted 07 February 2006 - 05:32 AM

Ralph (rad14701), on Feb 6 2006, 10:44 PM, said:

Something like this...???

Yes, great. Can you send the CSS Files?

Thanks

by Hans

Edit, here there are, Thanks to Ralph

Attached File  voodoophplm.html   2.06K   340 downloads
Attached File  voodoo.css   4.09K   255 downloads
Attached File  php_lm.css   3.93K   185 downloads

PHPLM with this template works fine in MozillaSuite, but in MSInternetExplorer are somethink wrong. Any Idea?

Edit:
The Problem is in : php_lm.css

.horbaritem  {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1em;
  font-weight:bold;
  background-color:transparent;

/* deactivate border-left, then works the PHPLM in IE */
/*  border-left: 1px solid #999999; */
  color:#ffffff;
  text-align:center;
  height:1.5em;
}

Edited by freemind, 07 February 2006 - 07:06 AM.


#4 Ralph

    Loves Etomite Forums!

  • Admin
  • 6,524 posts
  • Gender:Male

Posted 07 February 2006 - 02:16 PM

:blink: I had planned on posting a zip with all of the related files but I didn't have time last night... If you need the just let me know... B)

#5 elephant

    Etomite Forum Newbie

  • Member
  • 38 posts

Posted 08 February 2006 - 02:58 PM

Nice template dude !

FYI, I managed to get the menu working quite well using the "alistapart" snippet and suckerfish menu css which is a quite lightweight and semantically sweet for those who worry about such things.

#6 nonreal

    Etomite Forum Newbie

  • Member
  • 1 posts

Posted 21 February 2006 - 12:05 PM

I like your template but there is something i just can't figure it out.

You use this code in your template:
<div class="center_column">

<h2>[*longtitle*]</h2>

The problem is that i always get this " » " after longtitle and don't know how to remove it.
I've noticed that in title you use this char: "&raquo;"

Please tell me how to remove this char after longtitle.
I also noticed that even if my page does not have a longtitle that char still apears.

Thank you,

#7 freemind

    Etomite Forum Newbie

  • Member
  • 22 posts

Posted 21 February 2006 - 01:13 PM

Hello,

nonreal, on Feb 21 2006, 12:05 PM, said:

Please tell me how to remove this char after longtitle.
I also noticed that even if my page does not have a longtitle that char still apears.

Look in voodoo.css the h2:after

h2:after {
color: #000000;
content: "\0020 \00BB";
}

content: "\0020 \00BB"; makes the "&raquo;"

Delete this line or rename it in:

/* content: "\0020 \00BB"; */

bye
freemind

#8 hlu

    Etomite Forum Newbie

  • Member
  • 3 posts

Posted 21 February 2006 - 08:02 PM

Hi,

Does anyone managed to get menu's for logged-in users working in this template? I mean samekind of members menu like in Orange template?

I tried to adopt the menu snippest from Orange template, but because of the php_lm used in Voodoo template I wasn't able to figure how to insert the right stuff to right place.

#9 Ralph

    Loves Etomite Forums!

  • Admin
  • 6,524 posts
  • Gender:Male

Posted 21 February 2006 - 08:05 PM

hlu, on Feb 21 2006, 04:02 PM, said:

Hi,

Does anyone managed to get menu's for logged-in users working in this template? I mean samekind of members menu like in Orange template?

I tried to adopt the menu snippest from Orange template, but because of the php_lm used in Voodoo template I wasn't able to figure how to insert the right stuff to right place.
It'll be a bit difficult to incorporate such code into PHP Layers Menu, although not impossible... The easiest solution would be to display a second menu, just for users, based on whether the user is logged in or not...

#10 Guest_clubvibe_*

  • Guests

Posted 24 February 2006 - 11:28 PM

Great template and it works fine, except for one thing.... I can't get the menu working. The drop down's aren't working properly. I'm also having this problem with Andreas' 08 template. Can someone tell my why my drop-down menu's aren't working? (i using 'Etomite 0.6 (Heliades)' thnx in advance

#11 gtatler

    Likes Etomite Forums!

  • Member
  • PipPip
  • 338 posts

Posted 25 February 2006 - 01:32 PM

clubvibe, on Feb 24 2006, 11:28 PM, said:

Great template and it works fine, except for one thing.... I can't get the menu working. The drop down's aren't working properly. I'm also having this problem with Andreas' 08 template. Can someone tell my why my drop-down menu's aren't working? (i  using 'Etomite 0.6 (Heliades)' thnx in advance
You might try to contact THE ORIGHINAL DESIGNER for help.

Edited by gtatler, 25 February 2006 - 01:34 PM.


#12 iceman73

    Etomite Forum Newbie

  • Member
  • 19 posts

Posted 29 March 2006 - 06:47 PM

I tried the below on my php_LM.css file and I still have some very funky results in IE
Look at the following site in both IE and FF
http://www.crwefixit.com

FF shows correctly but IE has the Fonts much bigger then I believe they should be and that is why I believe I am getting the double spaced line on the menu. Any hints or links for a quick fix for IE?

Edit:
The Problem is in : php_lm.css


[/quote]

Thanks
Ice

PS the problem doesnt seem to be as bad on the test site before I moved it: http://www.thestockers.net/crwefixit/
I am running Etomite6.0 by the way

Edited by iceman73, 29 March 2006 - 06:51 PM.


#13 iceman73

    Etomite Forum Newbie

  • Member
  • 19 posts

Posted 30 March 2006 - 09:45 PM

I actually fixed the issue. I now understand the IE hell you all complain about with css. After doing some reading I found some CSS tricks to fix my issues. If anyone is interested I modified 2 sections in my voodoo.css file to correct the IE issue:

Adjusted the bottom margin in the header for IE only auto seems to cause slight mis-alignment in IE


and

Adjusted the Font Size of the navbar for IE only seems to interpit sizes differently than all other browsers


Thanks
Ice

[quote=iceman73,Mar 29 2006, 03:47 PM]I tried the below on my php_LM.css file and I still have some very funky results in IE
Look at the following site in both IE and FF
http://www.crwefixit.com

FF shows correctly but IE has the Fonts much bigger then I believe they should be and that is why I believe I am getting the double spaced line on the menu. Any hints or links for a quick fix for IE?

Edit:
The Problem is in : php_lm.css

[/quote]

Thanks
Ice

PS the problem doesnt seem to be as bad on the test site before I moved it: http://www.thestockers.net/crwefixit/
I am running Etomite6.0 by the way
[/quote]

#14 Spykat

    Etomite Forum Newbie

  • Member
  • 1 posts

Posted 04 June 2006 - 02:31 PM

Hi there,
I was wondering if anyone else was having problems with this "fitting" horizontally at 800 x 600 resolution.
Seems to be about 10 px off.

Thanks :)

#15 jakeness

    Etomite Forum Newbie

  • Member
  • 1 posts

Posted 07 November 2011 - 02:27 PM

Hi There,

One of my sites got hacked, (I bought out a web design company, and the former owner did not set up very secure passwords on some of the accounts, Now I'm left to clean up the mess)

In short, I need the index.php file for the template js_voodoo_oo2 to replace the one that got hacked, can't seem to find it anywhere.

If anyone has this template downloaded on their computer please get in contact with me. I'll keep search of the template online, haven't had any luck so far.

Regards

#16 Ralph

    Loves Etomite Forums!

  • Admin
  • 6,524 posts
  • Gender:Male

Posted 08 November 2011 - 03:37 PM

jakeness, I do not have a copy of that particular template but perhaps another member will have a copy kicking around...





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users