• Resolved George

    (@trustgovernance)


    I’ve come across a glitch when using Page Builder. I had two rows with the mdocs short code inserted in the bottom row. The page views as it should but when I click on the library entries, the list of menu items isn’t fully visible. The further down the library list I go the fewer are the options available to view within the menu list, as if the page were running out of space for the text.

    https://ww.wp.xz.cn/plugins/memphis-documents-library/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author bhaldie

    (@bhaldie)

    I’ll take a look into your issue.

    Thread Starter George

    (@trustgovernance)

    Thanks. I can recreate the problem and post grabs from the website if it helps.

    Plugin Author bhaldie

    (@bhaldie)

    Sure, that works. Also I have page builder install on my test site so if you could explain exactly the process you use to create the page it would be helpful for testing

    Thread Starter George

    (@trustgovernance)

    I’ve added Page Builder to library.ssiwatersheds.ca. If you click on the pdf visible on that page you’ll see the menu that appears is truncated and there are effectively no options visible. The full menu is visible if Page Builder isn’t used.

    Plugin Author bhaldie

    (@bhaldie)

    It is not a page builder conflict it is a theme conflict.

    the file theme/sundance/style.css starting at line 1144:

    .widget {border-top: 1px dotted #b3b3b3;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666666666em;
    margin: 0 0 1.6666666666em;
    overflow: hidden;
    padding: 1.6666666666em 0 0 0;}
    .widget-title {
    	color: #2c2c33;
    	font-size: 15px;
    	font-size: 1.5rem;
    	line-height: 1.3333333333em;
    	margin: 0 0 1.3333333333em 0;
    	text-transform: uppercase;
    }

    Change to this:

    .widget {border-top: 1px dotted #b3b3b3;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666666666em;
    margin: 0 0 1.6666666666em;
    overflow: visible;
    padding: 1.6666666666em 0 0 0;}
    .widget-title {
    	color: #2c2c33;
    	font-size: 15px;
    	font-size: 1.5rem;
    	line-height: 1.3333333333em;
    	margin: 0 0 1.3333333333em 0;
    	text-transform: uppercase;
    }

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘PAGE BUILDER GLITCH’ is closed to new replies.