QuattroSimple - New custom CMSMS Theme
Re: QuattroSimple - New custom CMSMS Theme
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 !!
(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 !!
Re: QuattroSimple - New custom CMSMS Theme
@eric999
Did you change anything in Template?
There is in template this:
So check if childrenof=$page_alias is still there.
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}
Re: QuattroSimple - New custom CMSMS Theme
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.
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.
Re: QuattroSimple - New custom CMSMS Theme
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.
Re: QuattroSimple - New custom CMSMS Theme
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
I have a question, cycleTeaser has its own css-style?
p.s. I have CMS Made Simple version 1.9.4.1
Re: QuattroSimple - New custom CMSMS Theme
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...
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...
Re: QuattroSimple - New custom CMSMS Theme
Thanks for your reply. Ok, what did I do...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...
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""
Thanks in advance for Your help.
Last edited by 14m3r on Tue Mar 22, 2011 1:08 pm, edited 1 time in total.
Re: QuattroSimple - New custom CMSMS Theme
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.
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.
Re: QuattroSimple - New custom CMSMS Theme
Oh, thanks, it work fine!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.
Where is exactly the place of this string? I`m about {news template='something'}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.
Re: QuattroSimple - New custom CMSMS Theme
Search in template for {news the rest was only example.
Re: QuattroSimple - New custom CMSMS Theme
Thank You, uniqu3. God bless you!uniqu3 wrote:Search in template for {news the rest was only example.
Re: QuattroSimple - New custom CMSMS Theme
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.
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.
Re: QuattroSimple - New custom CMSMS Theme
@14m3r
In the template you can change the number where it says
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)
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?
In the template you can change the number where it says
Code: Select all
{if $snews == "+"}
{news summarytemplate="sidebarNews" number="9"}
{/if}
Code: Select all
.splitUp(3,'<div/>')
@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?
Re: QuattroSimple - New custom CMSMS Theme
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 bituniqu3 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?
