Some adjustments

Discussion in 'Woodpecker WordPress Business Theme' started by proele, Jul 5, 2016.

  1. proele

    proele Member

    Joined:
    Feb 1, 2012
    Messages:
    68
    Likes Received:
    0
    I need some assistance for a few things:

    1. I would like to put a testimonial slider plugin in the header to the right of the logo if possible.

    2. I would like the images to be clickable to their respectable pages.

    3. I would like the 2 social media images to turn RED when you hover over them instead of their colors

    Please help with the coding of these, thank you and I look forward to hearing from you soon.
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Solutions to your above issues are accordingly..

    1) I would like to put a testimonial slider plugin in the header to the right of the logo if possible.

    You can use Testimonials slider plugin for your requirement...

    Here's the link for that: https://wordpress.org/plugins/testimonialslider/

    After installing the plugin, please follow the screenshot given below.

    add_testimonial_header.png

    Code is as follow..
    Code:
    <div class="header_slider">
    <?php echo  do_shortcode('[show_testimonials]'); ?>
    </div>
    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.

    2) I would like the images to be clickable to their respectable pages.

    Please follow the screenshot given below.

    slider_link.png

    3) I would like the 2 social media images to turn RED when you hover over them instead of their colors

    Could you please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page