• Resolved ivalley

    (@ivalley)


    1. Read more will not work properly if the content includes a break or new line (<br> or <p>). The hidden text will only be hidden to the break or paragraph tag, and the rest will be shown:
      This is some text [expander_maker id=”1″ more=”Read more” less=”Read less”] and this will be hidden. <p>But this will not be hidden</p>[/expander_maker]
      The result will be:
      This is some text
      But this will not be hidden
      Read more

      When expanded, it will show:
      This is some text and this will be hidden
      But this will not be hidden
      Read less
    2. Read more will not work if the text to be hidden is wrapped in a <div>.
      For instance:
      <div><h2>This is a header</h2><span class=”colorBlue”>This is a bunch of text [expander_maker id=”1″ more=”Read more” less=”Read less”] and there is more here to read.</span>[/expander_maker]</div>

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author edmon.parker

    (@edmonparker)

    Hi @ivalley,

    Can you share a URL where I could see your mentioned issue?

    Thread Starter ivalley

    (@ivalley)

    Here is a snippet of where we attempted to use it on our web site:

    https://invest.blokable.com/temp/

    If you look at the last column, you will see the Read More section. The shortcode for this section is placed after the word “requires” in the first sentence, and the ending shortcode is placed after the last sentence ending in …goods and services.

    This is the code for that section:
    
    <div class="revolutionaryBlock">
    <img src="https://invest.blokable.com/wp-content/uploads/2023/02/20210804__Intersection-of-C-St-_-5th-v02-scaled.jpg" alt="" width="100%" height="auto" />
    <span class="revolutionaryBlockTitle">Highly Innovative Business Model</span>
    <span class="revolutionaryBlockDetail"><p>Blokable leverages its standardized building system to develop multifamily housing that requires [expander_maker id="11" more="Read more" less="Read less"]no new laws, code amendments, or zoning requirements. At the same time, it reorganizes the process flow and responsibilities between and among engineers, architects, contractors and other key industry players to minimize total development costs and build time and to mitigate risks.</p>
    <p>We don’t sell a product to developers, we develop housing using a more efficient, cost-effective process that maximizes returns, and we receive more favorable tax treatment as an owner of real estate rather than the seller of goods and services.</p></span>[/expander_maker]
    </div>
    Plugin Author edmon.parker

    (@edmonparker)

    Dear @ivalley,

    If you want to use Read more inline type you need to insert read more in one ” p ” tag, I think that is a current issue, or just use the button type

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple read more problems’ is closed to new replies.