Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author macguru2000

    (@macguru2000)

    This is because you are using the cufun plugin or extension to render the title font, and it is not liking the simple HTML DOM manipulation that CataBlog’s LightBox requires to display the title. If you wish to hide the title or description in the LightBox add this to your theme’s style.css file or a catablog.css file in your theme’s root directory.

    #catablog-lightbox-meta .catablog-lightbox-title {
      display: none;
    }
    #catablog-lightbox-meta .catablog-lightbox-desc {
      display: none;
    }

    Hopefully that will work for you

    Thread Starter C.Stevenson

    (@cstevenson-1)

    Thanks Mac.

    It didn’t work, but it did get me thinking.
    I simply removed the description for the title from catablog’s css. As a workaround, I’ll place the title text preceding the description in the description box for each item.

    Plugin Author macguru2000

    (@macguru2000)

    Glad I could be of some assistance, it would seem your theme, or some plugin you have installed is re-rendering heading tags into JavaScript canvas objects. This may only be happening in some browser, I don’t know. It seems you have found a work around…but each item will need a unique title.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: CataBlog] Very Odd: Item Titles Overwriting Themselves’ is closed to new replies.