Search found 7 matches
- Sun Jan 23, 2011 9:25 pm
- Forum: [SC] Custom Code
- Topic: Add Additional Tabs to Product Pages
- Replies: 3
- Views: 13318
Re: Add Additional Tabs to Product Pages
What is the price of this module?
- Mon Oct 25, 2010 10:45 pm
- Forum: [SC] Custom Code
- Topic: Carousel - SHOW ALL
- Replies: 3
- Views: 11797
Re: Carousel - SHOW ALL
this is the "width" property of .content class in your-template/Style/style.css file
- Wed Sep 08, 2010 2:24 pm
- Forum: [SC] Custom Code
- Topic: CKeditor with ISC
- Replies: 10
- Views: 41825
more screenshots
more.... 

- Wed Sep 08, 2010 2:23 pm
- Forum: [SC] Custom Code
- Topic: CKeditor with ISC
- Replies: 10
- Views: 41825
Some screenshots
Here are some screenshots:
- Wed Sep 08, 2010 2:08 pm
- Forum: [SC] Custom Code
- Topic: CKeditor with ISC
- Replies: 10
- Views: 41825
Re: CKeditor with ISC
tested with ISC 5.54
I never used Knowledge Manager but i could try to do it
I never used Knowledge Manager but i could try to do it
- Wed Sep 08, 2010 9:51 am
- Forum: [SC] Custom Code
- Topic: CKeditor with ISC
- Replies: 10
- Views: 41825
CKeditor with ISC
At last we succeed to change the boarding TinyMCE with CKeditor /image manager included/ as default WYSIWYG editor in ISC. There are simply two steps:
1. Download attachments and extract the content in the root of your ISC site:
2. Find the file your-site/admin/templates/Snippets/EditorTinyMCECommon ...
1. Download attachments and extract the content in the root of your ISC site:
2. Find the file your-site/admin/templates/Snippets/EditorTinyMCECommon ...
- Sat Sep 04, 2010 10:44 am
- Forum: [SC] Custom Code
- Topic: Carousel - SHOW ALL
- Replies: 3
- Views: 11797
Carousel - SHOW ALL
Hi,
Maybe many of you wants to show all available thumbnails in carousel box. Ok, there are two simple steps:
1. Open the file your_shop/javascript\jquery\plugins\jCarousel/jCarousel.js and find:
" var divSize = liSize * v; " - row 245;
replace with:
" var divSize = liSize * itemLength; "
NB: If ...
Maybe many of you wants to show all available thumbnails in carousel box. Ok, there are two simple steps:
1. Open the file your_shop/javascript\jquery\plugins\jCarousel/jCarousel.js and find:
" var divSize = liSize * v; " - row 245;
replace with:
" var divSize = liSize * itemLength; "
NB: If ...