Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • leomiranda Friend
    #203034

    The Plugin Content don’t work in Portfolio Articles, but work in other articles.

    I used Quickstart package.

    Thanks,

    jooservices Friend
    #556408

    Hi there,
    If another blog content works fine. It should work well with Portfolio category.
    Please provide your issue in detail ?

    Thank you,
    Viet Vu

    Pankaj Sharma Moderator
    #556420

    Hi I checked your site and its working fine .
    In portfolio menu did not noticed any problem .
    its working fine . I found there are only images in the Portfolio articles , there is no text . if this is your problem ,
    then you need to add text in the articles editors ,currently articles contains only images .

    Let me know if there is any issue . Add a screenshot of your problem if there is a different problem .

    leomiranda Friend
    #556481

    <em>@pankajsharma 454657 wrote:</em><blockquote>Hi I checked your site and its working fine .
    In portfolio menu did not noticed any problem .
    its working fine . I found there are only images in the Portfolio articles , there is no text . if this is your problem ,
    then you need to add text in the articles editors ,currently articles contains only images .

    Let me know if there is any issue . Add a screenshot of your problem if there is a different problem .</blockquote>

    Thank you, but I add picture and descriptions and my content plugin don’t work:

    http://dlunda.com/index.php/porfolio/85-todas-criacoes-graficas/201-3-estacoes

    See other article in Page category:

    http://dlunda.com/index.php/daniel-lunda

    Pankaj Sharma Moderator
    #556573

    Hi
    can you proved a screenshot of problem . as i can see content plugin is working fine .
    >>> http://prntscr.com/5a8p2n

    >> http://prntscr.com/5a8p8d

    both are different pages and layouts .
    update me with details of problem .

    leomiranda Friend
    #556638

    <em>@pankajsharma 454835 wrote:</em><blockquote>Hi
    can you proved a screenshot of problem . as i can see content plugin is working fine .
    >>> http://prntscr.com/5a8p2n

    >> http://prntscr.com/5a8p8d

    both are different pages and layouts .
    update me with details of problem .</blockquote>

    Hi,

    I added login and pass in hidden fields, you don’t see?

    Look the first line:

    http://dlunda.com/index.php/porfolio/85-todas-criacoes-graficas/201-3-estacoes

    http://dlunda.com/index.php/daniel-lunda

    Simple Image Gallery

    Pankaj Sharma Moderator
    #556773

    HI
    content plugin is working fine . without screenshot its too hard to assume your problem .
    take a look on this >>> http://prntscr.com/5al24t
    if this is your problem then contact to plugin dev . its a third party plugin , that is not working . we can not provide support for third party plugin and core joomla issues .

    Adam M Moderator
    #556801

    Hi @leomiranda,

    Please open file root_foldertemplatesja_jasonhtmlcom_contentarticleporfolio.php and look for this code :

    <div class="item-des">
    <?php
    $text = preg_replace("/<img[^>]+>/i", " ", $this->item->introtext);
    echo $text;
    ?>
    </div>

    then update as below :


    <div class="item-des">
    <?php
    echo $this->item->text;
    ?>
    </div>

    Save your file and recheck.

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

This topic contains 8 replies, has 4 voices, and was last updated by  Adam M 9 years, 5 months ago.

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