Q: When feature XYZ will be added?
A: I don’t know, remember that this is a 100% free project so answer is “When I have time and/or when someone help me with a donation”.
Q: Can I help with a donation?
A: Sure, visit the donation page or contact me via e-mail.
Q: Can I hack this plug-in and hope to see my code in the next release?
A: For sure, this is just happened and can happen again if you write useful new features and good code. Try to see how I maintain the code and try to do the same (or even better of course), I have rules on how I write it, don’t want “spaghetti code”, I’m Italian and I want spaghetti only on my plate.
There is no guarantee that your patch will reach Cimy User Extra Fields, but feel free to do a fork of this project and distribuite it, this is GPL!
Q1: I have found a bug what can I do?
Q2: Something does not work as expected, why?
A: The first thing is to download the latest version of the plug-in and see if you still have the same issue.
If yes please write me an email or write a comment but give as more details as you can, like:
- Plug-in version
- WordPress version
- MYSQL version
- PHP version
- exact error that is returned (if any)
after describe what you did, what you expected and what instead the plug-in did ![]()
Then the MOST important thing is: DO NOT DISAPPEAR!
A lot of times I cannot reproduce the problem and I need more details, so if you don’t check my answer then 80% of the times bug (if any) will NOT BE FIXED!




184 Responses
« Previous 1 2 3 4
i uploaded 20 via ftp to the desired image path.
Stoo:
Why not using the plugin uploader? Anyway please read the FAQ and provide more info.
I’ve read the FAQ and provided no assistance. Hopefully I expected you to know the problem.
I’m using the latest edition of plugin and wordpress.
I re-uploaded one image, but still no images were shown. I chose to upload the 20 pictures via ftp because of the plugin uploader took too long, point click etc.
Hi, the latest plugin works fine for me in WP 2.7.1. but
with older plugin i has the blogtitle layered in front of cimy.
Now with new version it doesnt work anymore.
cimy z-index 1
blogtitle z-index 2 or what ever doesnt work!
any hint?
http://k-studio.de/
Cris:
I can’t understand which version of the plug-in is not working with what? Any screenshot?
ok:
http://i29.tinypic.com/5yxfk8.jpg
i have tried many combinations with z-index but nothing works.
see code with firefox addon firebug:
(with the title)
mpf. sry. no code allowed here
div id=”cimy_img_id”
div class=”mid” (there is the blogtitle)
Now WP 3.0 with Cimy 2.0.2
Cris:
Ah now I understood, with plug-in v2.0.x your blog title is always covered by the background? Have I understood right?
I need to investigate why and if there is a solution.
Yes, right!
Your image rotator works fine where the code is placed, however, I thought the goal was to rotate the image that is used on the Twenty Ten theme? If I upload images, and then place the required HTML code, the images are rotated correctly at a location above the Twenty Ten header image. How do I make it so that the Twenty Ten header image is the one that is rotated (using the images I have uploaded)?
I managed to find this after quite a bit of searching, and it worked perfectly using your plugin:
http://blog.duncanmoran.net/archives/1341
Hi, do you know how I could set permission for editors to have access to this plugin?
Dear Marco Cimmino
Greetings!
Thanks for plugin “Cimy Header Image Rotator”.
Follow the link for the Portuguese version of Brazil.
I hope it is helpful to those interested.
hug
Leonardo
http://rapidshare.com/files/407707819/pt-BR.rar
Don’t know it this would be the problem. But I’m using it as a full background on a homepage. I got the same problem as you got, when I used a different div id name then “cimy_div_id” Because I wanted an id that suited the css of the website more, first I thought maybe I overlooked something in the html/css. But tested it out by putting one image in the div and then it worked.
So I changed the id name to the standard “cimy_div_id” and then it worked again.
Or it could interfere with other plugins?
that answer I gave was a comment on Cris problem
Paul:
This plugin is meant for every theme and not Twenty-ten. It can work on it as well, you need to delete some code and add mine.
Leonardo Kfoury:
Thank you.
CHM82:
Maybe you used an ID that has some definitions in some other css files?
Marco,
thanks for your answer. It might be. But I got it working for some time right now. And happy with it. Still wondering though if it would be possible to make it accessible for editors to upload images. In stead for only the administrator.
Thanks for plugin “Cimy Header Image Rotator”. It works almost completely except via IE7.
My site has drop-down horizontal navigation menu and these child menus behind Cimy Header Image Rotator section once they over the slideshow.
It should be z-index problem but I couldn’t hack your plugin
Could you advise me?
I would like to make the full navigation menu on the header image.
Blackads:
Yes has been reported that z-index might be wrong, unluckily I have no time in the near future to fix it, maybe in a month. A patch is also welcome.
All right, I’m looking forward the future updating. Thank you.
Great plugin – works fine once you manually create the images folder on the server. Is there any way to link the individual images to different URLs? We’re willing to donate some $$ for your help. Thanks!
Kenneth:/wp-content/Cimy_Header_Image_Rotator/
Yes should work with:
http://
And yes donations are always welcome!
Hello Marco – haviong problems getting the cimy-header-image-rotator to work. I have created a directory called Cimy_Header_Images in wp-content and loaded images.
You mention in the plugin to copy the code in your theme (in my case = Twenty Ten) where I want the image rotation. What you dont say is where and in what php file. Do you mean the header.php file under templates in the twenty ten theme?
If so, where in the header.php file do I place the code.
I have tried placing the code in the general raea of the header and have found that the images show below the original header and not over the original where I want it to be.
Can you assist please?
Ken Bird:
Yea sure, make a donation first then you’ll get personalized help.
OK – your suggestion for a contribution is pperfectly acceptable.
By the way, I managed to find a way through by deleting some code in the header.php file. The rotating banners work fine.
Great plugin.
Thank you for a great plugin. It’s easy to use and well designed.
Blackads and Marco I found a fix for the IE7 z-index issue. it a two step fix and I used it to fix the new default Twenty Ten theme.
1. Open up the file ‘jquery.cross-slide.js file in the image rotator plugin file. Find line 237 “left: 0,” and insert “zIndex: 1,” on a new line just after the left. This gives the printed image a Z-index of 1.
2. Go to you CSS for the theme you are working on and give the menu style (#access in Twenty Ten) a Z-index of 100 and Relative Position.
This method has worked for me. I am interested to know if it will work for others.
-mike
Michael G:
Thanks a lot, I will try to apply the fix as soon as I’m free with other works.
Marco,
Not a problem at all. Happy to help. Thank you for putting so much time into making this plugin.
Getting a border even with border set to zero. Any help?
Alan N:
Is there other css files that can interferer? You can debug using Firefox extension called Firebug
Hi Marco,
Nice plugin. Works as claimed so thank you.
Could you articulate this answer a bit? That is, I use the script for my header but, I’d like to link every image to my home page so users can make it home quickly.
How would I incorporate this code for that purpose as I didn’t understand the reference to the http:///wp-content/Cimy_Header_Image_Rotator/
Thank you very much!
Jerry:
http://www.w3schools.com/html/default.asp
Hi there, just want to ask is there any option to make this plugin to auto resize displayed pictures ?
Maybe someone have done this ?
peace…
LOCOSP:
No there is not, but you can sponsor this feature.
« Previous 1 2 3 4
Leave a Comment