I would like 3 testimonal, and no blog in home page

Discussion in 'RoadFighter WordPress Theme' started by sharky_hu, Mar 5, 2016.

  1. sharky_hu

    sharky_hu New Member

    Joined:
    Jul 28, 2013
    Messages:
    9
    Likes Received:
    0
    Location:
    Hungary
    Hi,

    I would like to ask for a little help.
    I would like 3 testimonal, and no blog section in home page. Site: www.levaidental.hu
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .featurebox {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. sharky_hu

    sharky_hu New Member

    Joined:
    Jul 28, 2013
    Messages:
    9
    Likes Received:
    0
    Location:
    Hungary
    Thank your for your help. I do the option. The blog section is no display, but the testimonal section is only 1, not 3.
     
  4. priya

    priya Guest

    Hello,

    You can use "Testimonials Slider" plugin for your requirement....

    Here's link of the plugin: https://wordpress.org/plugins/testimonialslider/

    To use this plugin, firstly you have to alter some changes in source code of the theme as I have mentioned in the screenshots given below...

    replace_blog_section_with_testimonial_slider.png

    replace_blog_section_with_testimonial_slider2.png

    Shortcode is given below...
    PHP:
    <?php echo do_shortcode('[show_testimonials]'); ?>
    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.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page