Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Alberto Garcia

    (@albertokatiuskas)

    Thank you Theo and sorry for the delay in responding, I went on holidays. The endpoint was accesible and the query of front-page in @faustwp/getting-started-example was present, the primary and the footer menus was displayed. This happened randomly when I just installed and ran this boilerplate out of the box.

    But now I’m back and I’ve settled up again from the beginning and it’s been running the project for a couple of days, working on it and it works as expected. I don’t know what could have caused that random error, I suspect some CORS misconfiguration, or maybe we both needed some holidays.

    Thank you again for your kind response and sorry for bother you with this weird issue.

    Cheers!

    Thread Starter Alberto Garcia

    (@albertokatiuskas)

    Me again. Sorry, misconfiguration of CORS in WP remote server. I’m still don’t know why Faust with a local server doesn’t work anyway in this case. I’ve changed to a custom Next/Apollo stack and works fine.

    Thanks for your work anyway.

    Thread Starter Alberto Garcia

    (@albertokatiuskas)

    Thanks, I think it would be a good idea.

    Anyway I’ve done it in this way with WP_Query and it works fine:

    $args = array(
      'post_type' => 'competitor',
      'groups' => 'group-name',
      'meta_key' => 'points',
      'orderby' => 'meta_value',
      'date_query' => array(
        array(
          'year' => date('Y'),
          'month' => date('m')-1,
        ),
      ),
    );

    Maybe someone will find it useful 🙂

    Kind regards

    Thread Starter Alberto Garcia

    (@albertokatiuskas)

    Yes, I think it would be better not reload the same contestant. I’m not a php guy but the random button could be hidden or disabled if there no more contestants.

    Thread Starter Alberto Garcia

    (@albertokatiuskas)

    Hi Owen, thank for your response and for your work with the plugin.

    I didn’t know that the skip button works in random mode. I’m developing now and I have 6 contestants. Is there a way to change this random function?

    I see that the voting system has the same function, it loads randomly another contestant, isn’t it?

    Ok, seems it’s no bug, I’ll try to adapt my needs to your plugin as is.

    Thanks again for your work!

    Kind regards,
    Alberto

    Thanks Shane, works fine.

    Great plugin, thanks for your work!

    Sorry for posting here but I have the same problem. Using the taxonomies select boxes I’m getting a maximun of 4 results if the taxonomy has more than four. But when I put your code to limit the number of results and putting a big number, I’ve got more than four results searching the same taxonomy.

    Thanks and sorry my english 🙂

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