• Hi!

    I really like wordpress, and have gotten the hang of customizing the css-files. Now it is only one thing left: the designer/wordpress info in the footer. I have searched this forum and tried some things suggested in earlier threads, but nothing happened. I am looking for a code or plugin that if not removes, then hides, the footer. I am an artist, so the copyright thing is good to have.

    The address is inevik.no

    Also…I have noticed that the site is really slow to load, especially inevik.no/foto – is this too slow, and is it something I could do?

    Best,
    Ine

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey Ine,

    How are you doing today?

    If this is what you’re trying to remove http://screencast.com/t/xGIuqySpQ2M then you should be able to do it with some custom CSS.

    To do that please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    .site-info {
        display: none;
    }

    This should remove “Expositio by Wpshower” only.

    As for that specific page being slow this is because you have quite a few images there so it takes a lot of time to load that page.

    First you can try to use image compression tools to reduce the size of the images. You can try one of the WPMU DEV plugins for that, please check WP Smush.

    After that you’d probably want to add some caching for faster loading. You can check the following plugin for that W3 Total Cache and in case you need a tutorial to setup you can find a decent one here.

    Hope this helps 🙂

    Cheers,
    Bojan

    Thread Starter nellik22

    (@nellik22)

    Hi again,

    Thank you so much! This worked perfectly, and I am very, very VERY thankful for your help!

    I will follow your advice about the photos, too. To think there is people who assist you in this way! It reminds me of all of the great things about internet:)

    Thank you for the kind words, doing my best to represent my awesome company 🙂

    Glad I could help and have a great day!

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove theme info designer, but not copyright from site?’ is closed to new replies.