Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter joyrandel

    (@joyrandel)

    more info…..
    The Simple Edits footer credits problem I am having is with version 2.1.1 of Simple Edits and WordPress 4.3. Can anyone tell me why the footer does not show up after putting [footer_copyright after=”2015″]Randel Law, Inc. All rights reserved in the footer credits?

    Plugin Support Nick C

    (@modernnerd)

    Hi, @joyrandel!

    Are you using a WordPress caching plugin? What’s your active theme?

    Feel free to share a link to your site and a screenshot of your Simple Edits settings page, which you can upload to a service such as https://imgur.com/ if you’d like to. I’d be happy to take a closer look for you.

    Thread Starter joyrandel

    (@joyrandel)

    Hello Nick,

    It would be great if you could help me.

    Using a PC with Windows 10
    WordPress 4.3
    Genesis Framework 2.1.3
    Parallax Pro Theme 1.2.2

    Here is a link to my website: https://www.randelwebsites.com/dev

    I listed below the plug-ins that are installed. I had it working well but then I upgraded to WordPress 4.3 and I changed the year in the settings. After I saved it the footer credits wouldn’t show up anymore.

    Here is a screenshot of the Simple Edit Settings on my computer:
    https://i1134.photobucket.com/albums/m619/dazzledogdelight/SimpleEditSetting_zpsnlnkhjsp.jpg

    Here is a screen shot of the plugins that I have active. I don’t know if they are caching.
    https://i1134.photobucket.com/albums/m619/dazzledogdelight/Plugins_zpsrwsicsg8.jpg

    Plug-Ins Installed
    Advanced Image Styles
    Akismet
    cs-backtop
    Genesis Simple Edit
    Go Live Update URLS
    Simple Social Icons
    WordPress Importer

    Thanks. Joy

    Plugin Support Nick C

    (@modernnerd)

    Thanks very much for sharing that link and information, Joy.

    I do see the updated footer text in your footer when I view the page source, but it’s black on a black background, which is why it’s not clear that it has updated correctly.

    You can fix that by changing this modified code in your theme’s style.css file:

    .site-footer a,
    .site-footer p {
    	color: #000;
    }

    To look like this instead:

    .site-footer a,
    .site-footer p {
    	color: #fff;
    }

    That will return the footer color to the theme’s default, which will make the footer credit visible again.

    Thread Starter joyrandel

    (@joyrandel)

    Thanks so much for taking the time to explain the problem.

    ??

    Plugin Support Nick C

    (@modernnerd)

    You’re welcome!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘footer not appearing on the bottom’ is closed to new replies.