Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #77866

    isaac_mx
    Participant

    <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>Image and video hosting by TinyPic
    <p>Thanks!</p>
    <p>Wordpress 3.9.1 / X Theme 2.2.0 </p>

    #77991

    Christian
    Moderator

    Hey 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.

    #78261

    isaac_mx
    Participant

    Hey,
    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!

    Link:
    http://hypemedia.mx/propuesta04/bte/

    #78473

    Mrinal
    Member

    Hi Isaac,

    Image shortcode has limited capabilities, it can’t show an iframe page when you over a item.

    #79237

    isaac_mx
    Participant

    Hi, 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.

    #79246

    Rad
    Moderator

    Hi 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.