Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1186841

    Hi, I am using a plugin called WordPress Download manager to be able to upload files for clients to download them with a password protected link.
    It seems every file uploaded takes the structure of a blog post and it shows all the pages + posts on the right side bar. These are (should be) private so I would like to take out the side bar, comment field and share buttons from all of the blog posts.

    One example is the url below in the private content section. There is also a link to a screenshot so you can have a visual reference of what I mean.

    Thanks beforehand.

    #1186844

    Hey Samuel,

    Add this to quick css:

    .av-share-box,
    .comment-entry.post-entry,
    aside.sidebar.sidebar_right{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1186846

    That was quick Jordan!
    Thanks a lot. I have a couple extra questions:
    1) Is there a way I can get rid of the title shown in the screenshot below?
    2) General Q. When updating a template version, how can I ensure both the CSS added to the quick css box and things like languages and all are not lost?

    Thanks beforehand!

    #1186850

    Hi,

    1.Add this to quick css:

    .stretch_full .container .main-title.entry-title{
    display:none!important
    } 

    2. The updates made within the Enfold editor are protected from being overwritten in updates. Also, make sure you are using a child-theme.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.