EasyImageCaption plugin: Bugs and features

This forum is for general questions about extensions for Joomla! version 1.5.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
aljariyat
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Feb 20, 2012 2:15 am

Re: EasyImageCaption plugin: Bugs and features

Post by aljariyat » Mon Feb 20, 2012 2:17 am

It has a conflect with myAPI,
I am using Facebook tools using myAPI Extenssions and Moduls

شبكة ومنتدى الجاريات

Fatal error: Cannot redeclare file_get_html() (previously declared in /home/content/j/a/r/jariyat/html/plugins/content/easyimagecaption/simple_html_dom.php:41) in /home/content/j/a/r/jariyat/html/plugins/system/myApiDom.php on line 74

John Tennock
Joomla! Apprentice
Joomla! Apprentice
Posts: 20
Joined: Tue Mar 09, 2010 9:27 pm

Joomla 2.5 version of EasyImageCaption?

Post by John Tennock » Sun Feb 26, 2012 8:10 pm

I've used EasyImageCaption on several J1.5 sites. Does exactly what I need. Excellent plugin! I'm now starting to migrate these site to J2.5. Delighted to see EasyImageCaption coming out with updates for J1.6 and 1.7.

Any idea how long before a J2.5 version might be available?

nonsavant
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat May 09, 2009 12:03 pm

Re: EasyImageCaption plugin: Bugs and features

Post by nonsavant » Sun Feb 26, 2012 9:28 pm

nonsavant wrote:Is anyone using Easy Image Caption with the Smart Resizer plugin? Just wondering if there's some incompatibility, having two plugins both acting on images?
To answer my own question above, this problem only occurred in my localhost development environment (MAMP). Easy Image Caption works fine with Smart Resizer.

@John Tennock: I am using J2.5, EIC is compatible with it, as far as I can tell.

connal
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Tue Mar 13, 2012 12:10 am

Re: EasyImageCaption plugin: Bugs and features

Post by connal » Fri Mar 16, 2012 6:24 pm

Brilliant extension - it works like a dream if you set it up right (which I did second time round after I got round to reading installation and set up instructions). Its working fine for me with JCE in Joomla 2.5

jenna23
Joomla! Apprentice
Joomla! Apprentice
Posts: 36
Joined: Tue May 18, 2010 8:27 pm

Re: EasyImageCaption plugin: Bugs and features

Post by jenna23 » Sat May 26, 2012 12:20 am

Hi,

I set "Do not apply to images narrower than" to 150 and images that are 125px wide keep showing caption. What am I missing?

Thank you!!!

straetch
Joomla! Apprentice
Joomla! Apprentice
Posts: 42
Joined: Sat Nov 05, 2011 5:59 pm

Re: EasyImageCaption plugin: Bugs and features

Post by straetch » Sat May 26, 2012 7:38 am

I notice that the issue I flagged with float styles is corrected with the recent new version. Thanks!
Is it possible to mention the release of new versions on this forum?
Can you indicate the version number somewhere on the plug-in management page?
A suggestion: move the forum to Extensions for Joomla! 2.5. Newer users will not look for the plug-in on a Joomla! 1.5 forum.

A loyal user.

jenna23
Joomla! Apprentice
Joomla! Apprentice
Posts: 36
Joined: Tue May 18, 2010 8:27 pm

Re: EasyImageCaption plugin: Bugs and features

Post by jenna23 » Sat May 26, 2012 7:48 pm

Hi,

I set "Do not apply to images narrower than" to 150 and images that are 125px wide keep showing caption. What am I missing?

Thank you!!!

LearningByDoing
Joomla! Apprentice
Joomla! Apprentice
Posts: 47
Joined: Tue Jan 13, 2009 9:10 pm
Location: Germany

Re: EasyImageCaption plugin: Bugs and features

Post by LearningByDoing » Mon Jun 11, 2012 11:15 am

@jenna23: I can't see a problem here. Which Joomla version and which EasyImageCaption version are you using? Can you show me the problem on a live website?

@straetch: As you can see, I am not looking into this thread frequently, so I'm a bit afraid of moving it to the 2.5 section - expecting way to many requests ;) . You will probably get better support by sending your requests via e-mail through my website. But thank you for being a loyal user anyway.

I'll try to remember announcing updates in this tread. Actually on Joomla 1.6+ you should get notified of updates in the admin area (Extension Manager). However in my test environment I have some problems with the update feature in Joomla 2.5, while it seems to work in 1.6 and 1.7.

You can find version numbers for all your extensions under "Extension Manager > Manage".

Treverer
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Tue Jun 10, 2008 12:13 pm

Re: EasyImageCaption plugin: Bugs and features

Post by Treverer » Sun Jun 24, 2012 2:04 pm

LearningByDoing wrote:@djdrum:
Sorry for not answering earlier. It's been a while since I visited the forum. Unfortunately EasyImageCaption does not work for images with % widths. I once tried to implement this, but experienced too many problems. Sorry.
[censored]!

perhaps, there is a posibility to find a solution together?

Treverer
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Tue Jun 10, 2008 12:13 pm

Re: EasyImageCaption plugin: Bugs and features

Post by Treverer » Sun Jun 24, 2012 4:09 pm

@LearningByDoing

me again :-[

with few suggestions, wich solve my problems with the "%" propertie

it's not easy for me in english, but i will try:

in the function getWidth i "rescued" the parameter '%' or 'px' to store it into $this->width

in the function generateCaptions i check for "%" and change $e_complete->outertext
if (substr($this->width, -1)=='%'){
$e_complete->outertext=str_replace($this->width,'100%', $e_complete->outertext);;
}
so i get, what i needed (perhaps only for my template & css), but perhaps it could help you, to integrate a solution for everybody... or perhaps there would be problems, i do not see now...

rflsantana
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Wed Sep 21, 2011 7:22 pm

EasyImageCaption plugin: Dont work with JoomlaBamboo hoverbo

Post by rflsantana » Tue Jul 24, 2012 1:29 pm

I would like to thank the developers for this plugin!

Guys, I'm using the plugin Hoverbox JoomlaBambooo
http://www.joomlabamboo.com/joomla-extensions/hoverbox

But I could not create the captions for the images.
Link: http://zildabolos.com/index.php?option= ... 9:produtos

Any suggestions for the EasyImageCaptions work properly with the hoverbox?

Jlaner
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Thu Feb 18, 2010 8:48 pm

Re: EasyImageCaption plugin: Bugs and features

Post by Jlaner » Mon Sep 03, 2012 3:01 pm

Hi,

in Joomla 1.5 I was using the plugin Easyimagecaption together with the extension Form2Content light. To make them collaborate, I had to do the following adjustment to the html code of images in Form2Content articles:

<img src="images/.../14.JPG" title=""<p" />CAPTION"/>

Now I have my Joomla 1.5 installation migrated to Joomla 2.5. I have also the latest version of the plugin Easyimagecaption installed, with the same configuration as in J15. Nevertheless, there are no captions anymore in my articles.

The html code of images has been correctly migrated:

<img src="http://mydomain.com/images/.../14.JPG" title=""<p" />CAPTION"/>

The only difference is that now the domain is included in the code.

Meanwhile I have found a manual way to include the captions again. But it would be much work to do it for several hundred articles.

Is it possible to configure the plugin in a way that I can get the captions back?

Thank you in advance for any advice.

easistudio
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Sep 26, 2011 1:34 am

Re: EasyImageCaption plugin: Bugs and features

Post by easistudio » Fri Oct 19, 2012 2:14 am

I have installed this plugin and tested it with a sample image but bizarrely I have the ALT tag displaying twice. I checked the actual markup by toggling the editor (JCE) and there's only one instance of the code within the article.

peaceandlove
Joomla! Ace
Joomla! Ace
Posts: 1094
Joined: Wed Jul 08, 2009 12:40 pm

Re: EasyImageCaption plugin: Bugs and features

Post by peaceandlove » Fri Oct 26, 2012 10:23 am

I had installed it , its works fine but I want to display custom text like 'Click to enlarge picture' as a text. How can i change it.

ronaloka
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue Dec 25, 2012 11:09 pm

Re: EasyImageCaption plugin: Bugs and features

Post by ronaloka » Tue Dec 25, 2012 11:13 pm

Hi -- great plug-in, very easy! But I'm wondering if it is possible to place a hyperlink within the caption itself? I don't mean linking the image, but linking all or part of the caption text. I've tried everything I can think of! :( If so, could you kindly tell me how? Thanks! ~ Rona

LearningByDoing
Joomla! Apprentice
Joomla! Apprentice
Posts: 47
Joined: Tue Jan 13, 2009 9:10 pm
Location: Germany

Re: EasyImageCaption plugin: Bugs and features

Post by LearningByDoing » Fri Jan 04, 2013 7:44 pm

@ronaloka:
Have a look at the green formatting table on this page: http://joomla.roemer-online.org/parameters.php. You will have to enable "Parse tags" in the plugin parameters to get it working.

gumibear
Joomla! Apprentice
Joomla! Apprentice
Posts: 21
Joined: Thu Dec 31, 2009 8:56 pm

Re: EasyImageCaption plugin: Bugs and features

Post by gumibear » Wed Jan 09, 2013 5:28 pm

Hi,

Thanks for this plugin.

I have a large website with articles that have alt tags automatically created with the filename of the photo.
For this reason, I want to exclude a large range of older article ids and just have the plugin work with new articles moving forward.
is there any way to easily do this?

Thanks.

Jarmin
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sat Apr 06, 2013 2:32 pm

Re: EasyImageCaption plugin: Bugs and features

Post by Jarmin » Sat Apr 06, 2013 2:49 pm

Hallo I am using EasyImageCapiton but it is not working. After checking the forum I did not find a thread about the problem occurring on my application.
I am using Joomla 2.5 offline on xampp, since I am establishing a page. The picture, that I introduces in an article. Unfortunately by clicking on the preview of the frontend will not enlarge. Has anyone an idea about a solution.
Thanks

b4pjoe
Joomla! Apprentice
Joomla! Apprentice
Posts: 36
Joined: Sat Sep 05, 2009 10:14 pm

Re: EasyImageCaption plugin: Bugs and features

Post by b4pjoe » Thu Apr 18, 2013 11:24 pm

Just an FYI for this great plug-in. It installs and works fine in Joomla 3.0.3.

felixkat
Joomla! Intern
Joomla! Intern
Posts: 70
Joined: Sun Oct 28, 2007 2:07 pm

Re: EasyImageCaption plugin: Bugs and features

Post by felixkat » Wed Mar 12, 2014 11:42 am

b4pjoe wrote:Just an FYI for this great plug-in. It installs and works fine in Joomla 3.0.3.
Thanks, you gave me incentive to try it on Joomla! 3.2.3. Working fine so far.

davindersangha
Joomla! Explorer
Joomla! Explorer
Posts: 275
Joined: Mon Mar 02, 2009 8:02 pm

Re: EasyImageCaption plugin: Bugs and features

Post by davindersangha » Sun Jun 08, 2014 2:58 pm

Hi.

I'm having problems in that the captions are distorting my images on my mobile site. I've tried to no-display for mobile, but it doesn't seem to work.

http://www.sassco.co.uk/denmark-tour-20 ... vice=xhtml

davindersangha
Joomla! Explorer
Joomla! Explorer
Posts: 275
Joined: Mon Mar 02, 2009 8:02 pm

Re: EasyImageCaption plugin: Bugs and features

Post by davindersangha » Mon Jun 16, 2014 12:17 pm

Any news on this. I've left it on to allow people to see, but it's likely I have to disable now, as the site looks untidy.

User avatar
phidias81
Joomla! Explorer
Joomla! Explorer
Posts: 271
Joined: Thu Dec 15, 2011 11:44 pm
Contact:

Re: EasyImageCaption plugin: Bugs and features

Post by phidias81 » Mon Oct 20, 2014 8:22 am

LearningByDoing wrote: If you are inserting your images through a common editor like JCE, I suggest you set the margins for the current image in the corresponding inserting dialog. These image margins will be preserved when "captionizing" the image.
(
I've just installed on joomla 3.3 and it's working fine, except that now the margin is used in between th eimage and the caption instead of after the caption, while on J2.5 was ok. So basically the statement above is not tru on J3.3. How to solve this problem?
At Nomad Travellers you find my travel stories, unusual places and amazing photos: visit my new website and travel from your chair! Make yourself comfortable and start your Nomad Travel! http://www.nomadtravellers.com/

User avatar
phidias81
Joomla! Explorer
Joomla! Explorer
Posts: 271
Joined: Thu Dec 15, 2011 11:44 pm
Contact:

Re: EasyImageCaption plugin: Bugs and features

Post by phidias81 » Thu Oct 23, 2014 10:32 am

I rebuilt completely my website, and now I get another problem. Basically if I activate easyimagecaption, the text flow is messed up. After investigating CSS with firebug, I think it has something to do with

Code: Select all

display:inline-block
that is added to the classes

Code: Select all

.easy_img_caption
and

Code: Select all

.easy_img_caption_innert
. If I change it to "initial" through css, then the images are going back to the correct position, but the captions are floating around. Anybody has the same problem or knows the solution?
Any alternative caption extension using ALT tag, or a way to convert to another system? thank you!
Messed up content with Captions ON
http://s11.postimg.org/68r4vj07n/capt1.png
Correct flow with captions OFF
http://s29.postimg.org/7edegpajr/capt2.png
At Nomad Travellers you find my travel stories, unusual places and amazing photos: visit my new website and travel from your chair! Make yourself comfortable and start your Nomad Travel! http://www.nomadtravellers.com/

gbrs2
Joomla! Apprentice
Joomla! Apprentice
Posts: 28
Joined: Sun Oct 14, 2007 4:15 pm

Re: EasyImageCaption plugin: Bugs and features

Post by gbrs2 » Sat Nov 08, 2014 2:01 pm

@phidias81
I am using this plugin on a 3.3.6 install and do not experience those problems. So I think it must be related to your template or to other plugins that interfere with this one.

If you are looking for an alternative plugin that turns alt text to caption, you might want to have a look at http://extensions.joomla.org/extensions ... mages/9346

User avatar
phidias81
Joomla! Explorer
Joomla! Explorer
Posts: 271
Joined: Thu Dec 15, 2011 11:44 pm
Contact:

Re: EasyImageCaption plugin: Bugs and features

Post by phidias81 » Sun Nov 09, 2014 2:15 am

Thank you for your answer! I eventually posted the solution, but maybe in another post because I don't see it here. It was a conflict with a setting of Mavik tumbnails!
At Nomad Travellers you find my travel stories, unusual places and amazing photos: visit my new website and travel from your chair! Make yourself comfortable and start your Nomad Travel! http://www.nomadtravellers.com/

siamnaulak
Joomla! Apprentice
Joomla! Apprentice
Posts: 25
Joined: Sun Jul 24, 2011 9:18 am

Re: EasyImageCaption plugin: Bugs and features

Post by siamnaulak » Mon Dec 15, 2014 5:19 pm

Hi, I am using this plugin in my Joomla 3.3.6 website and is working perfect, But when I used caption the images are NOT responsive, where as, if there is no caption the images are responsive.

Is it that I forgot to do some setting?

Thanks

gbrs2
Joomla! Apprentice
Joomla! Apprentice
Posts: 28
Joined: Sun Oct 14, 2007 4:15 pm

Re: EasyImageCaption plugin: Bugs and features

Post by gbrs2 » Tue Dec 16, 2014 2:02 am

The plugin wraps images in a <span class="easy_img_caption"> tag and adds a style attribute to the span with a width that corresponds to the image width.
In the plugin settings -> Caption Styling you can switch Internal Styling to Off. Then the width won't be added to the span.
Now you can use CSS to make the span responsive with something like:

Code: Select all

.easy_img_caption {
display: inline-block;
max-width: 100%;
height: auto;
}
Your img tags should also have max-width set to 100% and height auto.

Use Firebug or native FF or Chrome Developer Tools to see what is going on in the html and adjust your CSS accordingly.

siamnaulak
Joomla! Apprentice
Joomla! Apprentice
Posts: 25
Joined: Sun Jul 24, 2011 9:18 am

Re: EasyImageCaption plugin: Bugs and features

Post by siamnaulak » Tue Dec 16, 2014 2:14 am

Hi gbrs2,

Thank you so much, the above css code you gave me correct everything. Now it is perfectly responsive. I really appreciate your help.

Thanks
Siam

gbrs2
Joomla! Apprentice
Joomla! Apprentice
Posts: 28
Joined: Sun Oct 14, 2007 4:15 pm

Re: EasyImageCaption plugin: Bugs and features

Post by gbrs2 » Tue Dec 16, 2014 2:18 am

Glad I could help :-)


Locked

Return to “Extensions for Joomla! 1.5”