• Resolved guybrushpixelwood

    (@guybrushpixelwood)


    Hi there! I just updatet your Event Planner Plugin and it broke the site layout.

    So under the Calender there ist the text from my first event. If i click on the event i am redirected
    to the events page, but there are several problems:

    -The left text is cut, s you only see the half of the site
    -The map got moved down one site (under the event text) instead of being on the left side.
    -Counter dissapeared (I can live with that^^) EditEdit: Oh, the timer is overlayed on featured image. my bad!^^

    Is that because of the update or could id be a bad config at my site?

    http://www.pepakura.eu/Bspa/events/kraftkammer-teil-1/ <- this is the dummy site i am working atm.

    Have a nice day:D

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter guybrushpixelwood

    (@guybrushpixelwood)

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 30px;
    }

    seems to fix the layout problem, the left cut text appears to be visible. But i dont want to use some ugly hack without asking^^ (Map still on the right column, but it looked way better on the left.)

    Plugin Author PressTigers

    (@presstigers)

    Hello

    Sorry for the inconvenience. To fix issue, go to the following file;

    simple-event-planner/public/css/simple-event-planner-public.css

    Line no 2501,
    .sep-page .sep-detail {
    overflow: hidden;
    }

    to

    .sep-page .sep-detail {
    overflow: visible;
    }

    We will fix it in upcoming minor release.

    Thanks & Regards
    PressTigers

    • This reply was modified 9 years, 6 months ago by PressTigers.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Update broke Layout’ is closed to new replies.