• Resolved topherjamesknoll

    (@topherjamessf)


    Whenever I change options in the backend [Appearance > Widgets] of my site they don’t reflect in the frontend. For instances no change takes effect when I tick the “Show Future Events Only” or “Use Small Picture” boxes.

    (I’m trying to reverse the order that the events are displayed and remove past events, but none of the options are taking effect.)

    https://wordpress.org/plugins/facebook-events-widget/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter topherjamesknoll

    (@topherjamessf)

    I edited the code and changed: foreach ($fqlResult as $keys => $values) { to foreach (array_reverse($fqlResult) as $keys => $values) {

    However the problem still remains. I can’t make changes to many of the options from within WordPress. I can’t change the size of the image, the number of events shown, future events displaying, etc…

    The site is http://www.honeyhivegallery.com and the Facebook is http://www.facebook.com/honeyhivegallery/events.

    Plugin Author Roi Dayan

    (@roidayan)

    thanks for your email.
    I’m posting my answer here as well for others.

    your site seems to use the small picture as you marked.
    about future events only. notice when using graph api this setting doesn’t work. check if you use it or not.
    try to untick the graph api setting.

    Thread Starter topherjamesknoll

    (@topherjamessf)

    Thanks for your response.

    I’m unclear what graph API does, but when I untick the graph API setting to show future events only, nothing shows at all.

    Plugin Author Roi Dayan

    (@roidayan)

    ok please tell me your facebook page you test and i’ll test it

    Thread Starter topherjamesknoll

    (@topherjamessf)

    Plugin Author Roi Dayan

    (@roidayan)

    I checked your page with the plugin.
    I’ll add the fix for reversing the order when using graph api. thanks for the fix.

    I suggest to uncheck “use graph api”.
    Checking “show future only” and “use small pics” works ok.

    Tested here: (Events2 block)
    http://testwp.roidayan.com/

    Thread Starter topherjamesknoll

    (@topherjamessf)

    I did all that. It just says: “There are no events” It seems to work on your test site. Could it be something other than the plugin?

    Thread Starter topherjamesknoll

    (@topherjamessf)

    Will you send me a screenshot of your options in the widget section of WordPress?

    Plugin Author Roi Dayan

    (@roidayan)

    it could be the api key maybe.
    I’ll mail you screenshot of the widget option.
    if that won’t work i’ll let you try my test api key/secret. we’ll do that via email though.

    Thread Starter topherjamesknoll

    (@topherjamessf)

    Whew! THANKS SO MUCH FOR YOUR CONTINUED SUPPORT!!!

    Under Facebook Page ID I had text [“honeyhivegallery”] and not the actual numerical page ID.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Options Don't Take Effect’ is closed to new replies.