Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Michael Impelluso Developer
    #160874

    I cannot seem to get front-end editing to work on my site. I have a button for the employees to login but after logging in the editing features are not available from the front end and the edit icon only appears on the first page. Anyone get the front end editing to work?

    Thanks,

    Zach

    huypl Friend
    #379321

    Dear zbeatty,
    I’ve installed JA Portfolio 1.6 and found no problems with front-end article editting. Do you have this problem in your localhost ? Did you find any problems when you uploaded the website to your host?

    Michael Impelluso Developer
    #380324

    I received a message from Tien Ha Cong at Joomlart who told me that they found the same issue I was experiencing, Does anyone have an update on the fix for this? Thanks!

    Michael Impelluso Developer
    #381315

    Any updates guys?

    huypl Friend
    #381334

    Dear Zach,
    Did you try to install JA Portfolio 1.6 quick start on local machine and did you find the same problem?

    Michael Impelluso Developer
    #383665

    Yes the problem was the same…. The JoomlArt team found the bug and were working on fixing it according to the support ticket I set up. They haven’t responded over the last week or so…. an update would be appreciated!

    Saguaros Moderator
    #383986

    This issue has been fixed in the dev and awaits release of new version post testing. For now try this fix.

    1) You open the file: templates/ja_portfolio/html/com_content/article/default.php and find the following code:
    [PHP]
    <div class=”article-tools clearfix”>[/PHP]

    You replace by these :
    [PHP]
    <div class=”article-tools clearfix”>
    <?php if ($canEdit) : ?>
    <div class=”edit-icon”>
    <?php echo JHtml::_(‘icon.edit’, $this->item, $params); ?>
    </div>
    <?php endif; ?>
    [/PHP]

    2) Or you can use my files, (please backup yours before doing)

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

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

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