Add Testimonials

Discussion in 'Compass WordPress Theme' started by tmcheesebrow, Feb 2, 2016.

Thread Status:
Not open for further replies.
  1. tmcheesebrow

    tmcheesebrow New Member

    Joined:
    Dec 29, 2015
    Messages:
    7
    Likes Received:
    0
    Hello -

    I was wondeirng if someone could please instruct me how to add testimonials to the theme? I have a client who would like to show 3-4 testimonials instead of the 2 provided.

    Thank you for your assistance.
    Tim
     
  2. priya

    priya Guest

    Hello Tim,

    Greetings from InkThemes!

    Yes, that will be possible;e but with some source code customization in the theme..

    So please send us your dashboard credentials at [email protected] along with this thread link and we will do it for you..

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. priya

    priya Guest

    Hello Tim,

    Greetings from InkThemes!

    You would be glad to know that we have customized your theme with 4 testimonials instead of 2..
    Kindly check your site and acknowledge the same..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  4. tmcheesebrow

    tmcheesebrow New Member

    Joined:
    Dec 29, 2015
    Messages:
    7
    Likes Received:
    0
    Hi Priyanka -

    Thanks for looking into this issue. I still see only 2 sections for including testimonials under the "Appearance" / "Theme Options" / "Home Page Testimonial Feature" area.
    Maybe I should be looking somewhere else?
    Also, the changes you made might have been overwritten when I downloaded the latest version of the theme to address the "smaller screen" issue from the other thread.
    Can you please confirm that there are 4 testimonials in the current theme?

    Thank you,
    Tim
     
  5. priya

    priya Guest

    Hello Tim,

    I would also like to inform you that all the source code customizations are removed during reinstallation of the theme...

    Hope you will get my point..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. tmcheesebrow

    tmcheesebrow New Member

    Joined:
    Dec 29, 2015
    Messages:
    7
    Likes Received:
    0
    Hi Priyanka -

    I understand that now. Can you please tell me what customizations you made to add the testimonials?
    This way I can do them myself, and if I ever need to re-install the theme again I will be able to re-create this customization.

    Thank you,
    Tim
     
  7. priya

    priya Guest

    Hello,

    Please follow the screenshot given below.

    add_testimonial.png

    Code:
      <div class="clear"></div>
                            <div class="testimonial_wrapper animated">
                                <div class="testimonial_thumbnil">           
                                    <?php if (inkthemes_get_option('inkthemes_test_image3') != '') { ?>
                                        <a href="<?php echo inkthemes_get_option('inkthemes_test_link3'); ?>"><img src="<?php echo inkthemes_get_option('inkthemes_test_image3'); ?>" alt="testimonial-image-3"></a>
                                    <?php }  ?>                   
                                     
                                </div>
                                <div class="testimonial_content">
                                    <?php if (inkthemes_get_option('inkthemes_test_desc3') != '') { ?>
                                        <p><?php echo stripslashes(inkthemes_get_option('inkthemes_test_desc3')); ?></p>
                                    <?php }  ?>
                                     
                                    <span><?php if (inkthemes_get_option('inkthemes_test_link_text3') != '') { ?>
                                            <a class="testimonial_link" href="<?php echo inkthemes_get_option('inkthemes_test_link3'); ?>"><?php echo stripslashes(inkthemes_get_option('inkthemes_test_link_text3')); ?></a>
                                        <?php }  ?>
                                         
                                        <?php if (inkthemes_get_option('inkthemes_test_website3') != '') { ?>
                                            <?php echo stripslashes(inkthemes_get_option('inkthemes_test_website3')); ?>
                                        <?php } ?>
                                            </span>
                                </div>
                            </div>
                         
                            <div class="clear"></div>
    add_testimonial2.png

    Code:
    array("name" => "Testimonial Image",
                    "desc" => "Here you can upload the image for your business. Optimal size is 74px x 72px.",
                    "id" => "inkthemes_test_image3",
                    "std" => "",
                    "type" => "upload"),
                array("name" => "Testimonial Description",
                    "desc" => "Here you can describe about your business in short so that the users will understand the importance of your services.",
                    "id" => "inkthemes_test_desc3",
                    "std" => "",
                    "type" => "textarea"),
                array("name" => "Testimonial Link Text",
                    "desc" => "Here you can mention the name of the person giving the Testimonial.",
                    "id" => "inkthemes_test_link_text3",
                    "std" => "",
                    "type" => "text"),
                array("name" => "Testimonial Link",
                    "desc" => "Here you can link up your name to anywhere you want.",
                    "id" => "inkthemes_test_link3",
                    "std" => "",
                    "type" => "text"),
                array("name" => "Testimonial Website Name",
                    "desc" => "Here you can mention the Website of the person giving the Testimonial.",
                    "id" => "inkthemes_test_website3",
                    "std" => "",
                    "type" => "text"),
              
    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    tmcheesebrow likes this.
  8. tmcheesebrow

    tmcheesebrow New Member

    Joined:
    Dec 29, 2015
    Messages:
    7
    Likes Received:
    0
    Thank you so much Priyanka.

    This solution worked perfectly!
     
  9. priya

    priya Guest

    You're welcome..:)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page