QuattroSimple - New custom CMSMS Theme
Re: QuattroSimple - New custom CMSMS Theme
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.
Means either your gallery doesn't contain any images (wrong foldername) or your gallery folder contains also subgaleries.
Re: QuattroSimple - New custom CMSMS Theme
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
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
Re: QuattroSimple - New custom CMSMS Theme
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.
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.
Re: QuattroSimple - New custom CMSMS Theme
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?
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?
Re: QuattroSimple - New custom CMSMS Theme
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.
Re: QuattroSimple - New custom CMSMS Theme
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
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
Re: QuattroSimple - New custom CMSMS Theme
Thanks for this great template
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

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
Re: QuattroSimple - New custom CMSMS Theme
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.

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.
Re: QuattroSimple - New custom CMSMS Theme
Hi Felipe
I just looked at your page and it seems to be working. Are you still getting the same problem?
I just looked at your page and it seems to be working. Are you still getting the same problem?
Re: QuattroSimple - New custom CMSMS Theme
Does anyone know what the optimal size for images to go into the gallery in this theme is?
Re: QuattroSimple - New custom CMSMS Theme
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
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
Re: QuattroSimple - New custom CMSMS Theme
@ejo64
Yes if you do not want to use it you can edit Gallery Template "cycleTeaser" by removing:
@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.
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.
Re: QuattroSimple - New custom CMSMS Theme
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.
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.
Re: QuattroSimple - New custom CMSMS Theme
Did you delete any coe?
Is possibly jQuery loaded twice?
Did you rename any classes or id's?
A link would help.
Is possibly jQuery loaded twice?
Did you rename any classes or id's?
A link would help.
Re: QuattroSimple - New custom CMSMS Theme
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.
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.