Page 7 of 9

Re: QuattroSimple - New custom CMSMS Theme

Posted: Fri Jun 17, 2011 5:30 pm
by IMNB
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

Re: QuattroSimple - New custom CMSMS Theme

Posted: Fri Jun 17, 2011 5:45 pm
by uniqu3
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>.

Re: QuattroSimple - New custom CMSMS Theme

Posted: Fri Jun 17, 2011 10:20 pm
by IMNB
It's there. Absolutely no excuse for not seeing it. Sorry to have taken your time and thanks for your patience to reply.

\Inga

Re: QuattroSimple - New custom CMSMS Theme

Posted: Sun Jul 24, 2011 11:19 am
by JohandeWit
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

Re: QuattroSimple - New custom CMSMS Theme

Posted: Sun Jul 24, 2011 2:25 pm
by uniqu3
In FormBuilder there is option Display inline. Change that setting.

Re: QuattroSimple - New custom CMSMS Theme

Posted: Sun Jul 24, 2011 3:49 pm
by JohandeWit
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?

Re: QuattroSimple - New custom CMSMS Theme

Posted: Mon Jul 25, 2011 8:02 am
by uniqu3
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.

Re: QuattroSimple - New custom CMSMS Theme

Posted: Wed Jul 27, 2011 5:26 pm
by JohandeWit
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.

Re: QuattroSimple - New custom CMSMS Theme

Posted: Thu Jul 28, 2011 12:19 pm
by Bastien
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 :)

Re: QuattroSimple - New custom CMSMS Theme

Posted: Thu Jul 28, 2011 12:30 pm
by Bastien
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

Re: QuattroSimple - New custom CMSMS Theme

Posted: Fri Jul 29, 2011 3:23 pm
by JohandeWit
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.
Hi uniqu3,

Well this is way past my knowledge. I can see in my browser (firebug) that the form is rendered into a <form id="myForm" action="comment.php" method="post"> like <div>. But I can not figure out in the java script (or php) where this is done. I was hoping to add the target=_self option into the <form> tag.

But i have another question. Would it be possible to call the javascript function that opens the slide pannel when you click on the arrow? Would it be possioble to call that function form the form whenever there are error to show?

Re: QuattroSimple - New custom CMSMS Theme

Posted: Mon Aug 29, 2011 6:17 pm
by Evert B.
the link isn't working?
Could it be a typo?
It seems it should all work well but the gallery name is spelled wrong perhaps?

Re: QuattroSimple - New custom CMSMS Theme

Posted: Sun Sep 11, 2011 3:33 am
by DADOCTOR
Hello,

I want to add default content to the
Contentbottom: section,

when I open page defaults it only gives me the option of
editing metadata and main content area.

Any help would be great

Regards
Ryan

You might be able to also help with this, I have added a facebook comment feature, I have edited it into the main template, it works well but it displays it on my home page where I dont want it to,

is there any tags or conditions I could use to make it not display on certain pages?

Thanks

Re: QuattroSimple - New custom CMSMS Theme

Posted: Wed Sep 21, 2011 8:18 am
by DADOCTOR
Hello,

I have worked to find a solution regarding my last post

the default content I wanted to add was for facebook comments,

I found CGFBApp http://dev.cmsmadesimple.org/projects/cgfbapp

I have added this module and it is all good,

I did ask in the CGFBApp thread about how to block it showing on my home page. I got this answer

Code: Select all

{if $content_id != $page_id}
{cgfb_init}{cgfb_comments}
{/if}
I am not sure where to place this and if I need to place my details in it?

I am asking this question here uniqu3, because I think it might be added differently in the Quattro template. I am not sure?

Regards
Ryan

Re: QuattroSimple - New custom CMSMS Theme

Posted: Wed Sep 21, 2011 8:28 am
by uniqu3
No it is not different, it's as you are using it now with only difference that you wrap CGFBApp in an if statement.
Translated it means "If content id is not equal id of your home page show CGFBApp else do nothing"