• Resolved kpuhala

    (@kpuhala)


    Hi! My site is pickmeuptravel.com

    For some reason on the Home page and the About Us page there are images on the bottom of the page that I did not put purposefully there. In addition they are duplicates of the images that I used elsewhere on the pages (i.e. a photo on a button is now on the button and also on the bottom of the page).

    I tried to fix it on my own but I do not even know how it happened!

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m not sure what happened, but you could hide the images by hiding that unneeded section of the page. Add the following to your stylesheet:

    .wpuf_customs {
        display: none;
    }
    Thread Starter kpuhala

    (@kpuhala)

    Is there a specific place in the code that piece of code must go? I just put it on the bottom of the stylesheet but it did not change anything.

    Thread Starter kpuhala

    (@kpuhala)

    I think the images showed up after I posted from a users (not an admin) account via a mobile device. I don’t know if that makes the issue more clear

    Try this code instead:

    ul.wpuf-attachments {
        display: none;
    }

    Placing it just below the body tag is probably best.

    Thread Starter kpuhala

    (@kpuhala)

    Ok I actually tried something else.

    I deleted an image permanently from the media library – this removed the image in both locations on the pages. I then uploaded a new image and assigned it to a button – it only shows up in the button which is what I want.

    Weird how the images just showed up on the bottom!

    I am going to leave this forum unresolved though until I delete and re-upload all the other images. Hopefully it will go back to what it is supposed to be!

    Theme Author Tom

    (@edge22)

    Are you sure these images weren’t being added by a plugin you have activated?

    Might be worth deactivating them all and seeing if it goes away. Then activate them one by one until they show up again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Unwanted Images’ is closed to new replies.