Wowslider works but doesn't display the pics

403 Views Asked by At

I am a very new user and have limited knowledge. But I am trying to figure it out myself and move forward. I am using Wowslider on my website to display images. The slider(carousel) works just good but isn't displaying any photos.The path to the photos are correct. The link to the page is - www.trumpetevents.in (under the portforlio tab from the menu on the left site of the page). What could go wrong and any quick fixes?

2

There are 2 best solutions below

0
On

Path to your image is uncorrect check it again

Path to your image is uncorrect check it again

0
On

Your image path is wrong.use background-image like this:

    {
        background-image: url(admin/images/22.jpg);
    }

instead of:

    {
        background-image: url(admin/images/portfolio_image/22.jpg);
    }