Home Forums ArileWP Pro media file page sidebar disabling?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #10212
    Ismo Tanskanen
    Participant

    Hi,
    I am not sure if this is theme related, but.
    I am doing a little product list to site.
    I added picture gallery to page and selected “link to attachment page” to each picture
    Now I can add product details easily in pictures attachment page

    But I don’t find a place to disable side bar when I link picture to picture’s media page.
    I don’t want search, last articles, archives, categories, meta etc.. only
    Is this theme setting or wp global setting?
    Here is shortcut to example product page

    25HF-A-SC-TAM-ICTA-R50

    #10214
    themearile
    Keymaster

    Hi Ismo

    Ok please add the below CSS code in the Additional CSS box.

    .attachment-template-default .theme-blog .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
    }
    .attachment-template-default .theme-blog .col-lg-4 {
    display: none;
    }

    Let us know if it works.

    Thanks

    #10219
    Ismo Tanskanen
    Participant

    Thanks, it works lika a charm 🙂
    I am really pleased for your support..

    #10220
    Ismo Tanskanen
    Participant

    Hi Again,
    I now made another picture gallery and added product details as in first one.
    But now attachment page shows title and “by wirell-admin” and date above product picture, and I don’t want that.
    Before this css change it didnot do this.
    How can I fix this?

    #10221
    Ismo Tanskanen
    Participant

    This is direct link to page I mentioned above:

    25HF-A-2CAT6A-UFTP-HF-Dca-R50

    #10251
    themearile
    Keymaster

    Hi

    Please add the below CSS code and let us know.

    .attachment .entry-meta {
    display: none;
    }
    .attachment .theme-blog .post .entry-header::before {
    display: none;
    }

    Thanks

    #10255
    Ismo Tanskanen
    Participant

    Hi,

    Thanks it works.
    But I still got file name at first in the page. Media attacment pages made before css changes does not have this.
    Is there easy way to disable this? Because file name is not identical to product name..

    #10280
    themearile
    Keymaster

    Hi

    Please add below CSS code.

    .attachment .theme-blog .post .entry-header {
    display: none;
    }

    Thanks

    #10284
    Ismo Tanskanen
    Participant

    Thanks, great ! 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘media file page sidebar disabling?’ is closed to new replies.