Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Devin Walker

    (@dlocc)

    Hi ncfan2030 – Does the business on Yelp you are trying to pull have at least 1 confirmed review?

    There are no spaces or other strange characters in the biz ID?

    Any more info you could provide would be helpful to resolve.

    Thread Starter ncfan2030

    (@ncfan2030)

    Hello and thank you for your reply. Yes, it actually has 3 reviews. I requested a new API key to make sure that wasn’t the issue.

    I just tested it and used my other clients business ID and it populated their info. It still won’t work for the site I am trying to use it for though. I am trying to popular the reviews for this site – http://www.yelp.com/biz/deborba-events-stockton. So the ID would be ‘deborba-events-stockton’ correct?

    Plugin Author Devin Walker

    (@dlocc)

    Yes you are correct, that’s the biz ID. I just tested on my end and the info pulled up correctly.

    I’m guessing the issue you’re having is perhaps it has cached the Invalid response. Try adding a new widget to see if that pulls up the info.

    Thread Starter ncfan2030

    (@ncfan2030)

    Devin,

    Thanks for your help I got it to work. I tried editing the business title with this code:

    .yelp-business a.name {
    display: block;
    float: none;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 6px;
    color: #000;
    text-decoration: none;
    }

    because the business name is white and the widget is too. But when I changed the color it did not effect the title.

    http://deborbaevents.com/

    Thanks!

    Plugin Author Devin Walker

    (@dlocc)

    Great! Glad you got it working nicely. Some theme styles conflict with the styling of the widget unfortunately.

    Thread Starter ncfan2030

    (@ncfan2030)

    No custom coding will fix it?

    Plugin Author Devin Walker

    (@dlocc)

    You can definitely clean up the spacing, coloring, etc easily with CSS.

    Thread Starter ncfan2030

    (@ncfan2030)

    I could change the class for the business title somewhere in the .php files couldn’t I?

    Plugin Author Devin Walker

    (@dlocc)

    Yes, but I don’t recommend that at all. You should just use the existing classes and add your own styles to them.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Signature Invalid’ is closed to new replies.