Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • That is the default for the replace. The one I posted was for the pattern box.

    So just to be sure you have them set back to the original

    Pattern should be
    class="more-link">(.*?)</a>

    and Replace should be
    class="more-link">$1</a>

    Did you change it back to
    class="more-link">(.*?)</a>
    or to
    class="more-link">(.*?)
    ?

    You do not need to change anything in css for the more text link to work.

    Which post did you change the more text on? What did you change it to?

    I looked at your website and it looks like your links also include a javascript tracking tag after the “more-link” class.

    So to fix it, go to the Headspace2 admin area and click the button to edit the “more text” module.

    Where it has
    class="more-link">(.*?)</a>

    change it to
    class="more-link" onclick="javascript:pageTracker._trackPageview ('/outbound/www.efinancialblog.com');">(.*?)</a>

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