• jmerr59944

    (@jmerr59944)


    Hi, a few weeks back, i removed “proudly powered by wordpress” from my site: getsapphiredesigns.com

    when i went back in this morning to add some links to my footer, they are not appearing. What could be overriding my footer?

    Please help,
    jeremy

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    It looks like you modified the Twenty Eleven theme directly, which on the next theme update will cause you to lose all of your edits and then you’ll be in trouble…

    https://codex.www.ads-software.com/Child_Themes

    Do you know what and where you made changes in twentyeleven/footer.php and elsewhere? If it’s a lot of code can you put it into pastebin.com?

    It’s make it easier to separate your work into a child theme and possibly solve your footer problem at the same time. ??

    Michael

    (@alchymyth)

    with this style in style.css of your theme (near the end), it is only natural for the footer not to show:

    #footer {
    display: none;
    }

    time to create a child theme, which makes it much easier to keep track with the css changes.

    Thread Starter jmerr59944

    (@jmerr59944)

    alchymyth..,thanks so much…not sure why I had put that snippet into the css…

    one more question. I now have the footer, but 1) I cannot get it to center and 2) next to each link it has a little wordpress logo i would like to get rid of.

    https://www.getsapphiredesigns.com

    Please help.
    Jeremy

    streudel

    (@streudel)

    For #2:
    Links inside the site-generator div all have that little icon before them.
    Perhaps you should directly edit the stylesheet for the “twentyten” theme.
    Code responsible:

    #site-generator a {
    	background: url(images/wordpress.png) center left no-repeat;
    	color: #666;
    	display: inline-block;
    	line-height: 16px;
    	padding-left: 20px;
    	text-decoration: none;
    }

    Check line 1234. ??

    Thread Starter jmerr59944

    (@jmerr59944)

    streudel,

    I was able to get rid of the wordpress logos by following your directions…but i cant figure out what centers the footer and also how to get the footer test onto one straght line.

    https://www.getsapphiredesigns.com

    any help would be appreciated.
    Jeremy

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘My Footer won't show up’ is closed to new replies.