Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Nelio Software

    (@nelio)

    Hi Arneby! Thanks for getting in touch. Could you please share an example of what’s amiss? And, on the other hand, do you want the plugin to be compatible with another specific plugin, or just a jQuery library?

    Thread Starter Arneby

    (@arneby)

    Hello!

    Thanks for answering so fast.

    If you have a look at my site Bilkoll.se and click on any post you can see the problem at the end of each post.

    Unfortunately it also seems like your plugin disregards the <!–more–> tag and therefore uses too long excerpts on the front page. See Bilkoll.se frontage. However, since I installed Swiftype and your plugin at the same time (obviously ?? I cant say for sure that is NRP that causes this. Please investigate.

    Regards,

    Plugin Author Nelio Software

    (@nelio)

    OK, I see. If you add the following JavaScript in your theme’s footer, that should do the trick:

    <script type="text/javascript">
    jQuery(document).ready(function($){
      $('.neliosrp-widget')
        .find('.slabtextdone')
          .removeClass('slabtextdone')
          .find('.slabtext')
          .removeClass('slabtext')
          .removeAttr('style');
    });
    </script>

    I hope this helps! Also, please note you may need to tweak your CSS to make sure that related posts look good on your theme.

    Thread Starter Arneby

    (@arneby)

    Hello!

    Thank you, that is one way to solve it I guess.

    I also checked that its actually your plugin that makes my frontpage disregard the more tags. Once deactivated the excerpts look like they should.

    I’ll keep your plugin installed but deactivated while waiting for an update.

    Regards,

    Plugin Author Nelio Software

    (@nelio)

    What do you mean by “disregard”?

    Thread Starter Arneby

    (@arneby)

    The text is not cut off by the more tag meaning the excerpt keeps running till the system wide cutoff point is reached. In my case this messes up the cleanliness of the layout.

    Regards,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Does not play well with SlabText’ is closed to new replies.