• So I’m really happy with this plugin and it’s exactly what I’ve been looking for, but I have a few questions.

    1. Is there a way to display this button in a custom area? For example, would it be possible to get it to display directly after the last word in the excerpt?

    2. Is there a way to edit the plugin so that it doesn’t cut off mid-sentence? I don’t want to use paragraph and if I choose a word/character count, there’s no telling where that’ll land on a post-by-post basis.

    3. In the event that #2 is not possible, is there a way to add a “…” at the end of each excerpt so that it makes it even more clear that there’s more to the sentence & post?

    Thanks!

    https://www.ads-software.com/plugins/easy-custom-auto-excerpt/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Haris

    (@haristonjoo)

    Hi!

    For now, there is no option to do your request, but you can try this quick way:

    Set the your content <p> tag css to display:inline;

    For quick example, i will set all <p> tag display to inline, ofcourse this is a bad practice, because in real world, you must add the css attribute to specific content <p> tag, by ID or CLASS, but as i said before, this is just a quick example.

    Fill this code to “Custom CSS” option:

    p {
        display: inline;
    }

    Fill the “Text before link” option with “…”

    Done,

    Thread Starter kylmorg

    (@kylmorg)

    Thanks, but can you be a bit more specific on where I’m adding this bit of code? Is it my css stylesheet?

    Also, I appreciate the reply but I’m just a bit confused by it.

    Plugin Contributor Haris

    (@haristonjoo)

    Hi, Just paste your css code on “Custom CSS” field in the plugin option page

    and then fill the “Text before link” option with “…”

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom button placement & more…’ is closed to new replies.