danbon
Forum Replies Created
-
Does anyone know what happened to the Fourteen Extended plugin? I can’t find it when I try to add the new plugin. Is there a new version of it? It’s for timdewittactor.com. Thanks!
Forum: Fixing WordPress
In reply to: External links not directing, only going back to home pageI created a child theme and have modified some of the CSS in the Custom CSS panel of the theme settings. The changes I’ve made are below. Maybe the logo padding is the issue? So frustrating! Thanks for the information!
table tr:nth-child(odd) td {
background-color: transparent; color: inherit;
}
table#t1 tbody tr td, table#t1 tfoot tr td{ color: #000; }
table#t2 tbody tr td, table#t2 tfoot tr td{ color: #000; }
table#t3 tbody tr td, table#t3 tfoot tr td{ color: #000; }
table#t4 tbody tr td, table#t4 tfoot tr td{ color: #000; }nav.main_menu>ul {
left: 0;
}
@media only screen and {nav.main_menu ul li a{padding: 0 7px;}}I figured it out. When I was selecting the audio, “Embed Audio Player” was active rather than “Link.” When I selected “Link,” I could then use the miniAudioPlayer once I’d inserted the link into the page.
I’d love to see a playlist skin for this eventually!
Forum: Fixing WordPress
In reply to: Script issue with 3.8Also, when you go to my site (www.DanielleMarcelleBond.com), it now shows “Notice: get_current_theme is deprecated since version 3.4! Use wp_get_theme() instead. in /home2/danielm8/public_html/wp-includes/functions.php on line 2908”
I got TextWrangler to look at the line 2908, but that’s just the error line. Where do I fix the issue? Where do I replace get_current_theme with wp_get-theme()?
Thanks!
Forum: Plugins
In reply to: [MF Gig Calendar] Not able to select dateWordPress 3.8 Thanks!
Thanks, Jeremy. The FTP deletion fixed it.
Forum: Themes and Templates
In reply to: Sidebar in Default Theme issue- Main sidebarYes, I did change the navigation in a child theme in the style sheet. Here’s the code I used (below). Is something of it incorrect? The navigation is working well, but I do see that > without an opening </ Unfortunately, I’m not familiar with code enough yet to know how that would effect anything else. Any recommendations? Thank you!
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
border-bottom-color: #EDEDED;
border-bottom-style: solid;
border-bottom-width: 1px;
border-top-color: #EDEDED;
border-top-style: solid;
border-top-width: 1px;
display: inline-block !important;
text-align: center;
width: 100%;
}Forum: Themes and Templates
In reply to: TwentyTwelve Dropdown Menu being hidden by Post TilesThank you all so much! It’s fixed and I’m so grateful for you sharing your knowledge with me!
Forum: Themes and Templates
In reply to: TwentyTwelve Dropdown Menu being hidden by Post Tileshum… the extra space before the arrow? I just fixed that, but it still didn’t do what it was supposed to do. However, my main issue is just the subpages on the menu are being blocked by the plugin. Any advice on this issue?
Forum: Themes and Templates
In reply to: TwentyTwelve Dropdown Menu being hidden by Post TilesStill no luck (I cleared my cache and everything). Perhaps I could make the subpages be viewed Up rather than down? Would that be easier? I’ve tried researching that change too, but haven’t seen any code for it. What do you think?
The code I’ve got now on integrativesinging.com in the style.css is:
/* =Imports styles from the parent theme
————————————————————– */
@import url(‘../twentytwelve/style.css’);/* =Theme customization starts here
————————————————————– */.entry-header {
display: none;
.nav-menu li > a:after {
color: #444;
content: ‘ ▾’;
}.nav-menu li > a:only-child:after {
content: ”;
}
#masthead,
#main {
position: relative;
}#masthead {
z-index: 2;
}#main {
z-index: 1;
}Forum: Themes and Templates
In reply to: TwentyTwelve Dropdown Menu being hidden by Post TilesIt didn’t fix it unfortunately. The child theme style sheet code I have so far is listed below. Am I doing anything wrong?
/* =Imports styles from the parent theme
————————————————————– */
@import url(‘../twentytwelve/style.css’);/* =Theme customization starts here
————————————————————– */.entry-header {
display: none;
.nav-menu li > a:after {
color: #444;
content: ‘ ▾’;
}.nav-menu li > a:only-child:after {
content: ”;
}
.main-navigation ul {
position: relative;
z-index: 101;
}Forum: Themes and Templates
In reply to: TwentyTwelve Dropdown Menu being hidden by Post TilesWould that go in my child theme’s style.css? I don’t see that language in the plugin editor. (Sorry, I’m a bit new to this!) Thank you so much for the quick response!
Forum: Themes and Templates
In reply to: TwentyTwelve Dropdown Menu being hidden by Post TilesSorry, click this link to see what’s happening on the site. http://integrativesinging.com
Forum: Themes and Templates
In reply to: Theme Install FailedFrom Theme Forest: Victoria Portfolio & Photography WordPress Theme