Search found 17 matches
- Wed Dec 22, 2010 8:27 am
- Forum: CMSMS Core
- Topic: Content and News are on same page
- Replies: 2
- Views: 1097
Content and News are on same page
Hello, I've used a news module in the sidebar which will show some nice summaries of the actual article(s). However, when I click on 'read more' or the title URI, it will show the actual news content that should have been on a new page, together with content instead - so, the article content is at t...
- Thu Dec 16, 2010 3:27 pm
- Forum: CMSMS Core
- Topic: Adding pages gives "Content is empty"
- Replies: 2
- Views: 1092
Re: Adding pages gives "Content is empty" [Solved]
Ahh, I didn't notice that {content} was set to the unedited {block='content'} still, back when I was experimenting. That seemed to fix the issue. Thanks a fortune!
- Thu Dec 16, 2010 12:07 pm
- Forum: CMSMS Core
- Topic: Adding pages gives "Content is empty"
- Replies: 2
- Views: 1092
Adding pages gives "Content is empty"
Hey there, Posted it here as its got to do with one of the core functions, I guess. It seems that whenever I want to add a page, it displays an error, as if I didn't insert ANY content. I've got three editors in there, due to content blocks, and even if I place content in all three, the error contin...
- Tue Dec 07, 2010 10:39 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Two issues: jQuery not working and menu issue
- Replies: 0
- Views: 717
Two issues: jQuery not working and menu issue
Hey there, I've been working on another site and once more, I seem to encounter the issue where jQuery doesn't do the job it is supposed to do. Instead of animating a scroll to the top of the page when a user clicks on 'top' in the footer, it doesn't do that. It just pops to the top. I haven't got J...
- Thu Nov 18, 2010 1:47 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [Solved] (jQuery) Scripts not working in IE at all
- Replies: 2
- Views: 1348
Re: (jQuery) Scripts not working in IE at all
Hey there,
Thanks for your quick response. It seems that indeed, and oddly enough, "Active Scripting" is disabled in IE9 (by default it'd seem as I wasn't the only one who experienced the issue).
Cheers!
Thanks for your quick response. It seems that indeed, and oddly enough, "Active Scripting" is disabled in IE9 (by default it'd seem as I wasn't the only one who experienced the issue).
Cheers!
- Thu Nov 18, 2010 9:29 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [Solved] (jQuery) Scripts not working in IE at all
- Replies: 2
- Views: 1348
[Solved] (jQuery) Scripts not working in IE at all
Hello, Somehow, my website's functions written in jQuery don't seem to be picked up by IE at all. It works just fine in other browsers. I've made sure the jQuery "base" was called prior to the rest. Any idea why this is happening? Any help would be greatly appreciated! http://www.webzhopz....
- Wed Nov 10, 2010 8:10 am
- Forum: CMSMS Core
- Topic: [Solved] {if $node->alias == 'xx'}?
- Replies: 4
- Views: 1308
Re: {if $node->alias == 'xx'}?
Hello, Yes indeed, I noticed later on. Pardon me. {$page_alias} is always available, as well as {content_id} {if $page_alias == 'home'} <div id="bannerBags"><div id="start"><a id="startBtn" title="Minimize header image" href="#">Start</a></div></div>...
- Tue Nov 09, 2010 3:59 pm
- Forum: CMSMS Core
- Topic: [Solved] {if $node->alias == 'xx'}?
- Replies: 4
- Views: 1308
[Solved] {if $node->alias == 'xx'}?
Hello, I need to make a conditional whereas a certain banner appears only on the home page, but nowhere else. So, I tried: {if $node->alias == 'home'} <div id="bannerBags"><div id="start"><a id="startBtn" title="Minimize header image" href="#">Start<...
- Tue Nov 09, 2010 8:40 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [Pending] Menu Items
- Replies: 7
- Views: 2472
Re: [Pending] Menu Items
Thanks for the quick replies, guys. :) The reason I do this is because I need three menu items (the parents) to have three different colours. For instance, home has to be yellow, whereas 'organisatie' (Organization) has to be red, and 'webzhopz' purple. How would I achieve this using your method, g...
- Tue Nov 09, 2010 8:21 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [Pending] Menu Items
- Replies: 7
- Views: 2472
Re: [Pending] Menu Items
Hello again, I tried to add multiple aliases using the same method as posted above, and ended up having this bit of code: {if $count > 0} <ul> {foreach from=$nodelist item=node} {if $node->depth > $node->prevdepth} {repeat string="<ul>" times=$node->depth-$node->prevdepth} {elseif $node->d...
- Mon Nov 08, 2010 10:27 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [Pending] Menu Items
- Replies: 7
- Views: 2472
Re: [Solved] Menu Items
Hey, I've fixed it by doing the following: {if $node->current == true && $node->depth == 1 && $node->alias != 'home'} <li><a class="active" href="{$node->url}"><span>{$node->menutext}</span></a> {elseif $node->alias == 'home' && $node->current == false} <l...
- Thu Nov 04, 2010 2:30 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [Pending] Menu Items
- Replies: 7
- Views: 2472
[Pending] Menu Items
Hello! I've currently been editing some of the site and the menu isn't working as I intend(ed). Basically, the menu should behave like the following: 1.) The home item should have a background-image by default (default as in accessing the site, or clicking on home again); 2.) If a child (or child of...
- Fri Oct 22, 2010 1:23 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Browsers seem to ignore the entire footer(?)
- Replies: 4
- Views: 1369
- Thu Oct 21, 2010 9:42 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Browsers seem to ignore the entire footer(?)
- Replies: 4
- Views: 1369
Re: Browsers seem to ignore the entire footer(?)
I've added them, and didn't fix the issue unfortunately. But even then, it used to work a day or two before.. 
- Thu Oct 21, 2010 8:48 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Browsers seem to ignore the entire footer(?)
- Replies: 4
- Views: 1369
Browsers seem to ignore the entire footer(?)
Hello, I've been doing a template by request (I'm as a trainee) for CMSMS, and everything worked fine at first. However, since a day or two ago, my footer seemed to be completely messed up; the footer seems to appear in Chrome and IE9 Compatible View just fine, but not in IE9 itself, Mozilla Firefox...
