Foros de discusión

Theme resources doesnt works with Pixelpress-theme liferay 6.1

thumbnail
dave rodriguez, modificado hace 9 años.

Theme resources doesnt works with Pixelpress-theme liferay 6.1

New Member Mensajes: 4 Fecha de incorporación: 3/10/13 Mensajes recientes
Hi. I have problems with Pixelpress-theme. The theme works but I cant see the resources. The site templates, structures and content are empty.

My theme version is pixelpress-theme-6.1.1.2-ce-ga2 and I deplyed others pulggins for it ckeditor-hook-6.1.1.1-ce-ga2 , web-form-portlet-6.1.1.2-ce-ga2-20121226145719582 and resources-importer-web-6.1.1.2-ce-ga2-20121226145719582

_________

My liferay-plugin-package.properties file is :

name=Pixelpress
module-group-id=themeray
module-incremental-version=1
tags=
short-description=
change-log=
page-url=http://www.themeray.com
author=Themeray, Innotall GmbH
licenses=GPL
required-deployment-contexts=\
resources-importer-web,\
web-form-portlet
resources-importer-developer-mode-enabled=false
liferay-versions=6.1.1+

___________________
My sitemap.json is:

{
"layouts": [
{
"friendlyURL": "/home",
"name": "Home",
"layoutTemplateId": "home_pixelpress",
"title": "Home",

"columns": [
[
"text-link-image-slider.xml"
],
[
"custom-portlets.xml"
],
[
"responsive-layout.xml"
],
[
"skins.xml"
],
[
"mini-portofolio.xml",
"testimonials.xml",
],

],
"layouts": [
{
"title": "Carousel",
"name": "Carousel",
"friendlyURL": "/carousel",
"layoutTemplateId": "1_column",
"columns": [
[
"carousel.xml"
]

],

}


],
},

{"columns": [
[
{
"portletId": "73",

},
"portfolio.xml",


]
],
"friendlyURL": "/portfolio",
"name": "Portfolio",
"layoutTemplateId": "1_column",
"title": "Portfolio"
},
{"columns": [
[
{
"portletId": "33",

}
],
[
{
"portletId": "114",

}
]
],
"friendlyURL": "/blogs",
"name": "Blogs",
"layoutTemplateId": "2_columns_iii",
"title": "Blogs"
},
{"columns": [

[
{
"portletId": "36",

}
],
[
{
"portletId": "3",

},
"twitter-feed.xml",
]
],
"friendlyURL": "/wiki",
"name": "wiki",
"layoutTemplateId": "2_columns_iii",
"title": "Wiki"
},

{"columns": [

[
{
"portletId": "1_WAR_webformportlet",
"portletPreferences": {
"fieldType2": "radio",
"fieldOptions2": "option1,option2,option3",
"title" : "",
"description" : "",
"fieldType": "email",

}
}
]
],
"friendlyURL": "/contact-us",
"name": "Contact us",
"layoutTemplateId": "1_column",
"title": "Contact us"
}
]
}


Why I can not see the contents that supposedly come with this?