Message Boards

Ace

ace theme web content portlet title

Toggle
ace theme web content portlet title
ace web content portlet
Answer
11/20/14 5:01 AM
concerning adding the web content portlet to a page and making changes...

1) I removed the title from the web content portlet “Web Content Display” by clicking the title then deleting the title from the box that displays and clicking the check mark.
This removed the title but left the little icon that was beside Web Content Display.
This was ok if I was logged in as administrator, but the icon still shows not logged into the site.

2) I removed the Title but cannot add a title back. I click the web space now where the title was beside the title icon and get no box to add a title back.


3) The 4 buttons above the left menu panel. How do I change the icons or change the URL that the icon is directed to?

Thanks
0 (0 Votes)

RE: ace theme web content portlet title
Answer
11/24/14 2:57 AM as a reply to michael hamlett.
Hi Michael hamlett,

1) by clicking the 'edit controls' button of liferay you will have the gear showing up next to the portlet you want to modify , when you click on the gear and choose 'look and feel' in the portlet configuration tab check the box 'use custom title' to enable the 'portlet title' box then enter the title you want.

2) follow the steps above and you will be able to delete or modify the title.

3) to change the icons of the buttons above the left menu panel you have to change the class css of the icon you wish to modify it located in the webcontent '/ace-theme/docroot/WEB-INF/src/resources-importer/journal/articles/SideBarShortcut.html'  for example: 

 the first shortcut button '<button class="btn btn-small btn-info"><i class="icon-pencil"></i></button>' you can change the '<i class="icon-pencil">' to '<i class="icon-off">' and here you can found icons name that you can use  'http://marcoceppi.github.io/bootstrap-glyphicons/' , and for the links you can added '<a href="url">  <button class="btn btn-small btn-info"><i class="icon-pencil"></i></button> </a>' then the shortcut button will be redirecting to the url you do.


Regards,
Seif.
0 (0 Votes)