• Resolved jgessentials

    (@jgessentials)


    Hello,
    First of all thank you for this great plugin! I am using it a little differently and am trying to create a testimonial resource that visitors can search.

    Is there a way to modify the view to make it contain only the following:
    testimonial_title submitter_name submit_date
    Clicking on the title would lead to the full testimonial page

    Thank you very much!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @jgessentials,

    Please allow me to better understand your question.
    So you’d like a view to only display these fields: title, name, and date without actually displaying the testimonial?

    If yes, I believe this is possible but with custom CSS.
    First you need to edit your view scroll down to Fields > Custom fields > and make sure you only have these fields: https://gyazo.com/f6b22f2324da6f7616b34e8daf5e948a
    Also make sure you have the option ‘Title link to full testimonial’ checked: https://gyazo.com/352faf86ff405cc882f3c40d7293ab8f

    And to hide the content from the view page you can add the following code in Appearance > Customize > Additional CSS:

    .testimonial .testimonial-inner .testimonial-content p {
        display: none;
    }

    All the best,
    Mihaela

    Thread Starter jgessentials

    (@jgessentials)

    Thank you very much. As a follow up. Would there be a way to display the remaining items in a table?
    For example:

    testimonial_name | post_date | persons_name
    testimonial_name | post_date | persons_name
    testimonial_name | post_date | persons_name
    testimonial_name | post_date | persons_name
    testimonial_name | post_date | persons_name

    is this something available in the pro version perhaps?
    Thank you

    Hello @jgessentials,

    Unfortunately there is no option to display those in a table.
    However, we will consider it for our Pro version and see if we can add it as a feature once we release it.

    Thank you so much!
    Mihaela

    Thread Starter jgessentials

    (@jgessentials)

    Thank you, I will be a pro client for sure if you can add a way to fully customize what you display.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Modified View’ is closed to new replies.