• Resolved snails07

    (@snails07)


    I have been playing with the BizCore plugin and it’s really nice, but i am having trouble with the testimonials not displaying the name on each testimonial.

    my shortcode is: bizcore_testimonials icon_style=”fontawesome” heading=”h4″ main_order=”image,company,title” image_shape=”rounded”

    Not sure what is happening

Viewing 1 replies (of 1 total)
  • Plugin Author bizcore

    (@bizcore)

    Hi there,

    It looks like you are doing custom ordering of the fields in main_order=”image,company,title”

    The order attributes are actually a ‘show’ attribute as well. Meaning that because you haven’t included the name within the main_order, it won’t show up.

    So you just have to add the name like so: main_order=”name,image,company,title”

    Hope that helps and if you need anything else, please reach out.

Viewing 1 replies (of 1 total)

The topic ‘Testimonials name not appearing’ is closed to new replies.