Support » Themes and Templates » [NSFW] Put image over contents

  • Resolved longnha

    (@longnha)


    Hello,

    My blog mostly images and few of them is quite big, but I don’t want to resize them.

    When posting, only part of the image get show up, part of it has been hidden by the sidebar (the right sidebar).

    Is there anyway to put the image over the sidebar so user can see the image?

    Thank you very much.

Viewing 15 replies - 1 through 15 (of 16 total)
  • Hi longnha,

    Do you have a link to the page that you are talking about as you might be able to do this in CSS

    Cheers

    D

    Thread Starter longnha

    (@longnha)

    @fluid2011: Thank you but the content is a bit non-safe-for-work so I’m a bit hesitate to give the link here.

    Could you please give me some suggestion for the css? I searched around last few days but nothing work.

    Thank you.

    http://www.w3schools.com/cssref/pr_pos_z-index.asp

    you could use this on your div and images

    Cheers,

    Da

    Thread Starter longnha

    (@longnha)

    Well, I play around with z-index and position but the sidebar is still over the image!

    The image is put like this:

    <div>
    <img border="0" src="-.jpg">
    </div>

    If you don’t mind the contents, can I have your email address? So I can provide you the link to the page.

    Or, I hope you can give me another suggestion.

    Thank you very much.

    post your email add and I’ll send you an email.

    Thread Starter longnha

    (@longnha)

    My email: [email moderated]
    Thank you very much. 🙂

    can I have your email address?

    post your email add and I’ll send you an email.

    please keep the support in the forum; this forum does not provide support via email.

    if you site is too confidential to post the link here, consider to hire somebody.

    if it is only about adult content, mark the topic or link accordingly: http://codex.wordpress.org/Forum_Welcome#Warn_About_Adult_Content

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Alongside Alchmyth’s post:
    Email support greatly disadvantages the WordPress community because other people who experience the problem can no longer see the solution via this forum.

    Thread Starter longnha

    (@longnha)

    I created a demo site using the same theme and all function:

    http://myreadingmanga.info/test/?p=8 (NSFW)

    Visit the page, you can see that the sidebar is over the image and I want to change it.

    Hope someone can help.

    Thank you.

    hi longnha,

    I would recommend posting the image and setting the width and height to 100%

    the reason I say this as the image could be bigger than some users screen size

    Thread Starter longnha

    (@longnha)

    You mean that I should add:

    img {
    width: 100%;
    height: 100%;
    }

    Thank you, It’s a good solution but sometime, the text on the image is too small so I I want to post full image.

    If the image is too large I always resize it maximum 1300px width before posting.

    Hope there have a way to expand the image over the sidebar content.

    You should be asking the theme developer for help – as commercial themes aren’t supported here:

    http://themeforest.net/item/expose-gallery-wordpress-theme-3-in-1/106184

    It’s part of what you paid for – so you may as well take advantage of it.

    Thread Starter longnha

    (@longnha)

    They have support forum but it’s death, most questions remained unanswered there.

    Also, this question has been asked many times on the net but there have no clear solution, that’s why I asked here.

    Before moving to wordpress, I did successful style it on Blogger but somehow, does not work on WP.

    the .entry style has the overflow hidden;

    try:

    .entry { overflow: visible; z-index: 10; }

    (not widely tested; using a browser inspection tool might help with fixing your problem)

    what is the point having the image covering the sidebar?

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘[NSFW] Put image over contents’ is closed to new replies.