• Resolved Shaun

    (@shaunco)


    Installed 4.4.8 today on WP 5.2.2 using the Bridge theme.

    The main slug view of either /events/ or a single event, such as /events/daily-each-3-days/, takes over the entire browser – sitting on top of header, footer, and other elements. I don’t see any reason in the CSS for this, so I’m assuming there is some JS somewhere that triggers it.

    If I add any of the shortcode views to a WP Page, everything looks great… it is just the main slug where all control seems lost.

    Additionally, I don’t see anywhere in settings to control the main /events/ slug default view (week/month/list/etc) or styling for a single event. Am I just blind?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Shaun

    (@shaunco)

    Ok, I found the “Archive Page Skin” options… but still, any view/skin I choose still results in /events/ having the calendar take over the whole page.

    Putting the same shortcode on a new WP Page behaves just fine.

    Plugin Contributor webnus

    (@webnus)

    Hi @shaunco,

    Okay, If you had any other questions, I’ll be more than happy to help. ??

    Regards

    Thread Starter Shaun

    (@shaunco)

    Yes, this is still not answered. The “Archive” page that ends up in the main /events/ slug takes over the entire browser area, no matter what template I use, whereas the exact same template used on a custom WP page does not.

    Thread Starter Shaun

    (@shaunco)

    It looks like MEC doesn’t play well with Qode. Qode rewrites the content_inner div to have the title prior to the main-content div, along with a few other things, and MEC seems to be somehow bypassing Qode’s rewriting…

    MEC Archive Page:

    
    <div class="content_inner">
        <section id="main-content" class="container">
            <h1>Events</h1>
            <div id="mec_skin_793" class="mec-wrap">
                <div class="mec-calendar ">
                    <!-- Calendar here -->
                </div>
            </div>
        </section>
    </div>
    

    Normal (Qode processed) Page:

    
    <div class="content_inner">
        <div class="title_outer title_without_animation" data-height="150">
            <div class="title title_size_large  position_center " style="height:150px;">
                <div class="image not_responsive"></div>
                <div class="title_holder" style="padding-top:68px;height:82px;">
                    <div class="container">
                        <div class="container_inner clearfix">
                            <div class="title_subtitle_holder">
                                <h1><span>Events</span></h1>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="container">
            <div class="container_inner default_template_holder clearfix page_container_inner">
                <div id="mec_skin_268" class="mec-wrap">
                    <div class="mec-calendar mec-box-calendar">
                        <!-- Calendar here -->
                    </div>
                </div>
            </div>
        </div>
    </div>
    
    Plugin Contributor webnus

    (@webnus)

    Hello @shaunco,
    Thank you for contacting us,

    We check all shortcodes on https://validator.w3.org/ and default WordPress theme,
    but We forwarded this issue to our developer team and they are working to fix it in the next updates.

    Thank you for reporting this issue.

    Regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Main slug view takes over entire page’ is closed to new replies.