Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter brittanyfrid

    (@brittanyfrid)

    I’ll give that a shot – it seemed to me that because the Header section was missing in the Appearances part, it would have been a WordPress problem.

    Thanks for your help!

    Thread Starter brittanyfrid

    (@brittanyfrid)

    You’re absolutely right, but it’s a different header image that I’m trying to add. It’s the same thing but a different colour. It was provided to me when I bought my theme – the creator told me that I need to upload the new image in Appearances – Header.

    Thread Starter brittanyfrid

    (@brittanyfrid)

    This is what I’ve done:

    /* Header
    ———————————————————— */

    #header {
    background: url(‘http://www.satinandsnowflakes.com/wp-content/uploads/2012/08/header.png’);
    height: 165px;
    overflow: hidden;
    width: 960px;

    I then pushed “Update File” and it doesn’t seem to change anything. Any ideas? This is super helpful by the way – thank you for taking the time to review this. I’m clueless.

    Thread Starter brittanyfrid

    (@brittanyfrid)

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use the pastebin ]

    Thank you Alain,

    I’m still struggling unfortunately. I have uploaded the media in the correct size and got the link for it: “http://www.satinandsnowflakes.com/wp-content/uploads/2012/08/header.png”

    But looking at the stle.css, I can’t find the exact location you’re talking about. Here’s what I have. I don’t really know which one I’m supposed to write it in.

    /* Header
    ------------------------------------------------------------ */
    
    #header {
    	background: #fff url();
    	height: 165px;
    	overflow: hidden;
    	width: 960px;
    }
    
    #title-area {
    	float: left;
    	overflow: hidden;
    	padding: 20px 0 0;
    	width: 265px;
    }
    
    #title {
    	font-size: 24px;
    	line-height: 30px;
    }
    
    #title a,
    #title a:hover {
    	color: #80512a;
    	text-decoration: none;
    }
    
    #description {
    	font-size: 12px;
    	font-style: italic;
    }
    
    #header .widget-area {
    	float: right;
    	width: 690px;
    	padding: 15px 0 0 0;
    }
    
    /* Image Header - Partial Width
    ------------------------------------------------------------ */
    
    .header-image #title-area,
    .header-image #title,
    .header-image #title a {
    	display: block;
    	float: left;
    	height: 165px;
    	overflow: hidden;
    	padding: 0;
    	text-indent: -9999px;
    	width: 265px;
    }
    
    .header-image #description {
    	display: block;
    	overflow: hidden;
    }
    
    /* Image Header - Full Width
    ------------------------------------------------------------ */
    
    .header-full-width #title-area,
    .header-full-width #title,
    .header-full-width #title a {
    	width: 960px;
    }
    
    /* Navigation Constants
    ------------------------------------------------------------ */
    
    li:hover ul ul,
    li.sfHover ul ul {
    	left: -9999px;
    }
    
    li:hover,
    li.sfHover {
    	position: static;
    }
    
    /* Header Right Navigation
    ------------------------------------------------------------ */
    
    #header ul.nav,
    #header ul.menu {
    	float: right;
    }
    
    #header ul.nav ul,
    #header ul.menu ul {
    	float: right;
    	width: 100%;
    }
    
    #header ul.nav li,
    #header ul.menu li {
    	background-color: #fff;
    	float: left;
    	list-style-type: none;
    	text-transform: uppercase;
    }
    
    #header ul.nav li a,
    #header ul.menu li a {
    	color: #fff;
    	display: block;
    	font-size: 12px;
    	padding: 7px 10px 5px;
    	position: relative;
    	text-decoration: none;
    }
    
    #header ul.nav li a:hover,
    #header ul.nav li a:active,
    #header ul.nav .current_page_item a,
    #header ul.nav .current-cat a,
    #header ul.nav .current-menu-item a,
    #header ul.menu li a:hover,
    #header ul.menu li a:active,
    #header ul.menu .current_page_item a,
    #header ul.menu .current-cat a,
    #header ul.menu .current-menu-item a {
    	background-color: #000;
    	color: #fff;
    }
    
    #header ul.nav li a.sf-with-ul,
    #header ul.menu li a.sf-with-ul {
    	padding-right: 25px;
    }	
    
    #header ul.nav li a .sf-sub-indicator,
    #header ul.menu li a .sf-sub-indicator {
    	background: url(images/arrow-down.png) no-repeat;
    	display: block;
    	height: 10px;
    	overflow: hidden;
    	position: absolute;
    	right: 10px;
    	text-indent: -9999px;
    	top: 12px;
    	width: 10px;
    }
    
    #header ul.nav li li a,
    #header ul.nav li li a:link,
    #header ul.nav li li a:visited,
    #header ul.menu li li a,
    #header ul.menu li li a:link,
    #header ul.menu li li a:visited {
    	background-color: #fff;
    	border: 1px solid #666;
    	border-top-width: 0;
    	color: #fff;
    	font-size: 11px;
    	padding: 5px 10px;
    	position: relative;
    	width: 158px;
    }
    
    #header ul.nav li li a:hover,
    #header ul.nav li li a:active,
    #header ul.menu li li a:hover,
    #header ul.menu li li a:active {
    	background-color: #000;
    }
    
    #header ul.nav li li a .sf-sub-indicator,
    #header ul.menu li li a .sf-sub-indicator {
    	background: url(images/arrow-right.png) no-repeat;
    	top: 10px;
    }
    
    #header ul.nav li ul,
    #header ul.menu li ul {
    	height: auto;
    	left: -9999px;
    	position: absolute;
    	width: 180px;
    	z-index: 9999;
    }
    
    #header ul.nav li ul a,
    #header ul.menu li ul a {
    	width: 160px;
    }
    
    #header ul.nav li ul ul,
    #header ul.menu li ul ul {
    	margin: -31px 0 0 179px;
    }
    
    #header ul.nav li:hover ul,
    #header ul.nav li.sfHover ul,
    #header ul.menu li:hover ul,
    #header ul.menu li.sfHover ul {
    	left: auto;
    }

    Thread Starter brittanyfrid

    (@brittanyfrid)

    Found it! I HAD disabled the editor – I had no idea it would be in the user profile. Thank you so much, this has been driving me insane!

    Thread Starter brittanyfrid

    (@brittanyfrid)

    I have backed up (for the first time ever)the site, and I have tried re-installing WordPress (I’m hitting the “Re-Install Now” button on the updates page) about 4 times now. I have turned off all plugins, including Jetpack, and it hasn’t solved the problem. I reviewed all my settings again to confirm that I haven’t done something that would turn off the visual editor, but nothing seems fishy.

    I’m totally lost!

    Brittany

    Thread Starter brittanyfrid

    (@brittanyfrid)

    Hi Paul,

    So I exported the .com content again, then I imported it all over again with the new export file. Once it finished importing, at the very bottom it said “All done, Have Fun!” and had a link on the Have Fun that activated it.

    I don’t think that link existed prior to this last import, but I may have missed it.

    Thanks very much for your help!

    Brittany

    Thread Starter brittanyfrid

    (@brittanyfrid)

    Actually, it looks like all my media is on the dashboard, but no posts, comments, links, etc. Any ideas?

    Thread Starter brittanyfrid

    (@brittanyfrid)

    Thanks esmi! Just did and they gave me the proper instruction.

    Thread Starter brittanyfrid

    (@brittanyfrid)

    Howdy Paul!

    By “back end”, I’m assuming you mean in the Dashboard? No, there are no posts, no categories, no menus… nothing. It’s the exact same screen/set up as when a new WordPress user starts a new blog from scratch.

    I do, however, have a brand new theme installed. I fell in love with the theme and knew that I couldn’t use it on WordPress.com, so I have set up a .org site to use it. I have a fair amount of traffic and don’t have a way to direct readers to the old site while I work on the new, so the sooner I can get my old posts imported and visible, the better!

    Thanks again Paul.
    -Brittany

Viewing 10 replies - 1 through 10 (of 10 total)