• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 136 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10  Next
Author Message
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Wed Jun 15, 2011 1:42 pm 
Offline
Forum Members
Forum Members

Joined: Mon Nov 08, 2010 5:39 am
Posts: 17
Hi and thanks for a great template!

My problem is that the sidbar navigation doesn't show at all.
The $page_alias is there in the tpl.

This is my error msg
Code:
 string(84) "Smarty error: unable to read resource: "module_db_tpl:MenuManager;sidebarNavigation""


This is the section in my tpl
Code:
        <div class="grid_3 pageSidebar">
{* Start Search, the input "Submit" is using an image, CSS: div#search input.search-button *}
          <div id="search" class="core-float-right">
            {search searchtext=" " search_method="post"} 
          </div>
{* End Search *}
<div class="grid_3 pageSidebar">
         {* show submenu of current page if there is one *}
 {menu template="sidebarNavigation" childrenof=$page_alias}

         {* show latest news *}
         {if $snews == "+"}
         {news summarytemplate="sidebarNews" number="9"}
         {/if}
         {* Custom sidebar content *}
         {if isset($scontent)}
         {$scontent}
         {/if}
        </div>
        {else}
        <div class="grid_12">
          <h2>{$pagetitle}</h2>
            {$capturedcontent}
        </div>
      {/if}
      </div>


This is where the test site is http://www.batmanstorpet.se Advanced Content is active. The site map (webbkarta) is from your BizBuz template.

I know some html and CSS, but no javascript.

Very greateful for help because when asking visitors they seem to need the sidebar sub page navigation.
/Inga


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Wed Jun 15, 2011 2:17 pm 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Tue Aug 12, 2008 9:30 pm
Posts: 1979
Location: Feldkirchen in Kärnten, Austria
Did you read README file?

Error says:
Code:
string(84) "Smarty error: unable to read resource: "module_db_tpl:MenuManager;sidebarNavigation""


That means that MenuManager Module is unable to find Menu template named sidebarNavigation.
In one of the files there is a code for this Template, copy that go to MenuManager module, create new Menu template named sidebarNavigation and paste that code, or look at available Template in MenuManager, maybe there is already something like theme: sidebarNavigation then all you need to do is change {menu template="sidebarNavigation" childrenof=$page_alias} to {menu template="theme: sidebarNavigation" childrenof=$page_alias}

_________________
CMSMS Blog - I do this!
Forge profile
Github profile
Twitter
=============================================
Support CMSMS


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Fri Jun 17, 2011 6:47 am 
Offline
Forum Members
Forum Members

Joined: Mon Nov 08, 2010 5:39 am
Posts: 17
Hi there

Thanks for a very quick and cogent reply. I did as you wrote and the Navigation appears as it should. (You have mentioned the missing
Code:
"theme:
" in this thread. I should have tested it.)

Added a bit of CSS to get the sub pages indented like you have for the footer menu on your demo site.

/Inga


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Fri Jun 17, 2011 4:06 pm 
Offline
Forum Members
Forum Members

Joined: Mon Nov 08, 2010 5:39 am
Posts: 17
Hi again

The sidebar menu title "Navigation" is in English and I need to translate it into a swedish word, but cannot find where to change it. I've looked in the Quattro Simple template, the two CSS, the sidebarNavigation and three .js files.

Looking at the page code doesn't help me.


Help please.
/Inga


Attachments:
sidebar_menu_title.JPG
sidebar_menu_title.JPG [ 11.61 KiB | Viewed 2251 times ]
Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Fri Jun 17, 2011 4:52 pm 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Tue Aug 12, 2008 9:30 pm
Posts: 1979
Location: Feldkirchen in Kärnten, Austria
could be MenuManager template.

_________________
CMSMS Blog - I do this!
Forge profile
Github profile
Twitter
=============================================
Support CMSMS


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Fri Jun 17, 2011 5:30 pm 
Offline
Forum Members
Forum Members

Joined: Mon Nov 08, 2010 5:39 am
Posts: 17
Thanks for a very quick reply.

None of the MenuManager templates contain the word Navigation. I now looked at the page menu and the footer menu in addition to the sidebarMenu I had checked before. If the word is implied somehow I cannot tell.

Stumped
/Inga


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Fri Jun 17, 2011 5:45 pm 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Tue Aug 12, 2008 9:30 pm
Posts: 1979
Location: Feldkirchen in Kärnten, Austria
no idea how you named your MenuManager templates but i had a double check on my demo install where in "sidebarNavigation" MenuManager template there is <h2>Navigation</h2>.

_________________
CMSMS Blog - I do this!
Forge profile
Github profile
Twitter
=============================================
Support CMSMS


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Fri Jun 17, 2011 10:20 pm 
Offline
Forum Members
Forum Members

Joined: Mon Nov 08, 2010 5:39 am
Posts: 17
It's there. Absolutely no excuse for not seeing it. Sorry to have taken your time and thanks for your patience to reply.

\Inga


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Sun Jul 24, 2011 11:19 am 
Offline
New Member

Joined: Sun Jul 24, 2011 11:10 am
Posts: 4
Hi there,

I really like this template. I am putting it to work for my personal site. I have a question regarding the sliding panel with the contact form (as shown in the example on: http://www.i-arts.eu/quattro/ )

When you have some errors in the form (for example forgot the e-mail adres) these errors are shown in the section above the sliding panel. The panel is closed (actually when you open the panel again you have 2 contact forms)

My question is whether it is possible to display the errors inside the opened sliding panel instead in the area above.
I am not experienced enough to get this fixed without help.

Any idea's how to solve this?

Regards,
Johan


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Sun Jul 24, 2011 2:25 pm 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Tue Aug 12, 2008 9:30 pm
Posts: 1979
Location: Feldkirchen in Kärnten, Austria
In FormBuilder there is option Display inline. Change that setting.

_________________
CMSMS Blog - I do this!
Forge profile
Github profile
Twitter
=============================================
Support CMSMS


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Sun Jul 24, 2011 3:49 pm 
Offline
New Member

Joined: Sun Jul 24, 2011 11:10 am
Posts: 4
uniqu3 wrote:
In FormBuilder there is option Display inline. Change that setting.


Hi thanks, that improves a lot. :)
But, now the panel closes, so you won't see the errors without re-opening the panel.
Is there a trick to keep the panel opened?


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Mon Jul 25, 2011 8:02 am 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Tue Aug 12, 2008 9:30 pm
Posts: 1979
Location: Feldkirchen in Kärnten, Austria
This would probably be a job for jQuery Form Plugin http://jquery.malsup.com/form/ or http://api.jquery.com/jQuery.post/ to prevent you page from refreshing after form is sent.

_________________
CMSMS Blog - I do this!
Forge profile
Github profile
Twitter
=============================================
Support CMSMS


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Wed Jul 27, 2011 5:26 pm 
Offline
New Member

Joined: Sun Jul 24, 2011 11:10 am
Posts: 4
uniqu3 wrote:
This would probably be a job for jQuery Form Plugin http://jquery.malsup.com/form/ or http://api.jquery.com/jQuery.post/ to prevent you page from refreshing after form is sent.

hmmm I'll give it a try. Don't know if my experience is enough to get this figured out.


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Thu Jul 28, 2011 12:19 pm 
Offline
New Member

Joined: Thu Jul 28, 2011 12:13 pm
Posts: 2
Hi everybody,

I'm a new user of CMSMS, and I tried to install this theme, it almost works, but I have a little problem with the slider.
Image

and the slideshow doesn't appear.
Thanks :)


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Thu Jul 28, 2011 12:30 pm 
Offline
New Member

Joined: Thu Jul 28, 2011 12:13 pm
Posts: 2
Re,

sorry I have solved my problem to add a "+" ^^
Thx a lot and great job for this theme of CMSMS :)

Have a good day


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 136 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10  Next

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
A2 Hosting