I've just viewed some CMSMS showcases and find out this site:
http://www.cobbly.com/1-Bedroom.html
has very cool Virtual Tour effects,the pics can spinning as user click the buttons,
can anyone tell me how this is done? thanks!!
Search found 17 matches
- Mon May 18, 2009 11:23 am
- Forum: General Discussion
- Topic: How this is done, simply amazing
- Replies: 5
- Views: 3173
- Mon May 18, 2009 8:45 am
- Forum: Modules/Add-Ons
- Topic: Module cateloger can't display the Category Notes at frontend webpage
- Replies: 1
- Views: 902
- Sat May 16, 2009 10:55 am
- Forum: Modules/Add-Ons
- Topic: Module cateloger can't display the Category Notes at frontend webpage
- Replies: 1
- Views: 902
Module cateloger can't display the Category Notes at frontend webpage
I have successfully installed the Cateloger module and at the admin content page I have set up content type as Category Page and my page template used include the {content} tag and everything seemed ok, the problem is everything else is ok but the stuffs in the Category Notes can not be displayed f...
- Mon Mar 09, 2009 5:04 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED]How to style the menu text?
- Replies: 8
- Views: 3177
Re: How to style the menu text?
if you want to style your menu's you need to use css you can do it with the template, but i prefer the global css stylesheet, think you have more direct controle there. Just style your ul and li in your div and your done. if you want you can style everything with your css Kind regards Peter thanks,...
- Sun Mar 08, 2009 12:49 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED]How to style the menu text?
- Replies: 8
- Views: 3177
Re: How to style the menu text?
Look in the source and compare it to the style sheets used for the menus, note the ul id and div id li classes etc. and from there you may want to use Firefox with the web developers toolbar addon it will let you change the styling on the fly then you can copy/paste it into the style sheet... thank...
- Fri Mar 06, 2009 3:34 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED]How to style the menu text?
- Replies: 8
- Views: 3177
- Sun Mar 01, 2009 1:32 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED]How to style the menu text?
- Replies: 8
- Views: 3177
[SOLVED]How to style the menu text?
i have a menu on the top,i knew how to attach a template but don't know how to change the text style(it's actually a link), i viewed the page source this link is like this: Skip to navigation so how could i change the link's style(color or spacing for instance), the training in this case. you can r...
- Thu Jan 01, 2009 1:32 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Horizontal menu:Group,delimit,align or spacing between topmenu anchor links??
- Replies: 2
- Views: 1783
Re: Horizontal menu:Group,delimit,align or spacing between topmenu anchor links??
please help,many thanks!
- Sun Nov 30, 2008 2:05 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Horizontal menu:Group,delimit,align or spacing between topmenu anchor links??
- Replies: 2
- Views: 1783
- Wed Nov 19, 2008 6:11 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Horizontal menu:Group,delimit,align or spacing between topmenu anchor links??
- Replies: 2
- Views: 1783
Horizontal menu:Group,delimit,align or spacing between topmenu anchor links??
Hi, this is my site: http://www.justincanhelpyou.com/cms_cn/index.php 3 stylesheets for the layout were used: Layout-Top menu + 2 columns; Navigation-Simple - Horizontal; Navigation: Simple - Vertical, the idea for my site structure is to put each big object/category on the top menu which is a list ...
- Wed Oct 22, 2008 2:17 am
- Forum: Modules/Add-Ons
- Topic: [solved,tks!]confused when reading the module.inc.php file
- Replies: 4
- Views: 1795
Re: confused when reading the module.inc.php file
I am using cmsms 1.4.1, does this matters?aln_cms wrote: whar version of cmsms are you using?
$CMS_VERSION = "1.4.1";
$CMS_VERSION_NAME = "Spring Garden";
$CMS_SCHEMA_VERSION = "31";
- Tue Oct 21, 2008 4:41 am
- Forum: Modules/Add-Ons
- Topic: [solved,tks!]confused when reading the module.inc.php file
- Replies: 4
- Views: 1795
[solved,tks!]confused when reading the module.inc.php file
hi, everyone i am very new to cmsms,can you help me to explain this following code i took from module.inc.php. global $gCms; $smarty =& $gCms->GetSmarty(); $smarty->register_function($this->GetName(), array($this,'function_plugin')); what confused me is GetSmarty() seems not defined in ...
- Wed Oct 01, 2008 7:00 am
- Forum: Tips and Tricks
- Topic: how to change part of the menu text color??
- Replies: 2
- Views: 1984
how to change part of the menu text color??
hi, is there a way i could change part of the CMSMS menu color?
it's blue by default but i want to just make one menu text to be another color say red to emphasis that link.
this is my site: www.justincanhelpyou.com, you'll understand what i mean by viewing it:-), thanks very much!!
it's blue by default but i want to just make one menu text to be another color say red to emphasis that link.
this is my site: www.justincanhelpyou.com, you'll understand what i mean by viewing it:-), thanks very much!!
- Sun Sep 21, 2008 10:03 am
- Forum: Modules/Add-Ons
- Topic: [solved]CMS Module->Guestbook formatting and make the English to Chinese
- Replies: 3
- Views: 2286
Re: CMS Module->Guestbook formatting and make the English to Chinese
Have you set the lang= parameter in the guestbook tag?... reading the Help in modules is always a good idea... thanks mark,i found the language pack even chinese not supported but i think i can handle this by replacing the english with chinese! but the formatting/styling still a problem for me,i ha...
- Sun Sep 21, 2008 8:52 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Want to add a link inside the page header or breadcrumbs
- Replies: 4
- Views: 2010
Re: Want to add a link inside the page header or breadcrumbs
You may want to look into CMS Made Simple MLE... thanks mark,i don't know what exactly is the MLE and searched that it's like MultiLingual or something, but i feel i don't need it,all works fine i just need to insert a link inside of the breadscrumbs and make it right aligned,this link will direct...