• a

    (@cfreek)


    The add-on is installed, and the sample data is too.

    Using the php code:
    <?php if(is_user_logged_in()) {
    $renc=new RencontreWidget; $renc->widget(0,0);} ?>
    In the front-page.php template

    And the short code:
    [rencontre]
    On a sample page does nothing.

    There is no error in the error log.

    Using Responsive theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacques Malgrange

    (@sojahu)

    Hi,

    Do you have members ? Did you follow para SEXTO of the installation page ?

    You should use only one method : Shortcode or PHP. Not both.

    Regards

    Thread Starter a

    (@cfreek)

    > Do you have members ?
    I have the two initial users that were created, and imported the test users and photos provided.

    > Did you follow para SEXTO of the installation page ?
    This appears to be the issue…? I assumed that a logged in admin user would have information showing. Creating an account makes and logging in with it makes the interface show.

    And, I assumed the code for non-logged in users:
    <?php if(!is_user_logged_in()) Rencontre::f_rencontreSearch(); ?>
    would display when I was not logged in… It seems to do nothing.

    > You should use only one method : Shortcode or PHP. Not both.
    The two were in different pages.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nothing happens….?’ is closed to new replies.