Front end module editing


Author Message
Chrisnz

Posted: 1/8/2014
Quote message 

With Joomla 3.2 there is the option to edit modules from the from end but this feature does not seem to be available when using Artisteer templates. Anyone know how to activate this feature? Thanks
 
Dave B

Posted: 3/16/2014
Quote message 

Well this needs to be supported. This is not some obscure feature but a major update to Joomla. I contacted support regarding this.
 
HelgaD
Artisteer Team

Posted: 3/17/2014
Quote message 

Hi all,
This feature is active with Artisteer templates, but it does not have own styles.
You can try adding the following code to the template.css file (or Artisteer Export Options >> CSS Options) to add the icon:
.icon-edit:before {
content: url('../images/system/edit.png');
}
Unfortunately we do not plan to add separate option to style this feature in the near future.
 
Richard A

Posted: 12/31/2014
Quote message 

Quote :
.icon-edit:before { content: url('../images/system/edit.png'); }


Thanks so much for that tip! It saved me a major headache!