Where do I put this plugin?

Discussion in 'ColorWay WordPress Theme' started by jaelle33, May 27, 2014.

  1. jaelle33

    jaelle33 Guest

    Joined:
    May 16, 2014
    Messages:
    8
    Likes Received:
    0
    I have installed and activated a plugin that is for a "buy on Amazon" button which links to a page on Amazon. I want to put it in the testimonial section on the home page along with some text. How do I do that? I also want to remove the quotation marks in the testimonial section.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this you need to enable shortcode in the testimonial area.
    Open front-page.php file and replace code shown in the image with the code given below.
    Code:
    <blockquote><?php echo do_shortcode(stripslashes(get_option('inkthemes_testimonial'))); ?></blockquote>
    replace.png

    After that add plugin shortcode in the theme options testimonial area and also paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    blockquote {
    background: none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. jaelle33

    jaelle33 Guest

    Joined:
    May 16, 2014
    Messages:
    8
    Likes Received:
    0
    Thank you for responding. The quotation marks were removed. However, the plugin did not work, so I'm going a different route.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Follow solution above. It will enable shortcode in the testimonial area. After this search for a plugin which give you shortcode to add buttons.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page