Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor scil

    (@scil)

    Hello

    The code is inserted into a pre tag, this breaks the page flow. Remove it and it will lay well.

    To remove the link edit file flipping-team-shortcode.php and remove the a tags at line 47 (or better replace it with $output .= ‘<p>’ . $member[‘website’] . ‘</p>’;).

    Thread Starter Bogdan_zerro

    (@bogdan_zerro)

    I solved with arange.

    But still i have link on “website” .
    I replace in flipping-team-shortcode.php on line 47 with this ” $output .= ‘<p>’ . $member[‘website’] . ‘</p>’; “.

    URL : http://www.crfishingclub.ro/test1/?page_id=21

    Thanx for support,
    You did a good job with this plugin.

    Thread Starter Bogdan_zerro

    (@bogdan_zerro)

    Sorry for the last post, i rezolv with link, my mistake.

    Please tell how to arrange the members according to the date on which adds ?

    Plugin Contributor scil

    (@scil)

    It is supported but the user interface doesn’t exist yet.

    In flipping_team_shortcode.php line 92 use flipping_team_get_all( “id” ) instead of flipping_team_get_all( “alpha” ) (or just remove “alpha”)

    I mark the thread as resolved for the first request. For readablility (in resolved topics and question search) can you open a new thread for future requests?

    Thanks

    Thread Starter Bogdan_zerro

    (@bogdan_zerro)

    Thanx for support, i rezolv with sort i change “date” with “id” and it`s ok.

    Have a nice day,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Flipping Team] Don`t arrange corect in page’ is closed to new replies.