• I’m getting 2 error messages when I inspect in Chrome for the next and prev images. The plugin is looking for the images at this path, but that folder does not exist there. I manually tried to add it, but that somehow breaks the settings page in the admin.

    /plugins/testimonial-slider/css/skins/images/next.png Failed to load resource: the server responded with a status of 404 (Not Found)

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @curiouslt

    Thanks for writing to us.

    Can you please provide me the URL of page where the slider is embedded, so that I will also take look into the scenario and try to fix it.

    Waiting for your response.
    Thank you for all your patience.

    Best Regards,
    Sagar.

    Thread Starter curiouslt

    (@curiouslt)

    Hello @curiouslt

    Thanks for your response.

    I have checked your, issue is there when Navigation Arrow is set to hide from Settings panel. You need to change in core file of Testimonial slider. Please locate following file using FTP.

    plugins => testimonial-slider => css => skins => textonly => functions.php

    in above file go to line no. 244. You will find following code. Please comment it and save file.

    ` <div class=”testimonial_nav_arrow_wrap”>
    <a class=”testimonial_prev” id=”‘.$slider_handle.’_prev” href=”#” ‘.$testimonial_slider_css[‘testimonial_prev’].’><span>prev</span></a>
    <a class=”testimonial_next” id=”‘.$slider_handle.’_next” href=”#” ‘.$testimonial_slider_css[‘testimonial_next’].’><span>next</span></a>
    </div> `

    Use comment tag <!-- -->

    Let me know if it helps.
    Thank you for your patience.

    Best Regards,
    Sagar.

    • This reply was modified 7 years, 11 months ago by sagar.k.
    Thread Starter curiouslt

    (@curiouslt)

    Won’t this get overwritten when you do an update?

    Hello @curiouslt

    Thanks for your response.

    Yes, It will get overwrite after update but we will add this fix in next update release of Testimonial slider.

    Best Regards,
    Sagar.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slider arrows showing as missing in Chrome Inspect’ is closed to new replies.