Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #944317

    Hi
    , I am checking it with the JA Developer team , kindly give me some time , and i will backup to you with an update on this issue here .
    Thanks in advance for your patience .

    Pankaj Sharma Moderator
    #944406

    Hi
    can u add a temp super user details of site via private reply , the older details does not working for me .

    dataconsulting Friend
    #944517
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #944528

    Hi
    I applied the same solution on line 195 and replace the line

    By replacing the line of code (at approx line 195): <?php echo $this->item->introtext; ?>

    with: <?php echo $this->item->text; ?>

    Kindly check the article now .

    dataconsulting Friend
    #944536

    Hi Pankaj,
    thanks for your help,
    but as you can see both article the content (pre or post "read more") are duplicated.

    How can we fix this?

    Pankaj Sharma Moderator
    #944546

    Hi
    I removed the intro text part for it , as the article shows the fulltext now .
    code below line 86

    <!-- Intro text -->
                <?php if (isset ($this->item->introtext)) : ?>
                    <div class="intro-text">
                        <?php echo $this->item->text; ?>
                    </div>
                    <?php endif; ?>
                <!-- // Intro text -->
    

    please check it now and let me know if still there is issue you noticed in the article pages .

    dataconsulting Friend
    #944547

    Very well now it’s works!

    I hope don’t disturb you anymore.

    Thanks

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

This topic contains 7 replies, has 2 voices, and was last updated by  dataconsulting 7 years, 10 months ago.

The topic ‘BIS – Plugin in article view – not works !!!Crazy!!!’ is closed to new replies.