- Posts: 10
- Thank you received: 1
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question Image / Attachment not working
15 years 9 months ago #53006
by Xyn1407
Image / Attachment not working was created by Xyn1407
Just installed the beta 1.6 and the image attachment is not working now. When you go to the post and click ad file nothing happens.
I have the latest joomla version and I even disabled all the modules and plugins that might be conflicting with it.
Could it be the template????? I have the skeleton tabless template installed on the test site.
I sure hope not.
I have the latest joomla version and I even disabled all the modules and plugins that might be conflicting with it.
Could it be the template????? I have the skeleton tabless template installed on the test site.
I sure hope not.
Please Log in or Create an account to join the conversation.
15 years 9 months ago #53008
by Xyn1407
Replied by Xyn1407 on topic Re: Image / Attachment not working
Wow it is the template. Troubleshooting it right now and I will report back.
Please Log in or Create an account to join the conversation.
15 years 9 months ago #53009
by etusha
Replied by etusha on topic Re: Image / Attachment not working
post your site
and a simple user
user:demo
pass:password
Joomla and PHP version
and a simple user
user:demo
pass:password
Joomla and PHP version
Please Log in or Create an account to join the conversation.
15 years 9 months ago #53046
by Matias
Replied by Matias on topic Re: Image / Attachment not working
I'm interested to hear what was causing this conflict and is there a way how we could easily avoid the issue.
There are two possibilities:
1) javascript issue
2) CSS that hides the button and moves it below the fake one gets broken by some CSS rule in your site
I would pick 2.. Like I said we hide browsers default file button and put it under ours. So when you click on the button, you really click the button BEHIND it.
Your template seems to move the real button elsewhere. It should be fairly easy to debug this issue by FireBug.
There are two possibilities:
1) javascript issue
2) CSS that hides the button and moves it below the fake one gets broken by some CSS rule in your site
I would pick 2.. Like I said we hide browsers default file button and put it under ours. So when you click on the button, you really click the button BEHIND it.
Your template seems to move the real button elsewhere. It should be fairly easy to debug this issue by FireBug.
Please Log in or Create an account to join the conversation.
15 years 9 months ago - 15 years 9 months ago #53047
by Xyn1407
Replied by Xyn1407 on topic Re: Image / Attachment not working
I figured it out. There was a css rule that was set to hidden which made it not come up. I remove that line from my joomla template and presto it worked.
This was the css rule
.hidden { display: none; }
This was the css rule
.hidden { display: none; }
Last edit: 15 years 9 months ago by Xyn1407. Reason: added CSS Rule .hidden { display: none; }
Please Log in or Create an account to join the conversation.
15 years 9 months ago #53057
by Matias
Replied by Matias on topic Re: Image / Attachment not working
Yes, it's supposed to be hidden.
Like I said, we have our own fake button on top of file selector. The hidden button needs to be on top of the another or it won't work.
Which browser do you have?
Like I said, we have our own fake button on top of file selector. The hidden button needs to be on top of the another or it won't work.
Which browser do you have?
Please Log in or Create an account to join the conversation.
Time to create page: 0.232 seconds