Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • joaoferraz Friend
    #163336

    Hi,
    How can I setup JA Contentslider 2 to show HTML intro text?

    I need to show a formatted text like this:

    Reasons To Play Here

    ✔ 90% Italian cash game players
    ✔Standard of play is terrible
    ✔No Poker Tracking Software Allowed
    ✔No Shark policy
    ✔Part of ENET Italian Poker Network
    ✔Personal Player Manager

    Read Full Art Poker Club Review (Link to review page)

    But in front page is showing not formatted like this:

    Reasons To Play Here ✔ 90% Italian cash game players✔Standard of play is terrible✔No Poker Tracking Software Allowed✔No Shark policy✔Part of ENET Italian Poker Network✔Personal Player ManagerRead Full Art Poker Club Review (Link to revie…

    Thanks in advance.

    thangnn1510 Friend
    #388974

    Please change this code:

    <?php if( $params->get( 'showintrotext' ) ) { ?>
    <div class="ja_slideintro"> <?php echo ( $params->get('numchar') ) ? $contn->introtext1 : $contn->introtext; ?> </div>
    <?php } ?>

    in templatesja_methyshtmlmod_jacontentslider2default.php to

    <?php if( $params->get( 'showintrotext' ) ) { ?>
    <div class="ja_slideintro"> <?php echo $contn->introtext; ?> </div>
    <?php } ?>

    joaoferraz Friend
    #389154

    Thanks my friend

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  joaoferraz 13 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum