Welcome, Guest. Please login or register.
Did you miss your activation email?
14 May 2008, 07:22

Login with username, password and session length
Home Chat Help Search Calendar Login Register
Pages: [1]
Print
Author Topic: [SOLVED] Image Rotator and "new" mode  (Read 418 times)
0 Members and 1 Guest are viewing this topic.
plume
Forum Member
*

Karma: 0
Offline Offline

Posts: 6


« on: 27 Mar 2008, 04:54 »

Hi!
I've got 2 questions on Image Rotator.

1. I'm trying to use "Imagerotator" with the "new" fading mode. I want the pictures to be aligned on the right side of the page, like this :
the attached capture1.jpg (image rotator in default mode). In "new" mode, it looks like in capture2.jpg : the image appears with the text underneath. I didn't get it to be aligned right. Is it possible to get image and text in the right place?

2. Is it possible to use "Image Rotator" to display the banner ? And if yes, how?

« Last Edit: 07 Apr 2008, 05:12 by plume » Logged
alby
Member Support Team
Support Guru
Power Poster
****

Karma: 99
Offline Offline

Posts: 2132

Location: Ferrara, Italy


My kids


« Reply #1 on: 27 Mar 2008, 05:10 »

1. I'm trying to use "Imagerotator" with the "new" fading mode. I want the pictures to be aligned on the right side of the page, like this :
the attached capture1.jpg (image rotator in default mode). In "new" mode, it looks like in capture2.jpg : the image appears with the text underneath. I didn't get it to be aligned right. Is it possible to get image and text in the right place?

Have you use new beta?
Try first with this version.


2. Is it possible to use "Image Rotator" to display the banner ? And if yes, how?

Yes if you want but I would recommend you banner module in forge

Alby
Logged

Member CMSMS Support Team
Italian Forum Moderator - Italian admin Project

Plugins: Geolocate hostip - Multiple random image - Image rotator (PLEASE test beta) - Content Pagination (TEST PLEASE)

Modules: ForumMadeSimple - Howto (FMS)

Multilingual: CMSMS MLE 1.2.4b - Doc/Howto/Tips (#9)
plume
Forum Member
*

Karma: 0
Offline Offline

Posts: 6


« Reply #2 on: 27 Mar 2008, 06:22 »

Thanks for your fast answer.
Sorry, but I don't see how I should use the file you point at since it's an .mpg file and not a .php file. I tried to rename it with .zip as you recommanded, but it didn't work.
My PC (Mac) still recognizes it as a video file and opens Quicktime.
Logged
alby
Member Support Team
Support Guru
Power Poster
****

Karma: 99
Offline Offline

Posts: 2132

Location: Ferrara, Italy


My kids


« Reply #3 on: 27 Mar 2008, 06:23 »

Sorry, but I don't see how I should use the file you point at since it's an .mpg file and not a .php file. I tried to rename it with .zip as you recommanded, but it didn't work.
My PC (Mac) still recognizes it as a video file and opens Quicktime.

Download, rename to .zip and uncompress (there is your php file into zip)

Alby
Logged

Member CMSMS Support Team
Italian Forum Moderator - Italian admin Project

Plugins: Geolocate hostip - Multiple random image - Image rotator (PLEASE test beta) - Content Pagination (TEST PLEASE)

Modules: ForumMadeSimple - Howto (FMS)

Multilingual: CMSMS MLE 1.2.4b - Doc/Howto/Tips (#9)
plume
Forum Member
*

Karma: 0
Offline Offline

Posts: 6


« Reply #4 on: 27 Mar 2008, 07:24 »

OK, I managed to unzip and upload the file. Yet I have this same "align" problem with this new file in "new" mode.
Logged
alby
Member Support Team
Support Guru
Power Poster
****

Karma: 99
Offline Offline

Posts: 2132

Location: Ferrara, Italy


My kids


« Reply #5 on: 27 Mar 2008, 08:56 »

OK, I managed to unzip and upload the file. Yet I have this same "align" problem with this new file in "new" mode.

ok, now you must play with css style.
For testing this, you can create a new page (with same template) and in Option tab uncheck "Show in menu".
Post this new page

Alby
Logged

Member CMSMS Support Team
Italian Forum Moderator - Italian admin Project

Plugins: Geolocate hostip - Multiple random image - Image rotator (PLEASE test beta) - Content Pagination (TEST PLEASE)

Modules: ForumMadeSimple - Howto (FMS)

Multilingual: CMSMS MLE 1.2.4b - Doc/Howto/Tips (#9)
plume
Forum Member
*

Karma: 0
Offline Offline

Posts: 6


« Reply #6 on: 27 Mar 2008, 09:31 »

Dear Alby,

I'm  just trying to figure out, what CSS class I have to write, for the image to align to the right side. Besides, it does not look to be inside the page but floats over it. I had the same problem with the album thumbs (page "les ceintures noires" for exemple) but I don't remember any more, how I solved this ...
« Last Edit: 07 Apr 2008, 05:11 by plume » Logged
plume
Forum Member
*

Karma: 0
Offline Offline

Posts: 6


« Reply #7 on: 07 Apr 2008, 05:16 »

Someone in a forum about CSS eventually found out for me, how to correct the position of Image Rotator. Thanks for your help Alby ! Now it works exactly, how I wanted it to.
Logged
alby
Member Support Team
Support Guru
Power Poster
****

Karma: 99
Offline Offline

Posts: 2132

Location: Ferrara, Italy


My kids


« Reply #8 on: 07 Apr 2008, 06:18 »

Someone in a forum about CSS eventually found out for me, how to correct the position of Image Rotator. Thanks for your help Alby ! Now it works exactly, how I wanted it to.

Can you report this for include in new version?

Alby
Logged

Member CMSMS Support Team
Italian Forum Moderator - Italian admin Project

Plugins: Geolocate hostip - Multiple random image - Image rotator (PLEASE test beta) - Content Pagination (TEST PLEASE)

Modules: ForumMadeSimple - Howto (FMS)

Multilingual: CMSMS MLE 1.2.4b - Doc/Howto/Tips (#9)
plume
Forum Member
*

Karma: 0
Offline Offline

Posts: 6


« Reply #9 on: 07 Apr 2008, 15:57 »

Hi Alby,
I don't know if you can use it because this solution corresponds to my needs. You can see the result here : http://cspsejudojujitsu.free.fr
I wanted the text to be allowed to tight, so that image and text fit into a 800x600px screen.

This is the CSS :

.bloc1 {

background-color: #ffffff;

height: 225px;

width: 300px;

float: right;

}



.bloc2 {

background-color: #ffffff;

margin-right: 300px;

}

Html code is (IR is in bloc1 and text in bloc2) :

<div class="bloc1">{image_rotator folder="uploads/imagefolder" alt=" text" rotator='new'}</div><div class="bloc2"><p align="justify">TEXT</p></div>

"alt" says still "Image Rotator", both in old and in new mode even if I entered text.
I hope it can help you.
Cheers!
Logged
alby
Member Support Team
Support Guru
Power Poster
****

Karma: 99
Offline Offline

Posts: 2132

Location: Ferrara, Italy


My kids


« Reply #10 on: 07 Apr 2008, 16:18 »

I don't know if you can use it because this solution corresponds to my needs. You can see the result here :

Thank you


<div class="bloc1">{image_rotator folder="uploads/imagefolder" alt=" text" rotator='new'}</div><div class="bloc2"><p align="justify">TEXT</p></div>

"alt" says still "Image Rotator", both in old and in new mode even if I entered text.

I see that is title tag unmodified (alt is correct), I check this

Alby
Logged

Member CMSMS Support Team
Italian Forum Moderator - Italian admin Project

Plugins: Geolocate hostip - Multiple random image - Image rotator (PLEASE test beta) - Content Pagination (TEST PLEASE)

Modules: ForumMadeSimple - Howto (FMS)

Multilingual: CMSMS MLE 1.2.4b - Doc/Howto/Tips (#9)
Pages: [1]
Print
Jump to: