Responsive Quickportfolio
- Posted by Matt Carr (1) Offline
Hello. What is the 'small code' that needs to be edited please. And in which file? Thanks.
9 years 2 months ago #7
by Matt Carr
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
@gerbilfarmer you need to edit this file :
../modules/mod_quickportfolio/mod_quickportfolio.xml
find this code
change to
once it has been changed you will be able to add html code to the description field
9 years 2 months ago #8
by TemplatePlazza
../modules/mod_quickportfolio/mod_quickportfolio.xml
find this code
<field name="img1_title" type="text" default="" label="MOD_QUICKPORTFOLIO_IMG_TITLE_LABEL" description="MOD_QUICKPORTFOLIO_IMG_TITLE_DESC" class="img1child"/>
<field name="img1_desc" type="textarea" default="" label="MOD_QUICKPORTFOLIO_IMG_DESC_LABEL" description="MOD_QUICKPORTFOLIO_IMG_DESC_DESC" class="img1child"/>
change to
<field name="img1_title" type="text" default="" label="MOD_QUICKPORTFOLIO_IMG_TITLE_LABEL" description="MOD_QUICKPORTFOLIO_IMG_TITLE_DESC" class="img1child" filter="raw"/>
<field name="img1_desc" type="textarea" default="" label="MOD_QUICKPORTFOLIO_IMG_DESC_LABEL" description="MOD_QUICKPORTFOLIO_IMG_DESC_DESC" class="img1child" filter="raw"/>
once it has been changed you will be able to add html code to the description field
Please Log in or Create an account to join the conversation.