Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ned4spd8874

    (@ned4spd8874)

    Upon further investigation, I found that this snippet from the themes style.css could be causing this issue. However if I comment out that line (display: block;), I’m afraid it might break something else.

    .td-post-text-content img,
    .mce-content-body img {
      display: block;
    }
    Thread Starter ned4spd8874

    (@ned4spd8874)

    FYI, I went ahead and changed the code to “inline-block” and that seems to have helped. Nothing else seems to be affected. I’m still not sure if this is the most ideal way to fix this or no though.

    Plugin Author Lester Chan

    (@gamerz)

    I can’t comment on that because that is added by your theme style.css. Best person to ask will be your theme author.

    Thread Starter ned4spd8874

    (@ned4spd8874)

    Thanks, I understand. Since I changed it to inline-block, it seems have fixed it and I don’t see any side effects. At least not yet!

    I do have one question, I created custom images and installed it by replacing one of the other image types that I was not using. However, when I open a page, it shows the old image still. But sometimes if I hover over the “wrong” image, it will show the correct hover image and then show the correct non-hover image when I move the mouse away. I’ve cleared cache, tested this with multiple browsers, computers and connections and they all do this.

    Do you have any ideas on why this would be happening?

    Plugin Author Lester Chan

    (@gamerz)

    Are you using CDN? The CDN might be caching it. It is better to create a new folder in the images folder and place inside there. The WP-Admin -> Ratings -> Rating Images will be able to detect the new folder.

    Thread Starter ned4spd8874

    (@ned4spd8874)

    Ah, yes I do!

    That was one of the first things I tried, but it didn’t work for me initially. It’s seeing the folder now although nothing has changed. Oh well…

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Not displaying properly with new theme’ is closed to new replies.