• 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, 2, 3, 4, 5, 6, 7 ... 10  Next
Author Message
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Fri Mar 25, 2011 10:27 pm 
Offline
Forum Members
Forum Members

Joined: Sat Dec 12, 2009 7:52 pm
Posts: 33
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 ;)


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Fri Mar 25, 2011 10:34 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
ChrisF wrote:
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 ;)

Code:
.pageTop {
background: #000 url(/uploads/theme/pageTopBG.gif) no-repeat center;
border-bottom: 1px solid #233a58;
}


Will do the trick ;)

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


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Tue Mar 29, 2011 8:20 am 
Offline
Forum Members
Forum Members

Joined: Tue Sep 22, 2009 8:06 am
Posts: 59
Location: Default City
uniqu3 wrote:
@14m3r
In the template you can change the number where it says
Code:
 {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:
 .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.

Thanks. I`ve made ​​some changes in this template and fix some little bugs in CSS. Now everything is fine! ;)


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Wed Mar 30, 2011 3:45 pm 
Offline
New Member

Joined: Wed Mar 30, 2011 3:34 pm
Posts: 1
Hi,
Congratulation, Your theme is very fine. Good job.
And now my question:

In SidebarNews default is only title and link to news, but I want here only summary and "more" link

How it do?


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Wed Mar 30, 2011 4:05 pm 
hi how can we slide content blocks or a huge chunk of text along with the pictures?


Top
  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Wed Mar 30, 2011 4:12 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
As you are not really specific what exactly you mean with "huge chunk of text along pictures" my only answer can be take a look in functions.js and in stylesheet, edit these along with Gallery template "cycleTeaser" until you have the desired result ;)

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


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Sat Apr 02, 2011 5:56 am 
Offline
Forum Members
Forum Members
User avatar

Joined: Sat Apr 02, 2011 5:39 am
Posts: 50
Location: Australia
Hello,

I have just installed version 1.9.4.1

and I am trying to install Quattro

I have imported modules/plugins:
AdvancedContent

It says that Maximum CMSMS Version Supported = 1.8.3

What can I do. can I use Quattro if I am running version 1.9.4.1 ?

I love the theme, would love to use it

Thanks
Ryan


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Sat Apr 02, 2011 10:24 am 
try installing AdvancedContent version 0.7.1 works for me.


Top
  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Sun Apr 03, 2011 12:13 am 
Offline
Forum Members
Forum Members
User avatar

Joined: Sat Apr 02, 2011 5:39 am
Posts: 50
Location: Australia
Thanks netfied,

It did the trick.

I want to find where I can edit the email form the part in the middle of the main page where it has the button that opens contact us.

On the example it says "Get in touch with us!"

How can I add this and the boxes where the name and message are located are on the left hand side and I want it on the right side.

any Ideas?


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Sun Apr 03, 2011 9:34 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
After <body> add following line:
Code:
{capture assign="midtitleright"}{content block="midtitleright" oneline="true" label="Enter Title for sliding content area on the right" page_tab="Page Options"}{/capture}


Search in template for:
Code:
<!-- start contentMiddle -->
    <div class="container_full contentMiddle">
      <div class="container_12 clearfix">
        <div class="grid_12">
          <a href="#" class="slideButton" title="Click to open">Read more</a> {if !empty($midtitle)}<h3>{$midtitle}</h3>{/if} 
          <div class="slidePanel clearfix">
           <div class="grid_6 alpha">{$midleft}</div>
           <div class="grid_6 omega">{if !empty($midright)}{$midright}{else}{FormBuilder form="pageForm"}{/if}</div>     
          </div>
        </div>
      </div>
      <!-- end contentMiddle -->


Now change that part as following:
Code:
<!-- start contentMiddle -->
    <div class="container_full contentMiddle">
      <div class="container_12 clearfix">
        <div class="grid_12 clearfix">
          <a href="#" class="slideButton" title="Click to open">Read more</a> {if !empty($midtitle)}<h3 class="grid_6 alpha">{$midtitle}</h3>{/if}
{if !empty($midtitleright)}<h3 class="grid_6 omega">{$midtitleright}</h3>{/if}   
          <div class="slidePanel clearfix">
           <div class="grid_6 alpha">{$midleft}</div>
           <div class="grid_6 omega">{if !empty($midright)}{$midright}{else}{FormBuilder form="pageForm"}{/if}</div>
          </div>
        </div>
      </div>
      <!-- end contentMiddle -->


I didn't try it but with additional content block you would get another title field in Page options tab.
Now when you enter a title you should have one for left and one for right side.

If you want to display text and form on the right side you will have to change this (remove {else}):
Code:
<div class="grid_6 omega">{if !empty($midright)}{$midright}<br />{FormBuilder form="pageForm"}{/if}</div>

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


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Mon Apr 04, 2011 8:53 am 
Offline
Forum Members
Forum Members
User avatar

Joined: Sat Apr 02, 2011 5:39 am
Posts: 50
Location: Australia
Thanks uniqu3,

I have done that and it works,

One other question is about the news section that I have to install

I want the right news column to auto change like the header does,
Same as your demo. Does it change at the same time as the header does when it displays a new image?

Or is it totally independent,

Ok in your read me file it says

4. Now move on to News module in "Content -> News" and create Temapltes that are included in the package.
Name your News templates exactly as i named included files.

In "Summary Templates" tab create:
footerNews
sidebarNews
summaryPage


where do I I create these templates? when I open the "Content -> News"
There are a few tabs along the top

Summary templates
Detail templates
form templates
browse category templates
default templates


which one do I create them in?

and to create the templates do I title them with the ones that are quoted above and then copy the code from the respective files that I originally downloaded ?

Thanks

I have added these to the Summary templates and I also have a sample template(default one)
I have the sample template ticked as default.
I can only tick one as default? not sure that what I have done is correct.

If you want to look here it is
http://www.crimecasefiles.com/index.php

Great support thanks uniqu3,
I will donate due to your great support and for providing a top free CMS package.

Regards
Ryan


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Mon Apr 04, 2011 10:24 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
Hi,

ok i see you already have setup correct Summary news template for footer.
You are right the three templates listed above belong to Summary Template, named exaclty as i have written in readme file.

Set summaryPage template as your default, this will show news summary as on my demo page.

Sliding news are independent of header slider, if you activate news in the sidebar and have template set correctly "sidebarNews" news will scroll if there are more then 3, for every third article scroll is built with jQuery.
If you want to change the number of news you will have to edit functions.js file, i think there was an answer about this in some of my previous posts here.

For news detail template copy/paste and create newsDetail template in Detail Templates tab and set it as default.

If you want to donate we all would be happy about it http://www.cmsmadesimple.org/about-link/donations/ ;)

Thanks.

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


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Wed Apr 06, 2011 8:26 pm 
Offline
Forum Members
Forum Members
User avatar

Joined: Sat Apr 02, 2011 5:39 am
Posts: 50
Location: Australia
Hello,

I cant get the news detail working properly,
I cant get the print, return and date to display

and I want navigation to show in footer under sitemap but not in side bar, I have removed it from sidebar but cant get it in footer only?

I looked at the donation page, does it go to support Quattro theme or all cmsms ?

Thanks
Ryan


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Thu Apr 07, 2011 7:26 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
News:
Did you create new Detail News Template called "newsDetail" and set it as default?
On your site i see it's standard Sample template, so you need to change this in "News -> Detail Templates tab"

Navigation:
This is the footer part:
Code:
   
<!-- start pageFooter -->
    <div class="container_full pageFooter">
     <div class="container_12 pageFooterInner clearfix">
      <div class="grid_4"><h4>About us</h4>{global_content name='footer'}</div>
      <div class="grid_4"><h4>Sitemap</h4>{menu template="footerNavigation"}</div>
      <div class="grid_4"><h4>Latest News</h4>{news summarytemplate="footerNews" number="6"}</div>
     </div>
      <!-- end pageFooter -->


So as you can see Sitemap is actually simple menu call, if you have {menu template="footerNavigation"} there and have created footerNavigation MenuManager template you should see Navigation there.

Donation pages goes to CMSMS as it is template that i did for CMSMS community ;)

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


Top
 Profile  
 
 Post subject: Re: QuattroSimple - New custom CMSMS Theme
PostPosted: Thu Apr 07, 2011 12:06 pm 
Offline
New Member

Joined: Thu Apr 07, 2011 11:37 am
Posts: 1
I'm working on a site with an art gallery. I created a page with a {gallery} tag. When using the QuattroSimple template, clicking on an image just opens the image -- the Fancybox gallery template isn't working. If I switch back to the ncleanblue template, Fancybox works.

Any ideas? Thanks!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 136 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 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