Image lightbox captions – ThemeTon – Support http://themeton.com/support/forums/topic/image-lightbox-captions/feed/ Sun, 28 Apr 2024 07:51:49 +0000 https://bbpress.org/?v=2.6.9 en-US http://themeton.com/support/forums/topic/image-lightbox-captions/#post-622 <![CDATA[Image lightbox captions]]> http://themeton.com/support/forums/topic/image-lightbox-captions/#post-622 Sun, 11 May 2014 15:44:15 +0000 rvanderhoef  

Hey there,

On the theme documentation it says we can use caption=”XYZ” to show text next to an image. Can we do this in lightbox? alt=”” and caption=”” don’t change anything only text that appears is “Image”.

Attachments:
You must be logged in to view attached files.
]]>
http://themeton.com/support/forums/topic/image-lightbox-captions/#post-625 <![CDATA[Reply To: Image lightbox captions]]> http://themeton.com/support/forums/topic/image-lightbox-captions/#post-625 Sun, 11 May 2014 17:10:15 +0000 rvanderhoef I found alt=”Image” written into the image.php Pagebuilder items folder, wasn’t able to make it work for me.

]]>
http://themeton.com/support/forums/topic/image-lightbox-captions/#post-733 <![CDATA[Reply To: Image lightbox captions]]> http://themeton.com/support/forums/topic/image-lightbox-captions/#post-733 Wed, 14 May 2014 04:05:18 +0000 Landon Wilson In the child version of the theme open up functions.php and add the following:

http://pastie.org/9173947

This will add an attribute called “caption” to change that.


Estimated Response Time: 24 hours or less

Need customization done? Contact me today!
Email: landon@landonw.com

]]>
http://themeton.com/support/forums/topic/image-lightbox-captions/#post-1071 <![CDATA[Reply To: Image lightbox captions]]> http://themeton.com/support/forums/topic/image-lightbox-captions/#post-1071 Mon, 26 May 2014 15:54:56 +0000 rvanderhoef After making that change… upon trying to edit any pages in on the back end through the wordpress (appearance pages, pages, portfolio items etc) I get this error:

<b style=”color: rgb(0, 0, 0); font-family: Times; font-size: medium; line-height: normal;”>Fatal error</b><span style=”color: rgb(0, 0, 0); font-family: Times; font-size: medium; line-height: normal;”>: Cannot redeclare blox_parse_image_hook() (previously declared in /home/content/18/8888618/html/rvanderhoef/wp-content/themes/seller-child/functions.php:4) in</span><b style=”color: rgb(0, 0, 0); font-family: Times; font-size: medium; line-height: normal;”>/home/content/18/8888618/html/rvanderhoef/wp-content/themes/seller/framework/Pagebuilder/items/image/image.php</b><span style=”color: rgb(0, 0, 0); font-family: Times; font-size: medium; line-height: normal;”> on line </span><b style=”color: rgb(0, 0, 0); font-family: Times; font-size: medium; line-height: normal;”>39</b>

 

]]>
http://themeton.com/support/forums/topic/image-lightbox-captions/#post-1081 <![CDATA[Reply To: Image lightbox captions]]> http://themeton.com/support/forums/topic/image-lightbox-captions/#post-1081 Tue, 27 May 2014 06:17:57 +0000 Landon Wilson Oh sorry, switch that code out with this: http://pastie.org/9221223


Estimated Response Time: 24 hours or less

Need customization done? Contact me today!
Email: landon@landonw.com

]]>
http://themeton.com/support/forums/topic/image-lightbox-captions/#post-1572 <![CDATA[Reply To: Image lightbox captions]]> http://themeton.com/support/forums/topic/image-lightbox-captions/#post-1572 Tue, 17 Jun 2014 10:52:26 +0000 Morten Did this solve your issue? IF it did or not please give us a reply:)

]]>
http://themeton.com/support/forums/topic/image-lightbox-captions/#post-1754 <![CDATA[Reply To: Image lightbox captions]]> http://themeton.com/support/forums/topic/image-lightbox-captions/#post-1754 Tue, 24 Jun 2014 11:35:29 +0000 Summer Hey Landon Wilson & Morton,

I also faced the same issue and I took the code you provided.

When I place it into the function.php of the Child theme, it does not replace the existing function.

If I place it into the function.php of the Parent theme (what I like to avoid), it does work.

What code do I need to add (and where to place it) to be able to work with the “Blox content builder” and have an input field for the ‘caption’ at buttons and images (components) there?

Now, if  switch back and forth between the “content builder” and “Classic Editor” the manual ‘caption’ code is removed.

]]>
http://themeton.com/support/forums/topic/image-lightbox-captions/#post-1901 <![CDATA[Reply To: Image lightbox captions]]> http://themeton.com/support/forums/topic/image-lightbox-captions/#post-1901 Tue, 01 Jul 2014 21:13:29 +0000 Landon Wilson I’ll look into it, but the method I’ve provided is not bullet-proof; Just a customization I whipped together.

If I find a better method to do this without conflicting I’ll let you know.


Estimated Response Time: 24 hours or less

Need customization done? Contact me today!
Email: landon@landonw.com

]]>
http://themeton.com/support/forums/topic/image-lightbox-captions/#post-1907 <![CDATA[Reply To: Image lightbox captions]]> http://themeton.com/support/forums/topic/image-lightbox-captions/#post-1907 Wed, 02 Jul 2014 05:28:44 +0000 trixmedia Hello Landon Wilson,

I faced some issue with seller template’s Image Caption option, When I apply image caption as per the Doc.
[blox_image style="blox_elem_image_frame_border" image="{image_url}" caption="Image Caption" color="#27ae60" link="#" target="1" /]
The caption is not showing on the site, I checked your paste bin code and corrected the alt=”Image” to alt=’$caption’ now its showing on the code but unable to see, the text on hover ?

Edited the image.php on the following path

seller/framework/Pagebuilder/items/image/image.php

check this URL 

First image applied with caption but it not showing on a hover as title ?

]]>
http://themeton.com/support/forums/topic/image-lightbox-captions/#post-1923 <![CDATA[Reply To: Image lightbox captions]]> http://themeton.com/support/forums/topic/image-lightbox-captions/#post-1923 Wed, 02 Jul 2014 19:13:03 +0000 Landon Wilson It’s because ALT is essentially what loads if the image doesn’t; Title is what shows when you hover the image and can be used for other applications aswell.

Change “alt” attribute to “title” and you should get the result you want, though I’d recommend you leave both for accessibility purposes


Estimated Response Time: 24 hours or less

Need customization done? Contact me today!
Email: landon@landonw.com

]]>