Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

CSS/JavaScript Dropdown Menu v1.0e

Asked Modified Viewed 50,906 times
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
  • Started this discussions
asked
Veteran Member

[mp]115[/mp]
0 replies

85 posts

D
DjordjeB
D
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 13 threads in the forums
answered
Member

i have problem with this infusion when i upload all files i have this message on top:
Table 'fusion_menu_settings' doesn't existTable 'fusion_menus' doesn't exist
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

Did you infused the infusion?
0 replies
D
DjordjeB
D
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 13 threads in the forums
answered
Member

1. i upload files and thet i got...
2. i infuse but table don't exist
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

Try to fix it
http://www.php-fusion.co.uk/forum/vie...ost_171504
or it's already fixed?
0 replies
D
DjordjeB
D
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 13 threads in the forums
answered
Member

yea thet post fix my problem. tnx
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

Great!
0 replies
— 6 months later —
C
Charon
C
Charon 10
Nothing Like the Taste of Death to Help You Appreciate Life
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

Hi Guys,

I am seeking some help as you can see in the title.

I loved Ddraig theme and dropdown deluxe is the thing what I was looking for. As developer of the menu mentioned it is coded for standard coded themes.

However Ddraig is not one of those. I tried lots of ways but lack of coding knowledge I couldn't manage to make it work.

What I want is to have dropdown deluxe menu in the exact place of header menu of Ddraig theme.

Is there anyone can help me with this issue.

Thanks in advance for your replies.
0 replies
G
Gillette
G
Gillette 10
  • Senior Member, joined since
  • Contributed 335 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

- please in the future don't double post threads,I have removed the duplicate thread.
Thank you for understanding,
0 replies
C
Charon
C
Charon 10
Nothing Like the Taste of Death to Help You Appreciate Life
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

Sorry for doing it. I was confused which thread was better the theme one or the infusion one. It will not happen again.
Thanks
0 replies
J
JoiNNN
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
answered
Veteran Member

1st make sure you have the latest version of Ddraig, get it from here https://github.com/JoiNNN/Ddraig-theme (click the ZIP button) then open theme.php search for
      //Navigation links
      echo "<div class='theme-width clearfix center'>".$links."</div>";

and replace with
      //Navigation links
      echo "<div class='theme-width clearfix center'>";
      require_once INFUSIONS."deluxe_dropdown_menu/menu.php";
      echo "</div>";

Also make sure you download latest version of Deluxe menu from http://www.php-fusion.co.uk/forum/viewthread.php?thread_id=30054
Edited by JoiNNN on 07-03-2013 23:44,
0 replies
C
Charon
C
Charon 10
Nothing Like the Taste of Death to Help You Appreciate Life
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

First of all thank you for your quick and clear reply.

However after I updated the new version of the theme and made the change in theme.php

1) The web site width changed in the way that I do not want
2) The menu was still floating on the top of the page instead of the black header background.
3) There was a continuous error message that ddraig theme control has not infused eventhough it was ifused.

Normally I dont give up easily but I do not want to loose the design that I had in the beginning with your beautiful designed theme. My code knowledge is close to 0 level.

So I think I will give up on dropdown menu, I definetly want to keep the theme. I will look for anohter way to have a drop down menu.

Now I uploaded the previous version of ddraig theme back to the site.

Thanks heaps again.

Regards
0 replies
J
JoiNNN
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
answered
Veteran Member

1) Theme width can changed easily from TCP
2) You did something wrong
3) Make sure you Defuse any other TCP before infusion the latest version
You do things correctly and everything will work ;).
0 replies
C
Charon
C
Charon 10
Nothing Like the Taste of Death to Help You Appreciate Life
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

@JoiNNN

Yeap. You were right. When I first tried to do things you have mentioned I have also add the menu code to the banners. :) (How stupid I am)

This time I did only the things you have mentioned. Positioning is perfect.

You never know how big help you did. Thanks eternally.

Now I will try to arrange the coloring and the site width with the panel.

Thanks and thanks and thanks.

Regards
0 replies
C
Charon
C
Charon 10
Nothing Like the Taste of Death to Help You Appreciate Life
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

I know my questions are piece of cake for you but on the other hand writing to the discussions forum can lead others to find solutions.

That's why I find it useful to ask, discuss even simple things.

Gentleman I have another issue now. Being a symmetry freak Id like to have dropdown menu and ddraig theme menu fonts be same.

I have checked css files. And I found this

Theme css


font-family: 'Open Sans', Tahoma, Helvetica, Arial, Sans, sans-serif;




Menu css



font-family:arial, verdana, sans-serif;}



And I replaced this line of menu.css with the above line of theme.css

What has happened? Nothing.

Any ideas or advice?

Regards
0 replies
J
JoiNNN
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
answered
Veteran Member

I'm pretty sure that is a setting in Deluxe menu back end that is stored in DB and can only be changed by modifying some php files.
0 replies
M
MarcusG
M
Ex Senior Dev.
  • Member, joined since
  • Contributed 182 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

Sometimes clearing the browser cache does the trick, especially when you modify the style of your site.
0 replies
K
KasteR
K
KasteR 10
  • Senior Member, joined since
  • Contributed 290 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

CTRL+F5 on your browser window will force your cache to be refreshed. I do this, rather than F5. Simple, and worth a shot with the advice mentioned above from Marcus. Although JoiNNN is probably right though.
0 replies
C
Charon
C
Charon 10
Nothing Like the Taste of Death to Help You Appreciate Life
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

Clearing the cache didnt work.

Possibly I am modifying the wrong place. Because I was modifying the default template css. but user defined template is fetching the info from somewhere else that I havent discovered yet.
0 replies
K
KasteR
K
KasteR 10
  • Senior Member, joined since
  • Contributed 290 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

I'll take a look at this. I'm going to setup a test site, and follow JoiNNN's instructions above. I'll edit my post shortly, and see what we can do about this. :G
0 replies
C
Charon
C
Charon 10
Nothing Like the Taste of Death to Help You Appreciate Life
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

Great.

Ddraig Updated - Done
Dropdown Deluxe adapted - Done

Synchronizin the fonts - Couldnt done :)

When you setup the site please inform us.

Thanks
Regards
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 85 posts
  • Votes 0 votes
  • Topic users 23 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet