Hi,
If you are still maintaining this plugin, please consider using something like get_extended() instead of ‘explode’ to obtain the bit of the post after the <–more–> tag so we can change text of the link from the post, e.g.
<–more Click this link to read the rest of the article–>
thanks
Dean
When using this plugin on an index/archive page, clicking “Read More” will expand ALL excerpts on the page, not just the one you clicked. This can be solved by editing the javascript file to this:
$j(this).parent().next(‘.readmoreinline’).toggle();
Would you consider adding this to a future update, so I don’t have to overwrite the plugin? Thanks!
]]>Hi,
I’m sorry, I am not much of a code person. I am trying to get Read More Inline to work on my inside pages. What do I need to do? I have to add code? To what file?
Thanks.
]]>How do I increase size of read more link and change the color of it
]]>I desperately need to find a plugin like the now dead “Read more right here”, that lets a shortened blog post open up on the same page when pressing the Read More button. I’ve tried the Ajax Read more, but it doesn’t work, the full post just opens in a new page like before. Maybe it has got something to do with the DOM structure, but I’ve got no idea how to set that right?? I’m not good at HTML. Can anyone help me, please!?
]]>I was able to cut the article on a page short on the home page but there isn’t a More link visible.
site: https://maboa.org
]]>I’m getting the read more to work but it stays persistent when clicking. I’d like it to go away and show a READ LESS at the bottom… or just go away!
Thanks in advance for any help that you may offer.
Ron
https://www.ads-software.com/extend/plugins/read-more-inline/
]]>How can I change the tag to read “Read more here…” or something else?
Thx.
https://www.ads-software.com/extend/plugins/read-more-inline/
]]>Hi,
I’m using this plug-in for a gallery website, but when in a page displaying post it will display the extra text then go to the post url itself.
https://www.gallerynine5.com/current
how could i prevent that from happening ?
thanks!
https://www.ads-software.com/extend/plugins/read-more-inline/
]]>My website slider doesn’t work when this plug-in is activated.
Otherwise I love it … have you had this problem with any other users?
https://www.ads-software.com/extend/plugins/read-more-inline/
]]>When I use this plugin I still get a span tag like this:
<span id=”more-70″></span>
The a and div tags aren’t created. Any ideas why this shouldn’t work? I am building a custom theme on WP 3.5
https://www.ads-software.com/extend/plugins/read-more-inline/
]]>I would like to be able to have the “Read More” link to move to the bottom of the content and have it change to say “Less” for example. Right now it looks a bit strange for the “Read more” to stay in the middle of the paragraph. Is there a way to accomplish this?
Thanks in advance
https://www.ads-software.com/extend/plugins/read-more-inline/
]]>Seems like everything works here, except clicking the link still takes you to the next page. Paste this JS over the stuff in ../read-more-inline/js/pobp_rmi.js
var $j = jQuery.noConflict();
$j('document').ready(function(){
$j('.readmoreinline').hide();
$j('.more-link').click(function(e){
e.preventDefault();
$j(this).empty().parent().next('.readmoreinline').show();
});
});
https://www.ads-software.com/extend/plugins/read-more-inline/
]]>Hello,
Sorry for this probably noob question.
What is the code that I should place in a page?
What does this quickcode look like?
Thanks,
Greetings Patrick
https://www.ads-software.com/extend/plugins/read-more-inline/
]]>it loads the page and also go to the full page..
]]>