"The Art" theme, Testimonials

Home Forums All Other Themes "The Art" theme, Testimonials

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #54358
    BarbaraBarbara
    Participant
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: November 3, 2016

    How do I get rid of the () parentheses around the “person and postion” on the testimonial page, in “The Art” theme. I was told someone would do that, but it did not happen. I have tried to alter the code, with no luck. I know html and css, but not much, if any php.

    http://janetmchenry.com/lookingup/sample-page/endorsements/

    #54395
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi Barbara,

    Kindly go to theme/theart/sktframe/core-functions.php

    and find this code:

    ('.$companyname.','.$possition.')

    Replace it with:

    '.$companyname.','.$possition.'

    Regards,
    Dave

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.