Issues on pages presentation linked to plug-in update

  • Author
    Posts
  • #133084

    Hi,

    Since I have updated Events Manager to version 6, my site is on trouble with presentation. If I disable Event Manager plug-in, presentation in nice.

    I have asked for help on Events Manager Pro Support Forum, but I don’t have an answer yet and maybe you can have an idea to help me.

    I have look into the code and the div for the “secondary” menu is out of the section container where it should be (as you can see on the screenshot here : https://nuage03.apps.education.fr/index.php/s/RAMFwYmpXygckAP)

    If I manually move it, the problem is solved, but it’s local and I can’t find how to solve it for all users.

    Thank you for helping me!

    Gwab

    Website: www.educationartsetculturelozere.info

    #134096

    I can’t edit my first post, but maybe it wasn’t totally clear. I Meant:

    Since I have updated Events Manager to version 6, my site is in trouble with appearance. If I disable Event Manager plug-in, appearance is fine.

    I have asked for help on Events Manager Pro Support Forum, but I (still) don’t have a solution yet and maybe you can have an idea to help me.

    I have look in the DOM and the div#secondary is out of the section#container where it should be (as you can see on the screenshot here : https://nuage03.apps.education.fr/index.php/s/RAMFwYmpXygckAP).

    Now, I have added a JavaScript code to force the div#secondary to get in the section#container:
    setTimeout(() => {
    let leParent = document.getElementById(‘container’);
    let laDiv = document.getElementById(‘secondary’);
    leParent.append(laDiv);
    }, 100)

    It does the job, but it is not quite satisfactory.

    #134831
    Zed
    Cryout Creations mastermind

    Hi,

    The broken markup might be cause by some stray opening or closing tags in your custom content – browsers generally try to save broken markup by making assumptions about what is missing or lacks a pair.
    Since the primary sidebar is in its correct container and only the secondary one falls outside, look into any custom markup you may be having in the primary sidebar, including widgets that are not part of WordPrsss by default.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 3 posts - 1 through 3 (of 3 total)

You need to log in to reply to this topic.