• Resolved michealdupont

    (@michealdupont)


    Hi,

    I am trying to work something out. I want images to always be available through their post url so changed the image_default_link_type to post via options.php. Images are now opened directly however its not full width and there is a separator on the right that seems to reserve space for a non existing sidebar. Read most post on customization but setting width doesnt have any effect, in fact nothing seems to have effect on the image post layout. The right reserved panel (where the sidebar could be) remains empty always.

    I want to customize the default post layout for images. Changing the blog or single post doesnt seem to have any effect on the page. Changing image.php does but the separator is loaded before. How can I customize the image layout preferably using elementor?

    1. OceanWP latest version
    2. WordPress latest
    3. Elementor latest

    Thanks for any ideas/feedback!

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, sorry I didn’t understand the problem, can you send me screenshots or example of what you want to do?

    Thread Starter michealdupont

    (@michealdupont)

    Hi,

    Thanks for responding. You can find a screenshots here:

    View post on imgur.com

    After uploading image with media manager it becomes available via de post url but i have no idea where the layout of the attachment/post page can be changed.

    How can I remove the side separator? blog or single post both on full-width but no changes to them seem to have affect.

    Thanks,

    Theme Author oceanwp

    (@oceanwp)

    Hi, you want to have a full width layout for all your page, blog and single post, right? Go to the General Options > General Settings, in Page, select the full width layout and do the same in the Blog > Blog entries and Blog > Single post sections.

    Thread Starter michealdupont

    (@michealdupont)

    Hi,

    Yes, thats the idea. Re-applied them several times (changed the layouts, published and changed them back to fullwidth and published again). As expected no difference. still getting a separator.

    PS: gotta say love the extensiveness of this template, it has amazing capabilities.

    Cheers,
    Micheal

    Thread Starter michealdupont

    (@michealdupont)

    Yet and other update, did a complete clean reinstall. The problem can be easily reproduced on a clean install. Put all pages on fullwidht but opening an image via the attachment (view attachment in the media viewer or direct url /imageurl/) the separator is still there.

    ps: no problem, not live yet…just playing around developing for now.

    see:
    https://www.digitalswinger.com/favicon/

    Robin

    Theme Author oceanwp

    (@oceanwp)

    Hi, try this css code:

    body.attachment .content-area {
        float: none;
        width: 100%;
        border: 0;
        padding: 0;
    }
    Thread Starter michealdupont

    (@michealdupont)

    Hi,

    Thanks, indeed line is gone, it works! thanks!

    I would really like to be able to customize the page using elementor. Do you know of anyway to achieve this?

    Micheal

    Theme Author oceanwp

    (@oceanwp)

    Hi, there is Anywhere Elementor to customize archives page with Elementor, and soon, Elementor will release their own thing to customize archive pages.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Media as post -> how to customize page’ is closed to new replies.