Search found 9 matches
- Thu Apr 02, 2009 3:04 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Global content blocks & images
- Replies: 3
- Views: 1316
Re: Global content blocks & images
Heres the site (still in deep development stage) http://test.yesfan.eu/ The site will be updated by someone else eventually so I wanted to make the Featured Product and Special Offer sections as easy to update as the news section, so the only real answer would probably be modules. I have managed to ...
- Thu Apr 02, 2009 1:20 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Newbie to cmsms.......
- Replies: 2
- Views: 1087
- Thu Apr 02, 2009 11:19 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Global content blocks & images
- Replies: 3
- Views: 1316
Global content blocks & images
I have created a global content block for "special offer" and "featured item" content which I need to display on each page. I have added text to the content block which displays ok on each page, what code would I need to place an image there too? The global content block is not i...
- Tue Mar 31, 2009 10:52 am
- Forum: Layout and Design (CSS & HTML)
- Topic: *nOOb* First CMSMS venture, some help please?
- Replies: 8
- Views: 2610
Re: *nOOb* First CMSMS venture, some help please?
Think I may have cracked it. My css was applied to a class name not the navigation div name.
- Tue Mar 31, 2009 10:13 am
- Forum: Layout and Design (CSS & HTML)
- Topic: *nOOb* First CMSMS venture, some help please?
- Replies: 8
- Views: 2610
Re: *nOOb* First CMSMS venture, some help please?
Still struggling. I get the template thing, how to create custome templates etc. I get how to replace the unordered list in xhtml with the smarty code, i.e. {menu number_of_levels="1" template="my_template.tpl"} But I cant work out where to put the necessary code into css, i.e. ...
- Sat Mar 28, 2009 8:53 am
- Forum: Layout and Design (CSS & HTML)
- Topic: *nOOb* First CMSMS venture, some help please?
- Replies: 8
- Views: 2610
Re: *nOOb* First CMSMS venture, some help please?
CSS is attached via CMSMS, but I have not made any changes to it, not sure what I need to change in the CSS to get the menu to display correctly.
Going to go back to the menu wiki and have another read through. Cheers
Going to go back to the menu wiki and have another read through. Cheers
- Fri Mar 27, 2009 8:43 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: *nOOb* First CMSMS venture, some help please?
- Replies: 8
- Views: 2610
Re: *nOOb* First CMSMS venture, some help please?
The current page is only displaying the menu because I have not changed the xhtml for the CMSMS code. When I insert the code the formating goes and just the text is displayed, the default CMSMS pages.
I have changed it so you can see.
http://test.yesfan.eu
What it should look like
I have changed it so you can see.
http://test.yesfan.eu
What it should look like
- Fri Mar 27, 2009 2:38 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: *nOOb* First CMSMS venture, some help please?
- Replies: 8
- Views: 2610
*nOOb* First CMSMS venture, some help please?
I am in the process of importing a modified template to CMSMS....for the first time. After many hours of reading I think I have grasped the basics and the import was going ok, until I got to the nav menu. Having read loads of posts and solutions regarding menus I still cant get my head around it. ...
- Sun Dec 07, 2008 10:29 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: PHP5 Problems
- Replies: 2
- Views: 1352
PHP5 Problems
My server defaults to php ver 4.4.8 but I have had a few syntax issues running some modules so I thought I would try php5. The server has ver 4 and 5 so I created a .htaccess file with this command: SetEnv DEFAULT_PHP_VERSION 5 As recommended by my host, and placed it in the server public html fold...