-
AuthorPosts
-
August 4, 2014 at 9:17 pm #77866
<p>Hi, I am using an iframe and inside there is a product with many color variations, each color has its image represented by a circle, the goal its to be able to change iframe content, when I put the target to the image link, this sends to a blank page, I need that target go direct to the iframe and not to a blank page.</p>
<p>I could be work doing this on the editor using html but customer really wants tooltips.</p>
<p>This is image link shortcut and: <br />
[image src=”mysite.com/wp-content/uploads/2014/08/button-black.jpg” alt=”Alt Text” type=”circle” float=”left” link=”true” href=”http://mysite/product-color-black/” title=”Tooltip stuff text” target=”iframe_name” name=”iframe_name” info=”tooltip” info_place=”top” info_trigger=”hover” ]</p><p>Image sample:</p>
<p>Thanks!</p>
<p>Wordpress 3.9.1 / X Theme 2.2.0 </p>August 5, 2014 at 3:24 am #77991Hey Isaac,
We’d love to help you with your concern however, that goes beyond the normal X setup so it falls outside the scope of our support. You may want to see http://www.ironspider.ca/frames/frameslinks.htm for more info.
Thank you for understanding.
August 5, 2014 at 11:36 am #78261Hey,
Thanks for the reference, I think I didn’t explain my self well enough, its about that this x shortcode its not recognizing this very frame instruction, you shortcut contains target=”” _top, _ blank, _self, but its not working when you call a specific frame.I send you a link, check all groups of colors, actually all they work, but I am using HTML, I am trying x shortcodes because I really need tooltips above each color. I if you look to the isolated red circle that one contains your shortcode
Thank you for your help!
August 5, 2014 at 3:39 pm #78473Hi Isaac,
Image shortcode has limited capabilities, it can’t show an iframe page when you over a item.
August 6, 2014 at 6:01 pm #79237Hi, I did no mention that I want show a frame when I over to a Item, just click to the item to show the frame, I am not fluent english speaker, but thanks anyway.
August 6, 2014 at 6:14 pm #79246Hi there,
No problem, as far as I understand, you wish to load different content from your existing iframe container by clicking each color buttons?
For this to work, the link target should match the iframe’s name.
For example :
<iframe name="iframe_name"></iframe> <a href="http://iframe/content/" target="iframe_name">Red</a>
And this option is not available in image shortocde, but you can still use standard link with image.
Example :
<a class="x-img x-img-link x-img-circle left" href="http://hypemedia.mx/propuesta04/bte-mini-negro/" target="iframe_name"><img src="http://hypemedia.mx/propuesta04/wp-content/uploads/2014/08/color-rojo.jpg" alt="Alt Text"></a>
Hope this helps.
-
AuthorPosts