Okay
  Public Ticket #1684798
Formatting Issues – Possible CSS Conflict
Closed

Comments

  • Dustin Schwanger started the conversation

    There are lots of small issues with the formatting (the Reminder button overlapping text in the mobile view, black dots above and beside things, lines going through numbers). I sent in a refund request, and they said there might be a conflict with the CSS. Would definitely like to stick with this plugin if we can work out the problems. Thank you!

  •  94
    Valentin replied

    Good Evening Dustin,

    Yes you have several css conflicts between the theme styles and our plugin.

    Unfortunately this is not something that can be avoided sometimes when it comes to open source. Not all theme authors write the code the same way. Like in your case there are some global styles that just overwrite our css.

    The good news of course is that we will take care of it first thing on the morning (it's quite late here ).

    To fix this I will write you new css code that you will have to enter in the plugin Custom Style section or you can send me temporary wp-admin access and I will do it for you. If you decide to give me admin details please replay privately.

    Thank you and see you tomorrow

    Stachethemes Support
    My Time Zone is GMT+3


    Envato Profile | Facebook | Twitter | Newsletter | Rate & Review

  • Dustin Schwanger replied

    Awesome! Thank you very much.

  •  94
    Valentin replied

    Good Morning Dustin,

    Here is the fix for your css conflict:

    Go to your WordPress Dashboard -> St. Event Calendar -> Fonts & Colors -> Custom Styles tab and paste this code:

    .stec li { list-style-type: none !important;}
    .stec-layout-event-preview-left-text-date { margin-bottom: 0 !important; }
    .stec-layout-event-preview-left-text-title { margin-bottom: 0 !important; }
    .stec-layout-event-inner-intro .stec-layout-event-inner-intro-tags .stec-layout-event-inner-intro-tag {
         line-height: 1.5 !important;
    }
    .stec-top .stec-top-dropmenu-layouts ul li { margin-bottom: 0 !important; }
    .stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left-reminder-toggle {
         line-height: 1.5 !important;
    }
    .stec-top-menu-filter-dropdown > div > div > ul {
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-bottom: 1px !important;
    }
    .stec-media-small .stec-top-menu-filter-dropdown { top: 81px !important; }
    .stec-top .stec-top-menu-filter-dropdown { margin-left: 0 !important;}
    .stec-media-med .stec-layout-month-daylabel p { margin-bottom: 0 !important; }
    .stec-media-med .stec-layout-week-daylabel p { margin-bottom: 0 !important; }
    body ul.stec-top-dropmenu-layouts { padding:0;  margin:0; }
    .stec-layout-event-inner-intro-export button,
    .stec-layout-event-inner-intro-export a {
      padding: 10px 15px;
    }
    

    If you see anything else please let me know

    Stachethemes Support
    My Time Zone is GMT+3


    Envato Profile | Facebook | Twitter | Newsletter | Rate & Review

  • Dustin Schwanger replied

    Works great. Thank you very, very much!

  •  94
    Valentin replied

    With adding more content in the future is possible to encounter more conflicts. If so just let me know and will be fixed in no time

    Stachethemes Support
    My Time Zone is GMT+3


    Envato Profile | Facebook | Twitter | Newsletter | Rate & Review

  •   Valentin replied privately