-
AuthorPosts
-
Michael Impelluso Developer
Michael Impelluso
- Join date:
- December 2010
- Posts:
- 82
- Downloads:
- 7
- Uploads:
- 4
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
March 1, 2011 at 4:03 pm #160874I 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 Friendhuypl
- Join date:
- February 2011
- Posts:
- 162
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 20 times in 20 posts
March 2, 2011 at 5:21 pm #379321Dear 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 DeveloperMichael Impelluso
- Join date:
- December 2010
- Posts:
- 82
- Downloads:
- 7
- Uploads:
- 4
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
March 8, 2011 at 3:33 pm #380324I 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 DeveloperMichael Impelluso
- Join date:
- December 2010
- Posts:
- 82
- Downloads:
- 7
- Uploads:
- 4
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
March 14, 2011 at 7:45 pm #381315Any updates guys?
huypl Friendhuypl
- Join date:
- February 2011
- Posts:
- 162
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 20 times in 20 posts
March 15, 2011 at 1:30 am #381334Dear Zach,
Did you try to install JA Portfolio 1.6 quick start on local machine and did you find the same problem?Michael Impelluso DeveloperMichael Impelluso
- Join date:
- December 2010
- Posts:
- 82
- Downloads:
- 7
- Uploads:
- 4
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
March 28, 2011 at 2:33 pm #383665Yes 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 30, 2011 at 8:51 am #383986This 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)
-
AuthorPosts
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