rustybird
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] An error of type E_PARSE was caused in line 1139I am having the same E_Parse error. wppa-admin-functions.php?on line?1139. Following this thread.
Forum: Themes and Templates
In reply to: [evolve] Gradient of menu barDarth:
Thank you for your reply. I have installed jetpack and pasted the code and changed the gradient colors (not exact yet). The menu has a gradient but now the background on a selected button is black and the dropdowns are white(cannot see the text). Also the menu does not show up on the mobile version. my site https://www.honkhomes.org. Did I miss something?
Forum: Themes and Templates
In reply to: [evolve] Gradient of menu barI have read all the above posts and unfortunately most of this is above my skillset. I have used a temporary fix is to disable the menu background in the Custom, Styling menu. This results in a flat menu with no hover.
So now the mobile display of the website does not show the menu at all. Any help appreciated. I am very unhappy with this evolve update and so is my client.
Forum: Themes and Templates
In reply to: Evolve Theme Update – Navigation menu all messed upThe issue is not resolved. A temporary fix is to disable the menu background in the Custom, Styling menu. This results in a flat menu with no hover.
Forum: Themes and Templates
In reply to: [evolve] Gradient of menu barI am having the same problem. Will stay tuned.
Forum: Themes and Templates
In reply to: Evolve Theme Update – Navigation menu all messed upI tried the above code and still no change. I think you are correct that the Customize option is overriding my style.css.
The menu now appears with no gradient by disabling the background gradient option. This will work for now but sure would like it the way it was.
Thank you for your expertise.
Forum: Themes and Templates
In reply to: Evolve Theme Update – Navigation menu all messed upI made changes as you suggested and removed all references to trans.png still have the same issue. Is there something I am missing?
Thank you
here is the code for the.menu-header
.menu-header {
background: #f5f5f5;
background: -moz-linear-gradient(center top, #F8F8F8 20%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #f8f8f8), color-stop(1, #eeeeee)) !important;
background: -o-linear-gradient(top, #f8f8f8, #eeeeee) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#f8f8f8′, endColorstr=’#eeeeee’);
border-color: #e0dddd;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
color: #777;
font-size: 14px;
line-height:18px;
text-shadow: 0 1px 0 #FFFFFF;
float:left;display:block;width:100%;
}Forum: Themes and Templates
In reply to: Evolve Theme Update – Navigation menu all messed upI am assuming you are referencing two classes .menu-header and body #header.sticky-header.sticky
I tried the changes and nothing changed.Not sure what to replace here since my stylesheet code does not look at all like what you reference after the code background:
so what do I change? Thank you for your expertise.
here is my .menu-header code.menu-header {
background: #f5f5f5;
background: url(“library/media/images/trans.png”) 0px -7px repeat-x, -moz-linear-gradient(center top, #F8F8F8 20%, #eeeeee 100%);
background: url(“library/media/images/trans.png”) 0px -7px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(.2, #f8f8f8), color-stop(1, #eeeeee)) !important;
background: url(“library/media/images/trans.png”) 0px -7px repeat-x, -o-linear-gradient(top, #f8f8f8, #eeeeee) !important;here is my body #header.sticky-header.sticky code
body #header.sticky-header.sticky{display: block;}
Forum: Themes and Templates
In reply to: Evolve Theme Update – Navigation menu all messed upYes i have made modification in the child theme only. All modifications were made in color only.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Add Subhead Text to form with out the fieldResolved
Forum: Plugins
In reply to: [Fast Secure Contact Form] Add Subhead Text to form with out the fieldYes that works. Thank you.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Add Subhead Text to form with out the fieldI want a subheading or title with no data entry field, just text. Following this subhead are standard Titles with data entry fields. Thank you.