QuattroSimple - New custom CMSMS Theme

Post links to sites running CMS in all its glory.
uniqu3

Re: QuattroSimple - New custom CMSMS Theme

Post by uniqu3 »

If you look at your sourcecode you will see that there are no images loaded in the teaser part.
Means either your gallery doesn't contain any images (wrong foldername) or your gallery folder contains also subgaleries.
fpsilva
New Member
New Member
Posts: 4
Joined: Thu Jan 27, 2011 12:37 pm

Re: QuattroSimple - New custom CMSMS Theme

Post by fpsilva »

My gallery does not have have a subgaleries.
What name do I put on "Enter Gallery Slideshow Module Header is foldername"?
Where is it defined?
I have images in the folder /uploads/images/Gallery/ ..
There is this folder?

--
Felipe
uniqu3

Re: QuattroSimple - New custom CMSMS Theme

Post by uniqu3 »

When you are in page edit mode, you can see a field "Enter Gallery Module foldername for Header Slideshow:" and this is where foldername is entered.
When you go to "Content -> Gallery" you will see a list of your Galeries and {Gallery dir="somefolder"} in the table row "Tag to display this subgallery" so this means that somefolder would be your Gallery foldername.
fpsilva
New Member
New Member
Posts: 4
Joined: Thu Jan 27, 2011 12:37 pm

Re: QuattroSimple - New custom CMSMS Theme

Post by fpsilva »

No. In my "tag to display this subgallery" appears only "{Gallery}".
I get no information about the directory on this screen.
The "Enter Gallery Slideshow Module Header is foldername" is defined as "Gallery"
But it does not work.
I feel like it just lacked some detail!
Any ideas?
uniqu3

Re: QuattroSimple - New custom CMSMS Theme

Post by uniqu3 »

In Gallery add new subgallery add name whatever you want, add pictures and save it. After this you will have a gallery, a tag and a foldername.
fpsilva
New Member
New Member
Posts: 4
Joined: Thu Jan 27, 2011 12:37 pm

Re: QuattroSimple - New custom CMSMS Theme

Post by fpsilva »

Hello uniqu3.
It worked!
Needed to create a subcategory, did not know or had not understood it.
Now it's good, is a beautiful layout.
With all this language translation I forgot my education. So thank you for all the help you gave me and for your patience.
Sorry for my "Google English".
Thanks again. ;)

--
Felipe
SC - Brasil
rayring
Forum Members
Forum Members
Posts: 166
Joined: Sun Nov 30, 2008 6:45 pm

Re: QuattroSimple - New custom CMSMS Theme

Post by rayring »

Thanks for this great template ;D

Works like a charm, have one question ......
In Firefox the left side of the header (slideshow) is transparent.
In IE the left side of the header (slideshow) is (in my case) orange.
Ik see the description of the image name or alias in the upper left corner.

So my question how can I get the same transparency in IE?

Thanks,

Rayring
uniqu3

Re: QuattroSimple - New custom CMSMS Theme

Post by uniqu3 »

To add opactiy you have three options :)

IE Filter:
In stylesheet on element .description where opactiy: 0.7; is used add this filter: alpha(opacity = 70); for IE

Image:
Remove opacity: 0.7; on .description element and create a 70% transparent image with color you need and save it as .png, should be bigger than 1x1 or IE will not be happy, and add background:url([[root_url]]/uploads/yourfolder/yourimage.png) repeat; .

jQuery:
Remove opactiy: 0.7; on element .description from stylesheet and add $('.description').css({ opacity: 0.7 }) in the functions.js file.
Fremsley
New Member
New Member
Posts: 6
Joined: Tue Jan 18, 2011 3:05 pm

Re: QuattroSimple - New custom CMSMS Theme

Post by Fremsley »

Hi Felipe

I just looked at your page and it seems to be working. Are you still getting the same problem?
Fremsley
New Member
New Member
Posts: 6
Joined: Tue Jan 18, 2011 3:05 pm

Re: QuattroSimple - New custom CMSMS Theme

Post by Fremsley »

Does anyone know what the optimal size for images to go into the gallery in this theme is?
3sq
New Member
New Member
Posts: 4
Joined: Wed Mar 02, 2011 9:25 am

Re: QuattroSimple - New custom CMSMS Theme

Post by 3sq »

Hello,

I'm new here but I found CMSMS and Quattro template and decided to start using CMSMS.

I'm having this problem with the Gallery slider in the header and I think the best way to resolve this is to ask.

I know the images should slide there but it seems I'm not doing something right because instead of sliding, i see the images there like in explorer.


Regards,
Razvan.


Resolved! - i'm just new into this:D
uniqu3

Re: QuattroSimple - New custom CMSMS Theme

Post by uniqu3 »

@ejo64
Yes if you do not want to use it you can edit Gallery Template "cycleTeaser" by removing:

Code: Select all

<div class="description">
{foreach from=$images item=image}
<div>
<h3>{$image->titlename}</h3>
{if !empty($image->comment)}<p>{$image->comment}</p>{/if}
</div>
{/foreach}
 </div>

@Fremsley
Images are resized by Gallery module to a size of 926px X 246px so optimal size would be proportional size of this value.

@3sq
You should not use Gallery folders that contain sub galleries.
netfied

Re: QuattroSimple - New custom CMSMS Theme

Post by netfied »

Hi

I have installed QuattroSimple and everything went alright the forum helped where I had troubles. Now my problem is that the images on the header do not animate.

the images are just still with all the titles and caption aligned on left.

Please Help.
uniqu3

Re: QuattroSimple - New custom CMSMS Theme

Post by uniqu3 »

Did you delete any coe?
Is possibly jQuery loaded twice?
Did you rename any classes or id's?

A link would help.
netfied

Re: QuattroSimple - New custom CMSMS Theme

Post by netfied »

Thanks for quick response, Im testing it offline on xamp bt i remember I tried to edit the templates earlier maybe I made a mistake during the process.
I may hav a little time to work on later I will try to reset everything to default or even test it online I will let u know how it goes.
Post Reply

Return to “CMS Show Off”