• Hello Events Shortcode.

    After your last big update the style of the events list has changes dramatically. I would like to get the old design back.

    Is there anyway you could provide me with the code for the old style3?

    Best regards

    Kristen

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @kristenmathiasen

    We have removed he image and hover effects from the style as they were not there in the old style. Here is the CSS code for same:

    .ect-list-post.style-3 .ect-list-img{
    	background-image: none !important;
    }
    .ect-list-post.style-3 .ect-list-post-left .ect-list-date:hover .ect-date-area.default-schedule {
        z-index: 999;
        visibility: visible;
        display: flex;
    }
    .ect-list-post.style-3 .ect-list-post-left .ect-list-img:hover{
    	transform: none !important;
    }
    .ect-list-post.style-3 .ect-list-post-left .ect-list-date:hover .ect-date-area.default-schedule{
      direction: flex !important;
    }
    .ect-list-post.style-3 .ect-list-post-left:hover
    {
      filter: none !important;;
    }
    .ect-list-post.style-3 .ect-list-post-left .ect-list-date:hover
    {
      background: none !important;
    }

    If you want anything else to change, please let us know.

    Hope this helps.

    Thread Starter KristenMathiasen

    (@kristenmathiasen)

    Thank you for your quick reply and for the CSS. I have applied it.

    Unfortunately this style looks very different from how it looked earlier.

    In the left side there were a shaded box with date – ind the middle there were a short text and in the right side there were a link to the event.

    In short: The setup was very different from the new style 3.

    Can you please help me get the original look back?

    Thank you in advance.

    Kristen

    Hi @kristenmathiasen

    Sorry for the inconvenience
    In this update, we have updated our designs as per the users feedback.
    To get back the same design we have to add a lot of code. that will be removed once the plugin in updated.

    If you want any CSS changes do let us know we will help you with that.

    If you still wish to use the old design you can rollback to our older version 2.3.3

    Also, I will share the feedback with our developers. They might come up with some similar additional designs in our future updates.

    Hope this helps.

    I seriously cannot fathom why you modified existing styles forcing those changes on everyone’s website front ends. I have had to roll back your plugin and even at that I had to add CSS to change things back. I have no choice now but to look at another plugin. Adding more would have been a the best option. Very short sighted.

    megseoh

    (@megseoh)

    We were also using style 3 to display a minimalist list of our past events & it’s really changed with the update = no longer minimalist.

    I’ve tried adding the shortcode attributes thumb="false" & excerpt="false" but they’re still displaying. I know I can hide everything using css, but when making such major changes to visible parts of peoples’ websites it might have made more sense to create new styles 4-6 rather than grossly modifying the existing ones.

    verdipro

    (@verdipro)

    I wanted to add to this thread as well. Styles 1, 2, & 3, should be left as is. If you want to add a 4, 5, & 6 that would be the better option. I had to rollback the plugin also to 2.3.3 as the new styles display very poorly. Hopefully you will consider this update in a 2.4.1 release or another update.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Style 3 changed with big update – please provide CSS for old Style 3’ is closed to new replies.