• Resolved drunkfox

    (@drunkfox)


    Hi there.
    I set the Review Format on “Thumbnail”. I would like to add, at the end of the excerpts, something like this: […]
    Please have a look at the image screenshot for better understand my bad English 🙂
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi drunk,

    There’s no option for this. The only way to do this would be directly in the plugin code. The file that generates these posts is “SelectReview.php” in the “Functions” folder. You could do a search for the “read more” text to get an idea of where in the code you’d have to make your addition. It’s important to note, though, that any changes made to core plugin files would be overwritten if you update the plugin.

    Thread Starter drunkfox

    (@drunkfox)

    Thank you. I found the “SelectReview.php” in the “Shortcodes” folder, and I tried many way to edit the lines 560/563, but not success (I don’t know php language…).
    Please, may you tell me how/where to add this: […]
    Thank you

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi drunk,

    Instead of editing that file, try the following custom CSS:

    .ewd-urp-review-post p:after {
    content: "[...]";
    }
    

    It’ll apply to all review formats, but that shouldn’t be a problem if you’re going to stick with the thumbnail format

    Thread Starter drunkfox

    (@drunkfox)

    You rock! Thanks a lot.

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

The topic ‘Edit Review Thumbnail’ is closed to new replies.