EnglishDeutsch
newsletter icon
user icon password icon forgot password icon forgot username icon Registrieren
Bitte spenden Sie eine kleine Summe, wenn Sie Software von WebConstruction.ch verwenden, dass ich die Software weiter entwickeln und aktuell halten kann. mehr...
 
Betrag: 

 

Dear Forum Users. Please don't spam this forum. Your spam will be deleted and your account deactivated (I just click your username and you are gone). So don't mess around with your and my time.

Welcome, Guest
Please Login or Register.    Lost Password?
Get support for "Show / Hide Content"-Plugin
Go to bottomPage: 1234
TOPIC: Suggestions help maybe??
#1538
Suggestions help maybe?? 1 Year, 3 Months ago Karma: 0
Is there a possibilty to put an image as the title and when you click on it the description goes on the right side in a sliding effect ?? pretty much like it is now but going to the right instead of down...

When doing this code

{showhide1 image="images/520408SL_01.jpg" open=false} colis {/showhide1}

is it possible to change the width iof the image width and size if it already exist how do we do it?

why when i do the code above the image does not display??
danny.belanger@live.ca
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1540
Re:Suggestions help maybe?? 1 Year, 3 Months ago Karma: 4
danny.belanger@live.ca wrote:
Is there a possibilty to put an image as the title and...
You can create a template:

Create a text file in the folder pathtojoomla/plugins/content/showhidecontent/templates e.g. imagetitle.tmpl and add text like this:

(you only need changetitle, if you need to change the image when the object is open)

Code:

title="<img src=\"images/520408SL_01.jpg\" title=\"this will be displayed at mouse over\" alt=\"image alternative text\" />"
changetitle="<img src=\"images/520408SL_02.jpg\" title=\"this will be displayed at mouse over\" alt=\"image alternative text\" />"



Use {showhide1 template="imagetitle"}...content...{/showhide1} to use the parameters set in your template.


when you click on it the description goes on the right side in a sliding effect ?? pretty much like it is now but going to the right instead of down...

At the moment you can only use the horizontal=true parameter.

But if you need vertical and horizontal, I would have to program that. Till when would you want a function like this (if required)?

When doing this code

{showhide1 image="images/520408SL_01.jpg" open=false} colis {/showhide1}

is it possible to change the width iof the image width and size if it already exist how do we do it?


I'm not quite sure what you mean. Change the image size if it already exist?

Please be more precise.

Maybe this will help you.
Code:

title="<img src=\"images/520408SL_01.jpg\" title=\"this will be displayed at mouse over\" alt=\"image alt\" style=\"width:20px;height:20px;\"/>"
changetitle=\"<img src="images/520408SL_02.jpg\" title=\"this will be displayed at mouse over\" alt=\"image alt\" style=\"width:20px;height:20px;\" />"


why when i do the code above the image does not display??
It might be a CSS problem. The image is included as a list (ul li). You might have padding:0 and margin:0 for lists, so it might be hidden. I would try the solution with the template, described above.

Hope this helped you further.
webconstructor
Admin
Posts: 329
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1541
Re:Suggestions help maybe?? 1 Year, 3 Months ago Karma: 0
Thanks for the quick reply ... i will test it tommorow i haven't sletp in 30 hours so i think i need some sleep i will keep you posted !!
danny.belanger@live.ca
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1551
Re:Suggestions help maybe?? 1 Year, 3 Months ago Karma: 0
Ok i'm back ...

i'm also having problems with mootools ..

when i put this option on

No conflict (Mootools >= 1.2)

my other modal boxes won't work EG:

In an article when inserting and image or the other plugins that i have installed any idea what could cause this problem
danny.belanger@live.ca
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1552
Re:Suggestions help maybe?? 1 Year, 3 Months ago Karma: 4
Have you enabled "System - Mootools Upgrade" plug-in?
webconstructor
Admin
Posts: 329
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1559
Re:Suggestions help maybe?? 1 Year, 3 Months ago Karma: 0
yes i have
danny.belanger@live.ca
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1234