• Resolved flavholman

    (@flavholman)


    Hello,

    For the past month, I’ve been having issues rotating some of the photos. It doesn’t happen to all of them, only some. It’s random. Even if they look the right way on my computer, once I upload them to my blog, they turn sideways. I’ve also tried editing them in WordPress, they look like they’re correct, but once they’re on the post, they continue sideways.

    Any ways to help me, would be great.

    Thanks, Flavia

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi there,

    We assumed that you want to rotate all image. You can do same by uploading rotate image. YOu can do it same by many photoshop tools. And also you can do it from media gallery of WordPress dashboard.
    Go to dashboard->media-> click on image-> on left bottom corner there you will find edit option-> There you can find tools to rotate images.

    If you want to rotate image while hover you need to follow this example:
    @see http://www.w3schools.com/cssref/css3_pr_transform.asp

    .selector class:hover {
         width: 200px;
        height: 100px;
        background-color: yellow;
        /* Rotate div */
        -ms-transform: rotate(7deg); /* IE 9 */
        -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
        transform: rotate(7deg);
    }

    Let us know how it will goes.

    Thanks

    Thread Starter flavholman

    (@flavholman)

    In my computer and even when I upload the pictures to wordpress are correct. Once I add them to a post, they rotate sideways. I’ve edited them in wordpress after I posted them, and when I click edit, they are the right way, when I close edit, they are wrong.

    Could you please provide us your site URL so we can know what the actual issue, and provide you a appropriate solution

    Thanks

    Thread Starter flavholman

    (@flavholman)

    Sure, here you go: thexpatchannel.com
    Thanks

    Theme Author Styled Themes

    (@gejay)

    Hi flavholman,

    We had checked your site,and we didn’t find any rotating image out there. So please could you provide us a screenshot of your infected page. So we can provide you a solution as soon as possible.

    Thanks

    Thread Starter flavholman

    (@flavholman)

    Hi there, so sorry for the delay. Check out this post: http://thexpatchannel.com/2016/01/the-blizzard-the-panic/

    When I am on the dashboard, while editing the post, the pictures are sideways (even after publishing post) and when I go on the actual site on firefox, they are sideways and on chrome they are cut off.

    Thanks!
    Flavia

    Thread Starter flavholman

    (@flavholman)

    Hi, I’ve just realized by reading the other forum questions that this is only for the free theme, and I have pro. So sorry for wasting your time. I’ve posted in the right place now.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Can't rotate photos’ is closed to new replies.