Multiple paragraphs not being displayed

This topic is: not resolved

Tagged: 

This topic contains 5 replies, has 5 voices, and was last updated by  NCam 8 years, 5 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5547

    ncsulilwolf
    Participant

    Hey Evan,

    I love your product! Thanks so much for putting it out here in the world. It works great for multiple paragraphs in my homepage widgets using <br><br> between paragraphs, but on the following about page, I cannot display multiple paragraphs using the <p> tag or <br><br>.

    I’m using Genesis and the Executive child theme.

    The page in question in http://www.mcchinhealthsolutions.com/about-mcchin-healthcare-solutions/

    I’ve tried the following code, which only displays the first paragraph:
    <div class=”exp-col-content-holder”>Click to Read More
    <div class=”hidden-content”>
    <p class=”hiddenContentp”>Since our founding in 2003, clients have relied on Kim’s ability to develop and implement contextually relevant business strategies at home and abroad. Prior to the founding of McChin Healthcare Solutions, Kim served in senior management positions in local government and the private sector. He led multi-disciplinary planning, marketing and government relations teams to implement healthcare access programs for communities in Washington, Oregon, California, Colorado, Virginia, Maryland and the District of Columbia.</p>
    <p class=”hiddenContentp”>In addition to the Americas, Kim has negotiated deals for clients in the Association for Southeast Asian Nations (ASEAN), the Gulf Cooperation Council (GCC) countries, Latin America Caribbean (LAC), Africa, India and China.</p>
    <p class=”hiddenContentp”>Kim earned his undergraduate degree from the the Allen School of Journalism at the University of Oregon, and is a Cascade Executive Management Program alumnus, Evans Graduate School of Public Affairs, University of Washington. Kim is a member of the Board of the North Carolina World Trade Association, a trade body representing multinational companies to promote international commerce between enterprises in the state and the world.</p>
    </div>
    </div>

    I’ve also tried replacing the subsequent <p> tags with <br><br>, to no avail. Any help would be appreciated! Thank you!

    #5561

    Evan Herman
    Keymaster
    Post count: 568

    Hi Ncsulilwolf,

    I actually haven’t updated this plugin in quite some time and this was one of the first plugins that I publicly released as I was still learning a bit about plugin development.

    I would venture to guess that the content of the hidden section is not properly being passed through the the_content filter, which would parse the <p> tags properly.

    If the content is getting displayed on the page without the filter, you’ll just see a large block of text and any html will be ignored.

    I need to loop back around to this plugin and do a complete re-write of things to get things working once again. This time around we will support shortcodes as opposed to HTML markup.

    Thanks again for the feedback! If you care to test out the new release before it goes public, feel free to shoot me an email via the contact form up top here on the site.

    Thanks again,
    Evan

    #5698

    FIVECDS
    Participant
    Post count: 1

    How is this fix coming along? I provided a post back in July and never heard about a resolution for my particular problem. Today, I’m building another page and have the same issues as ncsulilwolf.

    Many thanks for your solution on this great plug-in.

    #6294

    skysimonephoto
    Participant
    Post count: 9

    Hey there, I am having the same problem. See my post here
    Wordpress Theme – Plugin – Expand and Collapse Funk
    <div class=”exp-col-content-holder”>This Is The Link To Click
    <div class=”hidden-content”>
    <p class=”hiddenContentp”>This is all of your hidden content. This will be invisible at first, but after clicking on the link above this will slide in.</p>
    </div>
    </div>

    as well as squishy images.

    #6321

    skysimonephoto
    Participant
    Post count: 9

    Double check your CSS and HTML because one missing < or > could cause a paragraph to go missing

    This happened to me yesterday and a few refreshes fixed it

    BUT there is a squished image issue in the coding

    #6482

    NCam
    Participant
    Post count: 1

    <br><br> worked for me. Be careful to keep the </div> tags at the end.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.