Viewing 10 replies - 1 through 10 (of 10 total)
  • Have the same problem. Any idea about how to solve?

    Have same problem. It just doesn’t work

    All is working fine now. Don’t know what happened. Initially it looked like Google Drive linked documents caused the problem because some pages with just text or images worked fine. Logged out last night giving up. Logged in this morning, everything works fine. No clue as to why its working now (WordPress or server refresh???)

    Still have that problem, using it on linked images… any clues?

    Thread Starter ReUnion

    (@reunion)

    Hi, Not been on for a while but I’m afraid I never found a fix to this problem. I ended up having to create boxes in the size of the columns I wanted and then putting my content in the box. It looks awful but was the only way I could get the layout I wanted.

    I am working on a complete site re-design at the moment instead.

    Two 49% columns are stacking on top if each other on the left side using only 49% of the width, instead of 2 columns of 49% side by side as they should be.

    Disappointing.

    Is anyone monitoring the requests for help. I see lots of open support requests.

    Plugin Author Stefan van den Dungen Gronovius

    (@dungengronovius)

    The best way is to check in the text view if all columns have no content (read spaces or other empty elements) between two columns. If that does not solve the problem, it may be a conflict between the CSS classes the plugin uses and the CSS classes a theme uses. Does anyone a test environment so we can have a look what is happening?

    Hi,
    I’m trying to add five columns on the lower part of a page. Is this even possible? I’ve tried adding the code around the picture and text I would like to have show up in a column format, but it doesn’t alter the look at all. What I’m trying to accomplish is five columns with a picture at the top of each followed by a bit of text and link to the page with full description.

    what I put in editor: [one_fifth padding=”2px 2px 2px 2px”][/one_fifth]
    <img class=”alignnone wp-image-278″ src=”https://monasticaidnetwork.com/wp-content/uploads/simple_photo_gallery/1/20150627_101031-300×225.jpg&#8221; alt=”20150627_101031″ width=”133″ height=”100″ />Jorpati:?As a suburb of Kathmandu, Jorpati is a mass of tent cities as people from remote villages flood the area.[one_fifth padding=”2px 2px 2px 2px”][/one_fifth]

    What it did on the page:
    https://monasticaidnetwork.com/index.php/rebuild-nepal-initiative/

    I don’t want the entire page to have columns though.

    Plugin Author Stefan van den Dungen Gronovius

    (@dungengronovius)

    I don’t see why it should not be possible as long as the content field you render on the page also renders shortcodes. But the plugin does not scale images responsive inside any columns. You could add the following lines to your CSS.

    .full_width img,
    .one_half img,
    .one_third img,
    .two_third img,
    .one_fourth img,
    .three_fourth img,
    .one_fifth img,
    .two_fifth img,
    .three_fifth img,
    .four_fifth img,
    .one_sixth img,
    .five_sixth img {
    max-width: 100%;
    height: auto;
    }

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Not dividing columns’ is closed to new replies.