Your comments

Follow this link again and click the Login with Facebook button.

https://fbapp.ljapps.com/login.php?ut=pd

On the Facebook pop-up, click the Edit Settings button.

Make sure that all the pages are checked that you want to give access to the plugin...

All pages that you are an Admin of should show up in that list.

After you get logged in, scroll down and make sure to check the page again.

If I had to guess it would be the database call that is pulling the reviews from your WordPress database. To test try changing the slider so it only shows 3 reviews and is only 2 slides, so total of 6 reviews. Also, are you using a caching plugin? If you cache the page then it shouldn't have to make the database call to grab the reviews everytime the page loads.

Hey Mikko,

Sure I can implement something in the next week or so. If you don't want to wait then you can always create a child theme for the plugin and add some custom text. There's more about that here...

https://wpreviewslider.userecho.com/en/knowledge-bases/2/articles/553-use-child-theme-to-customize-the-review-template-more

Thanks,

Josh

Try switching over to the Advanced slider. It looks like it is waiting on the javascript for the regular slider before loading the rest of the page.

That is strange. Can you post a link to the page?

You would need to manually add them using the button on the Review List page. There currently isn't a way to automatically add from that site.

For the Normal Slider, there really isn't a way to do that. You could replace this file with the color png that you choose.

wp-content/plugins/wp-review-slider-pro/public/css/imgs/slider_arrow.png

The slide dots are a little easier. Just add this to the custom CSS for the slider.

.wprs_unslider-nav ol li {
border: 1px solid #cc1818;
}

.wprs_unslider-nav ol li.wprs_unslider-active {
background: #cc181885;
}

The Advanced Slider is also pretty difficult. It uses a special font to display the arrow so there really isn't an easy way to do it.

You can change the dots like so...

.slickwprev-dots li button:before {
color: red;
}

.slickwprev-dots li.slickwprev-active button:before {
color: red;
}

That means that the previous scrape job was unable to complete so you can't use the "only scrape new reviews" option. The invalid url message means that the google search terms are not specific enough. Here is more info...

https://ljapps.com/how-to-find-the-google-search-terms-for-your-business/