Viewing 3 replies - 1 through 3 (of 3 total)
  • .

    (@techievous)

    I don’t think that it’s an issue with Customizr. The class is .wpuf_customs, which has something to do with the WP User Frontend plugin. So you might want to look into that.

    As for the CSS solution, this should work:

    ul.wpuf-attachments {
    display:none;
    }
    Thread Starter mikeusru

    (@mikeusru)

    I was able to disable the ‘display attachments’ in the wp-frontend options, but If i ever want to re-enable it, I can apply your CSS method for individual posts. Thanks, Techievous!

    .

    (@techievous)

    No, that CSS hide the .wpuf-attachment globally.

    If you want to hide only on all pages or only on all posts–or perhaps only on certain specific pages or posts, you would need to add additional id or class to that code.

    When you want to do that, you can use the “Inspect Element” feature of your web browser to figure out the id or class. If you aren’t familiar with coding, you can also seek help on the forum or send message me directly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Stop thumbnails of images from showing on bottom of page’ is closed to new replies.