QuattroSimple - New custom CMSMS Theme

Post links to sites running CMS in all its glory.
eric999
New Member
New Member
Posts: 2
Joined: Sun Mar 13, 2011 7:52 pm

Re: QuattroSimple - New custom CMSMS Theme

Post by eric999 »

Hello,
(Sorry for my bad english)

I just setup a new installation of CMSMS and this FANTASTIC Theme Quattro. All run fin except one thing.

I have activate the right sidebar to show the menu items of the current level page. But all the menus items and submenu items of my site are displayed.
The demo site show only the menus items of the current page

What can I do ?

Thanks !!
uniqu3

Re: QuattroSimple - New custom CMSMS Theme

Post by uniqu3 »

@eric999
Did you change anything in Template?
There is in template this:

Code: Select all

 <div class="grid_3 pageSidebar">
         {* show submenu of current page if there is one *}
         {menu template="sidebarNavigation" childrenof=$page_alias}
So check if childrenof=$page_alias is still there.
eric999
New Member
New Member
Posts: 2
Joined: Sun Mar 13, 2011 7:52 pm

Re: QuattroSimple - New custom CMSMS Theme

Post by eric999 »

Thank you ! You're right ! childrenof=$page_alias was missing in my template.
I do not change anything in this file, so it was missing durring the installation of the theme.

Thank you for help, and congratulations for your theme.
netfied

Re: QuattroSimple - New custom CMSMS Theme

Post by netfied »

I managed to reset everything to default the images are now showing well i was just coming to ask another question and i saw the bigbuzz which is just the kind of theme I wanted. Let me try out if any hitches I will give u a buzz.
14m3r

Re: QuattroSimple - New custom CMSMS Theme

Post by 14m3r »

I installed QuattroSimple (great style! thanx for style!) but i have some problems. I did everything as it was in the manual. Download image icon is displayed, but nothing happens.
I have a question, cycleTeaser has its own css-style?

p.s. I have CMS Made Simple version 1.9.4.1
uniqu3

Re: QuattroSimple - New custom CMSMS Theme

Post by uniqu3 »

cycleTeaser css is in the Template Stylesheet.
Cant help much without link or better description of "nothing happens".

Slider images should have min. width of 926px.

So why in your slider "nothing happens" can only be guessing:
Image is to small
You use gallery folder with subgaleries
You changed the code
Path to JavaScript functions is wrong
JavaScript file is missing...
14m3r

Re: QuattroSimple - New custom CMSMS Theme

Post by 14m3r »

uniqu3 wrote:Slider images should have min. width of 926px.

So why in your slider "nothing happens" can only be guessing:
Image is to small
You use gallery folder with subgaleries
You changed the code
Path to JavaScript functions is wrong
JavaScript file is missing...
Thanks for your reply. Ok, what did I do...
1. I take one of images from your demo-site
2. I put images to "uploads/images/Gallery", also to check that it has made a subdirectory News ("uploads/images/Gallery/News". I tried to insert into the "Header Slideshow" tag {Gallery} and {Gallery dir='News'} as a result nothing has changed.
3. I didnt change the code, except for {menu template="sidebarNavigation" childrenof=$page_alias}
4. I checked the file paths and availability of files.
5. I have some errors for ex.

Code: Select all

string(84) "Smarty error: unable to read resource: "module_db_tpl:MenuManager;sidebarNavigation"" string(78) "Smarty error: unable to read resource: "module_db_tpl:News;summarysidebarNews""
string(77) "Smarty error: unable to read resource: "module_db_tpl:News;summaryfooterNews"" 
In one of the topics I read that I need to rename "Summary Templates" tab in the "News" module, from footerNews to summaryfooterNews and sidebarNews to summarysidebarNews. I have done somthing wrong?
Thanks in advance for Your help.
Last edited by 14m3r on Tue Mar 22, 2011 1:08 pm, edited 1 time in total.
uniqu3

Re: QuattroSimple - New custom CMSMS Theme

Post by uniqu3 »

If you have installed AdvancedContent and set all pages to "AdvancedContent" you will see tabs as in screenshot.
In the field you simply enter name of the folder (see attached screenshot) and not complete {Gallery} tag also not /Gallery but sub gallery of it.

Regarding news, yes you should rename it in template where it says {news template='something'} this happens on export or import no idea why could be ThemeManager bug.
Attachments
slideshow.JPG
14m3r

Re: QuattroSimple - New custom CMSMS Theme

Post by 14m3r »

uniqu3 wrote:If you have installed AdvancedContent and set all pages to "AdvancedContent" you will see tabs as in screenshot.
In the field you simply enter name of the folder (see attached screenshot) and not complete {Gallery} tag also not /Gallery but sub gallery of it.
Oh, thanks, it work fine!
Regarding news, yes you should rename it in template where it says {news template='something'} this happens on export or import no idea why could be ThemeManager bug.
Where is exactly the place of this string? I`m about {news template='something'}
uniqu3

Re: QuattroSimple - New custom CMSMS Theme

Post by uniqu3 »

Search in template for {news the rest was only example.
14m3r

Re: QuattroSimple - New custom CMSMS Theme

Post by 14m3r »

uniqu3 wrote:Search in template for {news the rest was only example.
Thank You, uniqu3. God bless you!
14m3r

Re: QuattroSimple - New custom CMSMS Theme

Post by 14m3r »

I got some more questions.
1. How to make more news in the sidebar (for ex., 5, 6, ..)?
2. If i want to select a menu type "Section Header", this menu item on the site moves up.
How can i fix it?
Thanks in advance.
ChrisF
Forum Members
Forum Members
Posts: 35
Joined: Sat Dec 12, 2009 7:52 pm

Re: QuattroSimple - New custom CMSMS Theme

Post by ChrisF »

I liked this theme so much I used it for my own site.

www.somawebstudio.com
uniqu3

Re: QuattroSimple - New custom CMSMS Theme

Post by uniqu3 »

@14m3r
In the template you can change the number where it says

Code: Select all

 {if $snews == "+"}
         {news summarytemplate="sidebarNews" number="9"}
         {/if}
Then you need to open functions.js in the /uploads/theme/ (i think) folder and edit the number on line 30 (i actually commented there so should be easy to find)

Code: Select all

 .splitUp(3,'<div/>')
Regarding sectionheader, could be that i overlooked some style in css depending on color selection so take a look in the stylesheet, most possibly some padding or margin is missing for .sectionheader class.

@ChrisF
Nice, you should check the positionioning of header background as it is positioned right viewing it on full screen but i think you wanted it in centered?
Also the glow suddenly stops somewhere in the middle maybe you need a higher image?
ChrisF
Forum Members
Forum Members
Posts: 35
Joined: Sat Dec 12, 2009 7:52 pm

Re: QuattroSimple - New custom CMSMS Theme

Post by ChrisF »

uniqu3 wrote:Nice, you should check the positionioning of header background as it is positioned right viewing it on full screen but i think you wanted it in centered?
Also the glow suddenly stops somewhere in the middle maybe you need a higher image?
Thanks. I've been playing with the header background and I thought I had it fixed. The glow stops in the middle because it's supposed to be a wall terminating at the floor with a spotlight glow. Maybe I need to work on the effect a bit ;)
Post Reply

Return to “CMS Show Off”