http://www.gmglobalassociates.com/
http://www.mobilehairdresserwinchester.co.uk/
http://www.10and6jewellery.com/
http://www.ecoholidaylodges.co.uk/
Feedback welcomed...
Search found 49 matches
- Wed Apr 04, 2012 7:01 am
- Forum: CMS Show Off
- Topic: A few of our cmsms creations...
- Replies: 0
- Views: 1567
- Fri Nov 04, 2011 5:00 pm
- Forum: Modules/Add-Ons
- Topic: Template Externalizer
- Replies: 1
- Views: 783
Template Externalizer
So I get the chance to trial 1.10 on a new site I am working on. Installed it, then when through the process of installing my favorite modules. Added Template externalizer... Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/mobile/public_html/modules/Templa...
- Wed Jul 06, 2011 11:25 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Css problem in safari [solved]
- Replies: 1
- Views: 1470
Re: Css problem in safari
solved - display:block; instead of display:table;
- Wed Jul 06, 2011 10:52 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Css problem in safari [solved]
- Replies: 1
- Views: 1470
Css problem in safari [solved]
Odd one - http://ecoholidaylodges.com/around-us.htm
I have three divs all floated left, all with defined widths, padding and margins. Looks fine on FF and IE but seems to lose these attributes in Safari.
Any Ideas?
Rich
I have three divs all floated left, all with defined widths, padding and margins. Looks fine on FF and IE but seems to lose these attributes in Safari.
Any Ideas?
Rich
- Wed Jul 06, 2011 11:44 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Redirecting a menu item! [SOLVED]
- Replies: 3
- Views: 1846
Re: Redirecting a menu item!
Thanks Jos, Simple.
Any Idea why my UDT won't submit?
Any Idea why my UDT won't submit?

- Wed Jul 06, 2011 11:36 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Redirecting a menu item! [SOLVED]
- Replies: 3
- Views: 1846
Redirecting a menu item! [SOLVED]
OK I've been having troubles trying to get my php script into my cms (using UDT's) no body so much as commented on my post here http://forum.cmsmadesimple.org/viewtopic.php?f=2&t=55316 , So i have created a php page styled like the rest of the cms site, and my script works fine. My question is:-...
- Mon Jul 04, 2011 8:42 am
- Forum: General Discussion
- Topic: Including a PHP script in template?
- Replies: 1
- Views: 2157
Re: Including a PHP script in template?
Ok, though trial and error, I have worked out that i can save the UDT as long as it has no refererence to curl it seems. Can anyone tell me what maybe wrong with this script and why I can't turn it into a UDT require("config.php"); // find out request method to use switch($_SERVER['REQUEST...
- Sat Jul 02, 2011 6:40 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Problem with PHP in template!
- Replies: 0
- Views: 1013
Problem with PHP in template!
I have read up on the forum about how to do this, and understand that I need to put my php inside either {php} tags (and enable in config) or put in a UDT. The first problem i'm having is that every time I try and submit either I get a 403 Forbidden. But it seems only when I am including php in eith...
- Sat Jul 02, 2011 9:38 am
- Forum: General Discussion
- Topic: Including a PHP script in template?
- Replies: 1
- Views: 2157
Including a PHP script in template?
I have read up on the forum about how to do this, and understand that I need to put my php inside either {php} tags (and enable in config) or put in a UDT. The first problem i'm having is that every time I try and submit either I get a 403 Forbidden. But it seems only when I am including php in eith...
- Fri May 06, 2011 3:13 pm
- Forum: CMSMS Core
- Topic: [SOLVED] Templates For Global Content Block?
- Replies: 6
- Views: 2476
Re: Templates For Global Content Block?
Thanks Guys... Actually it was probably my fault for not explaining myself more clearly. I'm going to test both, and see what they do - it can't harm to learn both methods, and both methods have got to better than my multiple GCB's inside a GCB. @stevew - Good shout on the book, it's on my Ipad now,...
- Fri May 06, 2011 12:59 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: IE9 using partial pixels?
- Replies: 1
- Views: 1343
Re: IE9 using partial pixels?
Life's too short...
I use on all my sites until IE9 beds in.
Basically it forces IE9 to emulate IE7.
Hope it helps short term!
rich
I use
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Basically it forces IE9 to emulate IE7.
Hope it helps short term!
rich
- Thu May 05, 2011 11:40 am
- Forum: The Lounge
- Topic: Caching errors after updating content
- Replies: 3
- Views: 1796
Re: Caching errors after updating content
I had a problem like this once and it was to do with my server time not being in sync. Can't remember exactly what I did, but my cms time and my server time weren't sync'd.
Just a possibility!
Just a possibility!
- Thu May 05, 2011 11:36 am
- Forum: CMSMS Core
- Topic: Problem with multiple content blocks [SOLVED]
- Replies: 2
- Views: 1337
Re: Problem with multiple content blocks
It suggests to me that either this lies within {literal}{/literal} tags or that it has been applied in wysiwyg mode. Although I'm not sure the latter counts.
Rich
Rich
- Thu May 05, 2011 11:31 am
- Forum: CMSMS Core
- Topic: [SOLVED] Templates For Global Content Block?
- Replies: 6
- Views: 2476
[SOLVED] Templates For Global Content Block?
Hi all, Sometimes I over think things when it comes to cms, but I woner if anyone can give me a solution to my problem. I have an area of content, that is repeated on every page, but would like it to be easily content managed for the client. The area consists of 3 boxes, which i'd like to divide int...
- Sat Nov 27, 2010 5:09 pm
- Forum: CMSMS Core
- Topic: Creating an intro within the menu - can it be done?
- Replies: 1
- Views: 1186
Creating an intro within the menu - can it be done?
I may have pushed my ideas a little too far this time, but i'm looking to add an intro beneath each menu button on a page. The page in question is http://195.8.196.20/~gss/index.php?page=case-studies The links on this page are called by {menu start_level='2'} What I'm imagining is in each linked pag...