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

    (@dotonpaper)

    Hello,

    I see the calendar is looking fine now. Any other problems?

    Thank you

    Thread Starter markjohnl

    (@markjohnl)

    Sorry, meant to update this post. The issue is resolved now. Problem was due to a conflict of the ‘First’ class used in both the booking system plugin and in the Prose theme to control columns.

    Add the following code to your CSS to disable the feature in Prose

    .first {
    clear: none;
    }

    I’m not a developer, but would it be wise for both DOP and Studiopress to use less generic names for classes to avoid conflicts like this?

    Thanks,

    Mark

    Plugin Author DOTonPAPER

    (@dotonpaper)

    I see …

    We use the .first in a DOP class:

    .DOPBooking ... .first

    but there are always some general classes that will overwrite the styles. We added an overwrite on or class.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display issue with Genesis Prose 1.5’ is closed to new replies.