- This topic has 12 replies, 2 voices, and was last updated 14 years, 9 months ago by imported_Ryan.
-
AuthorPosts
-
February 24, 2010 at 12:19 am #1297BudzMember
Hi – Before I begin my post I need to be confirmed on how to post a link to my CSS, as well as my header.php page. (I am having similar difficulties as other posts with the Multi-Level Navigational Plugin and am going crazy. )ex. Distorted menus…..I am using them German Newspaper with Word Press. Thank you, Budz I also am not sure where to exactly insert the
<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
into my header.php?
February 24, 2010 at 12:34 am #8100imported_RyanMemberA link to your site would be more helpful than the header.php file.
Here’s some tips on the sort of information we need to help you:
https://geek.hellyer.kiwi/free-support-menus/February 24, 2010 at 1:16 am #8101BudzMemberThank you. ok so here I go. If you need further detail please let me know. I have installed the Multi-Level Navigational Plugin to wordpress. I am using the German Newspaper theme. Problem: I can’t get it to work, or maybe I just have no clue. I have tried a few things but to no award. ( I do not even have my site up and running yet – right now it is private – is this a problem?
Here is the CSS code posted to my Plugin Appearance page:
[code:gfi75k6k]#suckerfishnav {
background:#333 ;
font-size:14px;
font-family:verdana,sans-serif;
font-weight:bold;
width:100%;
}
#suckerfishnav, #suckerfishnav ul {
float:left;
list-style:none;
line-height:40px;
padding:0;
border:1px solid #aaa;
margin:0;
width:100%;
}
#suckerfishnav a {
display:block;
color:#ffffff;
text-decoration:none;
padding:0px 15px;
}
#suckerfishnav li {
float:left;
padding:0;
}
#suckerfishnav ul {
position:absolute;
left:-999em;
height:auto;
width:121px;
font-weight:normal;
margin:0;
line-height:1;
border:0;
border-top:1px solid #666666;
}
#suckerfishnav li li {
width:119px;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
border-right:1px solid #666666;
font-weight:bold;
font-family:helvetica,sans-serif;
}
#suckerfishnav li li a {
padding:10px 10px;
width:90px;
font-size:12px;
color:#fff;
}
#suckerfishnav li ul ul {
margin:-33px 0 0 120px;
}
#suckerfishnav li li:hover {
background:#fff;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
color:#333;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
color:#333;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
color:#fff;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
left:-999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
left:auto;
background:#333;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
background:#ffffff;
}[/code:gfi75k6k]NEXT: I am not sure where to put the <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
February 24, 2010 at 3:18 am #8102imported_RyanMemberYour URL just redirects to a login page unfortunately ” title=”Sad” />
February 24, 2010 at 4:17 pm #8103BudzMemberHi Ryan – Give it a try now. You should be able to access now
http://www.dogspan.com[/url:2ef44r6v%5DThank you.
February 24, 2010 at 8:51 pm #8104BudzMemberHi Ryan – I hope I am not being too annoying?
I replied to my own post and not sure if that is the correct way to contact you so, I will start a new. I am using the [b:an8f4f51]German Nespaper theme[/b:an8f4f51] for word press.
I now made my site open for your accessibility: http://www.dogspan.com[/url:an8f4f51%5D At least I hope I did?I am trying to make the Multi-Level Navigational Plugin work.
I have had made many attempts but I can’t seem to work out the glitch.I enter the <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?> in the header.php but I am a bit unclear on where to insert. Also, it could be something with the wrapper tags? I’ve inserted it in several places, but after activating plugin it became all distorted.
[b:an8f4f51]I took out all modifications, because what I did modify didn’t work.[/b:an8f4f51]
[b:an8f4f51]Here is the CSS on my Appearance page under Multi-Level Navigational Plugin.[/b:an8f4f51]
[code:an8f4f51] #suckerfishnav {
background:#333 ;
font-size:14px;
font-family:verdana,sans-serif;
font-weight:bold;
width:100%;
}
#suckerfishnav, #suckerfishnav ul {
float:left;
list-style:none;
line-height:40px;
padding:0;
border:1px solid #aaa;
margin:0;
width:100%;
}
#suckerfishnav a {
display:block;
color:#ffffff;
text-decoration:none;
padding:0px 15px;
}
#suckerfishnav li {
float:left;
padding:0;
}
#suckerfishnav ul {
position:absolute;
left:-999em;
height:auto;
width:121px;
font-weight:normal;
margin:0;
line-height:1;
border:0;
border-top:1px solid #666666;
}
#suckerfishnav li li {
width:119px;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
border-right:1px solid #666666;
font-weight:bold;
font-family:helvetica,sans-serif;
}
#suckerfishnav li li a {
padding:10px 10px;
width:90px;
font-size:12px;
color:#fff;
}
#suckerfishnav li ul ul {
margin:-33px 0 0 120px;
}
#suckerfishnav li li:hover {
background:#fff;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
color:#333;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
color:#333;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
color:#fff;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
left:-999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
left:auto;
background:#333;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
background:#ffffff;
}[/code:an8f4f51]here is a link to my style css
http://www.dogspan.com/wp-admin/theme-editor.php%5B/url:an8f4f51%5DI hope you understand my issue. Thanks again. Budz
February 24, 2010 at 9:38 pm #8105imported_RyanMemberIt’s impossible for me to know where you want the code to be inserted as I don’t know where you want the menu to appear on the page.
Here’s a stab in the dark guess though. Try replacing something in your file which resembles the following, with the PixoPoint menu PHP code you mentioned above.
[code:2pu1ztsk]
<div id="page_bar_container">
<div class="page_bar">
<ul class="page_tabs">
<?php wp_list_pages(‘title_li=’); ?>
</ul>
</div>
</div>
[/code:2pu1ztsk]February 24, 2010 at 9:56 pm #8106BudzMemberthanks Ryan – I think I get it now – will play around some more and read some more posts – Your time is deeply appreciated. Budz
February 24, 2010 at 10:02 pm #8107imported_RyanMemberYou seem to have asked the same question twice, so I’ve merged your two topics together.
February 25, 2010 at 12:03 am #8108BudzMemberHi Ryan – it’s just me again. ” title=”Roll Eyes” /> when my eyes roll it means my brain is rolling. I’m still at a loss. i think I am going to put this on the back burner until Thursday. BUT thought I’d try one more time with you before I open some wine. ” title=”Smiley” />
In reply to your 2nd to last post = When you see my site http://www.dogspan.com[/url:1xsobjcd%5D you will notice the bar on top with the tabs that read – Home Dogsports Featured Towns? These are the tabs that I would like the Horizontal Scroll down menu to appear. similar to http://www.customguitarparts.net/%5B/url:1xsobjcd%5D I think if you guide me with a start then I could maybe figure out the rest. I just do not know in detail the language of where to insert the code to create a horizontal drop down. Thank you for your time once again my friend. BudzFebruary 25, 2010 at 1:28 am #8109imported_RyanMemberI don’t know either. I have no idea where you want the menu to appear.
The best I can guess, is that you may want to remove this code:
[code:nnki7m99]
<div id="page_bar_container">
<div class="page_bar">
<ul class="page_tabs">
<?php wp_list_pages(‘title_li=’); ?>
</ul>
</div>
</div> [/code:nnki7m99]And replace it with this:
[code:nnki7m99]<?php if ( function_exists( ‘pixopoint_menu’ ) ) {pixopoint_menu();} ?>[/code:nnki7m99]February 25, 2010 at 2:05 am #8110BudzMemberAm i removing just the code in color or the entire seen code?
Also, for premium support users is that $99 for a month that I read? And if so, any specials? Can we change that to $99 for a year?
Never hurts to ask. Thanks again.February 25, 2010 at 2:43 am #8111imported_RyanMember"Budz" wrote:Am i removing just the code in color or the entire seen code?All of it. I recommend just trying things until it breaks, then try again, then try again, and keep going until something works. That’s the way I usually get things to work ” title=”Smiley” />
"Budz" wrote:And if so, any specials?No sorry.
-
AuthorPosts
- You must be logged in to reply to this topic.