Search found 1015 matches

by applejack
Tue Jan 13, 2015 1:23 am
Forum: Modules/Add-Ons
Topic: Statistics of Banners module
Replies: 3
Views: 1201

Re: Statistics of Banners module

It's broken in the later versions of CMSMS
by applejack
Wed Dec 17, 2014 8:09 pm
Forum: Modules/Add-Ons
Topic: CGBlog categories make case insensitive
Replies: 8
Views: 2563

Re: CGBlog categories make case insensitive

That won't work as the CGBlog categories are case sensitive these days, unlike before, for which I can see absolutely no good reason for.

If the CGBlog category is i.e. IPN News then by using smarty lower or upper function won't work.
by applejack
Fri Dec 12, 2014 11:50 am
Forum: Modules/Add-Ons
Topic: CGBlog summary view by category not displaying [solved ?]
Replies: 8
Views: 6358

Re: CGBlog summary view by category not displaying [solved ?

If it's having to use the category id number please submit this as a bug report and at the same time to make the catgeory call case insensitive as it used to be. (I would but I'm not running that version). If this is a deliberate change then it's just dumb and made without consideration of users who...
by applejack
Thu Dec 11, 2014 9:40 pm
Forum: Modules/Add-Ons
Topic: CGBlog summary view by category not displaying [solved ?]
Replies: 8
Views: 6358

Re: CGBlog summary view by category not displaying [solved ?

Re: I don't think you are allowed/supposed to use the summarytemplate/detailtemplate with the category call as they will be ignored or some such...

Summarytemplate yes you are, same as New etc otherwise it wouldn't be much use.
by applejack
Thu Dec 11, 2014 10:20 am
Forum: CMS Show Off
Topic: Sites now live
Replies: 8
Views: 5649

Re: Sites now live

Re: After so many years of web, stuff's supposed to get simpler, not more complicated.

Dream on....
by applejack
Thu Dec 11, 2014 10:07 am
Forum: CMS Show Off
Topic: Sites now live
Replies: 8
Views: 5649

Re: Sites now live

Psy These are the culprits footer.section-skew-footer::before { border-right: 3000px solid transparent; } Which gets rid of most of it if you remove it and something in <section class=​"photo parallax-section-alt-2 parallax-layer" data-stellar-background-ratio=​"0.5">​
by applejack
Thu Dec 11, 2014 12:56 am
Forum: Modules/Add-Ons
Topic: CGBlog summary view by category not displaying [solved ?]
Replies: 8
Views: 6358

Re: CGBlog summary view by category not displaying [solved ?

Remove the blank space at the end.

Code: Select all

category="Promo" }
by applejack
Wed Dec 10, 2014 3:35 pm
Forum: CMS Show Off
Topic: Customer loyalty programme site for small businesses
Replies: 1
Views: 2485

Customer loyalty programme site for small businesses

https://cally.co.uk Customer loyalty programme site for small businesses which I think is a great idea. Responsive site, conceived and designed by my good friends at Feeling Peaky, I merely did the coding. Integrated via ajax with Campaign Monitor for newsletter signups. iOS and Android apps to go w...
by applejack
Wed Dec 10, 2014 11:59 am
Forum: CMS Show Off
Topic: Multi page responsive website, fullscreen background images
Replies: 3
Views: 3150

Re: Multi page responsive website, fullscreen background ima

Thanks Paul, Re: Is that done with Company Directory? No they are just pages using CGISimpleSmarty to pull in the data which is the way I often do it as it saves having to use yet another module etc etc. Re:responsive menu. Yes it took a bit of work but it's a one of the best off canvas menus I've c...
by applejack
Wed Dec 10, 2014 2:38 am
Forum: CMS Show Off
Topic: Multi page responsive website, fullscreen background images
Replies: 3
Views: 3150

Multi page responsive website, fullscreen background images

http://www.eiserinfrastructure.com

Not the design I wanted them to choose but it's ok. Best bits are the off canvas multi level responsive menu and Google maps integration for the portfolio and offices.
by applejack
Wed Dec 10, 2014 2:13 am
Forum: CMS Show Off
Topic: Sites now live
Replies: 8
Views: 5649

Re: Sites now live

Both sites have a huge amount of white space scrolling horizontally on Mac - Safari, Chrome, Firefox which is all I looked in.
by applejack
Mon Dec 08, 2014 4:44 pm
Forum: Modules/Add-Ons
Topic: CGCalendar - Color of Categories
Replies: 8
Views: 2966

Re: CGCalendar - Color of Categories

or

Code: Select all

{foreach from=$day.events item=event}
{foreach from=$event.categories key=category item=item}
<li><a class="calendar-class{$item.category_name}" href="{$event.url}">{$event.event_title}</a></li>
{/foreach}
{/foreach}
by applejack
Thu Oct 30, 2014 5:19 pm
Forum: Modules/Add-Ons
Topic: CGBlog categories make case insensitive
Replies: 8
Views: 2563

Re: CGBlog categories make case insensitive

I don't think so. I have been doing it this way on many sites using CMSMS for the past 8 years without any issues until now. With it being case sensitive there is more likely to be human error from a client. Using menu text or title it is easy for a client to have a trailing space for instance or ge...
by applejack
Wed Oct 29, 2014 12:31 pm
Forum: Modules/Add-Ons
Topic: CGBlog categories make case insensitive
Replies: 8
Views: 2563

Re: CGBlog categories make case insensitive

Thanks nikkio that may work but using page alias is potentially more reliable. The main point in this is that the categories in CGBlog didn't used to be case sensitive and I can see no good reason why they should be, as are you really going to want to have 2 categories with the same name but differe...
by applejack
Wed Oct 29, 2014 11:48 am
Forum: Modules/Add-Ons
Topic: CGBlog categories make case insensitive
Replies: 8
Views: 2563

Re: CGBlog categories make case insensitive

Ok hopefully this is clearer. Blog category = Latest News Page alias = latest-news In the page latest-news Smarty tag call a global content block which is {CGBlog category="$page_alias|replace:'-':' '"} In case you are wondering why not just use the actual blog category casing in the call,...

Go to advanced search