Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

[SOLVED] Problem with drop-down menu


  #1  
Old Dec 24, 2013, 09:06 AM
Viktoria's Avatar
Viktoria
 
77 posts · Jun 2012
Hello,

I have a problem with drop-down menu, once I make the top menu image pressed (gray image) the Image goes as well to drop down menu. How can I disable this? So the top menu will stay clickable (gray image) and it will not pass to the drop down menu.




My code:

div#menu1 ul.rMenu li.page-item-2.current_page_item a {
background-image: url(url)!important;
padding-top: 85px;
padding-left: 20px;
background-position: 50% 0%;
background-repeat: no-repeat;
}

I think it's because "!important", but once I delete the image disappears.

I would appreciate your help.
Attached Thumbnails
Click image for larger version

Name:	print.jpg
Views:	1161
Size:	23.3 KB
ID:	2461  

Last edited by Viktoria; Dec 25, 2013 at 12:41 PM.
  #2  
Old Dec 24, 2013, 10:16 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Css is cascading - what ever you do to an rlement will cascade to its children unless there is other more specific css that applies to them.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Dec 24, 2013, 10:26 AM
Viktoria's Avatar
Viktoria
 
77 posts · Jun 2012
Juggledad, Thanks for your reply.

Yes there are many codes, here they are:

div#menu1 ul.rMenu li.page-item-2.current_page_item a {
background-image: url[/url]
padding-top: 85px;
padding-left: 20px;
background-position: 50% 0%;
background-repeat: no-repeat;
}

ul.rMenu {
padding-right:285px !important;
list-style:none !important;
margin:0px 0px 0px 0px;

}
ul.rMenu li {
margin:0px 0px 0px 0px !important;
padding: 0px 0px 0px 0px !important;


}
ul.rMenu li a {
margin-right: 0px !important;
padding: 60px 0px 0px 0px !important;
color:#ffffff !important;
font:normal 1.2em Arial !important;
text-decoration:none !important;


}

div#menu1 ul.rMenu li {
background-color: transparent;

}
div#menu1 ul.rMenu {
background-color: transparent;
}

div#menu1 ul.rMenu li:hover > a,
ul.rMenu li a:hover {
color:#B3B5B8 !important;

}


ul.rMenu li.current_page_item a, li.current_page_item{
color: #B3B5B8 !important;


}

#menu1 {
width: 990px !important;
}

div#menu1 {
border-bottom: 0px solid #461D7C;

}
ul.rMenu li:hover,
ul.rMenu li.sfhover
{
background-color: transparent !important;
}
ul.rMenu li.current_page_item>a:link,
ul.rMenu li.current_page_item>a:active,
ul.rMenu li.current_page_item>a:hover,
ul.rMenu li.current_page_item>a:visited,
ul.rMenu li a:hover
{
background-color: transparent !important;
}

ul.rMenu-ver {
margin: 0 !important;
list-style: none !important;
margin-right: 0px !important;
padding-top: 0px !important;
border-top: solid 0px #444444;

}

ul.rMenu-ver li {
margin: 0 !important;
padding: 0 !important;
border-left: solid 0px #f4f4f4 !important;
border-right: solid 0px #f4f4f4 !important;
border-top: solid 0px #f4f4f4 !important;
border-bottom: solid 1px #c5c6c7 !important;

}

ul.rMenu-ver li a {
margin: 0 !important;
padding: 0px !important;
text-align: right;
padding-top: 3px !important;
padding-right: 0px !important;
height: 20px !important;
color: #ffffff !important;
font:normal 1.2em Arial !important;
background: #8a8c8f !important;
border-right: 0px solid #bd3e00 !important;

}

li.rMenu-expand li {
width: 100px !important;
/*height: 23px !important;*/
margin-right: 0px !important;
margin-top: 0px !important;
color: #ffffff !important;
background: #8a8c8f !important;

}


li.rMenu-expand li:hover, .rMenu-expand page_item li:hover {
color: #dddddd !important;
background: #8a8c8f !important;
}

.rMenu-expand page_item li {
width: 100px !important;
height: 23px !important;
margin-right: 0px !important;
margin-top: 0px !important;
color: #dddddd !important;
background: #8a8c8f !important;
}


ul.rMenu ul {
background-color:transparent;

}

div#menu1 ul.sub-menu li:hover > a, div#menu1 ul.sub-menu li a:hover, .rMenu-expand page_item li:hover {
color: #dddddd !important;
background: #8a8c8f !important;

}
ul.rMenu-ver ul {
top: 5px !important;
border-top: 0px solid #bd3e00 !important;
}

div#menu1 ul.rMenu-hor li.rMenu-expand a {
padding-right: 5px !important;

}


.hevra a{
background-image: url
padding-top: 85px;
margin-top: 8px;
padding-left: 20px;
background-position: 40% 0%;
background-repeat: no-repeat;

}


.hevra a:hover{
background-image: url[/url]
padding-top: 85px;
margin-top: 8px;
padding-left: 20px;
background-position: 40% 0%;
background-repeat: no-repeat;

}

Please, please need your help
I know that the problem is really stupid, but I have no idea what it is, all day I'm stuck on it.

Last edited by Viktoria; Dec 25, 2013 at 12:41 PM.
  #4  
Old Dec 24, 2013, 11:55 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I'll try and take a look thursday, but I'm headding off doing family Christmas Eve stuff and will be offline tomorrow.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Dec 24, 2013, 11:58 AM
Viktoria's Avatar
Viktoria
 
77 posts · Jun 2012
Thank you. And happy holidays!
  #6  
Old Dec 24, 2013, 01:20 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
back for a few minutes - try this in the CSS Inserts
HTML Code:
div#menu1 ul.rMenu li.page-item-2.current_page_item a ul li a {background-image: none;}{
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Dec 24, 2013, 02:26 PM
Viktoria's Avatar
Viktoria
 
77 posts · Jun 2012
No it did not help, I have tried so many and nothing helps.

Thank you again!
  #8  
Old Dec 24, 2013, 02:40 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Here is a slight tweak to that code.
HTML Code:
div#menu1 ul.rMenu li.page-item-2.current_page_item .sub-menu li a {
    background-image: none !important;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #9  
Old Dec 24, 2013, 03:24 PM
Viktoria's Avatar
Viktoria
 
77 posts · Jun 2012
Yessss it works!!!! Thank you both, you are the best!
Donation on the way!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with the top drop-down menu hover background color liana-kornik Page & Category Menu Bars 2 May 12, 2013 02:38 PM
Problem with the drop-down menu Viktoria Sidebars & Widgets 3 Feb 6, 2013 03:55 PM
[SOLVED] Drop Down Menu Problem nepenthial Atahualpa 3 Wordpress theme 2 Jan 11, 2011 08:25 PM


All times are GMT -6. The time now is 03:25 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.