Josiah
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Corpo] Change Header's Menu's Linkscan you provide url?
Forum: Themes and Templates
In reply to: [Corpo] Reduce Prefooter Heightcan you provide a url?
Forum: Installing WordPress
In reply to: How to use an FTP client to upload wordpress directory contentHi,
Does your cpanel and hosting provider have a script installer (fantastico, softaculous, mojo Marketplace)? I use one of these and it will install it for you. You can also choose your location (www.yourdomain.com/wordpress) and then follow this guide to redirect to this area without moving your files.
https://codex.www.ads-software.com/Giving_WordPress_Its_Own_DirectoryForum: Themes and Templates
In reply to: [Virtue] Set Up Carousel?are you referring to the top slider as the carousel? Just trying to clarify, thanks.
Forum: Themes and Templates
In reply to: Changing submenu background & submenu item color in Twenty TenI am not seeing any changes either.
I have not used that plugin but I’m sure it’s great.
This line here is causing your white text up top:
#access ul li.current_page_item > a, #access ul li.current_page_ancestor > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
color: #FFFFFF;
}
Try to copy and past that in the css plugin and then to change the color of the background:
#access ul ul a {
background: none repeat scroll 0 0 #333333;
height: auto;
line-height: 1em;
padding: 10px;
width: 160px;
}See if that works.
Forum: Themes and Templates
In reply to: Changing submenu background & submenu item color in Twenty Tenstyle.css line 440
#access li:hover > a, #access ul ul *:hover > a {
background: none repeat scroll 0 0 #333333;
color: #FFFFFF;
}I would definitely recommend a child theme to make these changes.
https://codex.www.ads-software.com/Child_ThemesForum: Themes and Templates
In reply to: [Magazino] Blank on right side of Homepage after Adding SidebarI missed the website?
Forum: Themes and Templates
In reply to: [Bota] Navigationnot a problem. nice clean theme.
Forum: Themes and Templates
In reply to: Changing the header print color in theme 2013 to whiteNo, Just the things you edit.
Forum: Themes and Templates
In reply to: Changing the header print color in theme 2013 to whitethe child theme needs to be activated and the “parent theme” in this case twentythirteen deactivated. You must still keep the parent theme there, just not activated. Basically, a child theme defers to it’s parent theme UNLESS you change something, in this case, you are just trying to change the title line, so it will read the css for that particular part of the site from the child theme.
I hope that makes sense.
Forum: Themes and Templates
In reply to: Changing the header print color in theme 2013 to whiteI still don’t see a child theme. Are you sure it’s activated?
Forum: Themes and Templates
In reply to: [Marla] Help! With sidebar and headerGreat theme and good English!
I’m not sure on the sidebar what all you are asking, but I would reccommmend a two column layout with an option of a right sidebar and a left sidebar.
Forum: Themes and Templates
In reply to: [Marla] Help! With sidebar and headerI’m not seeing an easy fix that one at the moment. we would have to restructure the whole page it appears :/
Forum: Themes and Templates
In reply to: [Marla] Help! With sidebar and headerWhen you are editing a page> on the right side there is an area called page attributes. In there it has an area called (parent) select which page you would like that particular page to be under. In the page attributes section, you can also select your template and also what order in the navigation that will appear.
Hope that helps.
Forum: Themes and Templates
In reply to: Changing the header print color in theme 2013 to whiteAre you sure your child theme is working? When I run into things like this, I usually end up finding I had a broken link somewhere. I’m assuming this is not the problem, but just double checking as I did not see a child theme reference, only the twentythirteen style links.
I found the style you are needing to be changed at style.css 807 so it may be overriding it down your style sheet if the line item you changed is before line 807.
I hope that helps. Let me know.