Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 07-23-2009 10:13:04

rvr84
Member
Registered: 05-13-2006
Posts: 80

Joomla Integration and Components/Modules

Hi, 

A quick question about the joomla integration, is it possible to display all of the joomla modules in the site template when on a CCP page?

e.g. I had a look at the demo and on the joomla home page the Polls module is showing, when you click on a CCP page it disappears.  Is this just the way that it is set-up?

I.e. could this be set to display on all pages as i would like to integrate a few joomla components and modules with the ccp store to show up on all pages of the site.

Thanks in advance,
Becky.

Offline

 

#2 07-23-2009 10:49:50

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Joomla Integration and Components/Modules

Yes - that's possible.  You'll just want to activate those modules for your Joomla! template for the ClickCartPro Connector component page.  Whatever modules you activate will be imported into the CCP skin.


Nick Hendler

Offline

 

#3 07-23-2009 14:44:10

Thom
Member
From: Fairmont, Minnesota
Registered: 01-17-2003
Posts: 184
Website

Re: Joomla Integration and Components/Modules

Nick - FYI the poll items are not showing up on the CCP side. When I checked the page source they are there and listed with a CSS class of sectiontableentry1 and sectiontableentry2 my guess they are not listed in the CSS for CCP.

My Joomla site http://www.northstar3c.com/content

My CCP7 site http://www.northstar3c.com/shop


Thom-

"Life is a banquet, and most poor suckers are starving to death!" - AUNTIE MAME

Offline

 

#4 07-23-2009 14:52:52

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Joomla Integration and Components/Modules

That's because we suppress the label field by default in CCP.  To change, edit the all.css file tied to the CCP Joomla! skin.  At the bottom, add:

Code:

td.sectiontableentry1 label {display: block;}

td.sectiontableentry2 label {display: block;}

Nick Hendler

Offline

 

#5 07-23-2009 14:59:15

Thom
Member
From: Fairmont, Minnesota
Registered: 01-17-2003
Posts: 184
Website

Re: Joomla Integration and Components/Modules

Thanks


Thom-

"Life is a banquet, and most poor suckers are starving to death!" - AUNTIE MAME

Offline

 

Board footer