I want to open a link from a picture...

User 187934 Photo


Senior Advisor
20,271 posts

Which browser are you in Viv? I would do a ctrl + f5
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 539803 Photo


Registered User
2,156 posts

weekend gone to pot, lousy UK weather, so just tried this again
Form here ; http://www.deloreanjewellery.co.uk/All- … rules.html
link below first checkmarks ; CLICK HERE FOR VIDEO OF CASTING PROCESS ; OPENS IN A NEW WINDOW
when i click on it in ie or firefox there is no pop up window, it just opens in a new page

If i wanted it how it is NOW, but in a pop up window would i have to start again from scratch, or is it just a case of adding some extra code ?
Started using CC VSD in January 2009, I don't do HTML code, Sales from CC site exceeding expectations taken me out of semi-retirement
Hosted FREE on CC S DRIVE www.chauffeurdrivenluxurycars.co.uk
My new VSD & SCCP site Oct 2011 www.deloreanjewellery.co.uk
My friendly window cleaner www.mwcwindowcleaner.co.uk

User 187934 Photo


Senior Advisor
20,271 posts

Step one: Add an html element to the top of your form.
Step two: Paste the code below into your html element.
<link rel="stylesheet" href="colorbox/colorbox.css" /><script src="common/libs_js/jquery-1.4.4.min.js"></script><script src="colorbox/jquery.colorbox.js"></script> <script>var $fb_pop = jQuery.noConflict();

$fb_pop(document).ready(function(){

$fb_pop(".fb_iframe").colorbox({iframe:true, width:"80%", height:"80%"});
});</script>


Step three: Add another html element where you want the link to be.
Step four: Paste the code below into this html element.
<a class="fb_iframe" href="http://www.deloreanjewellery.co.uk/hand-making-signet-rings.html">CLICK HERE FOR VIDEO OF CASTING PROCESS ; OPENS IN A NEW WINDOW</a>

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 539803 Photo


Registered User
2,156 posts

Eric, not been able to try this yet, my hosting company caused some sort of error, now i cant use ftp.

Will try as soon as i get access back
Started using CC VSD in January 2009, I don't do HTML code, Sales from CC site exceeding expectations taken me out of semi-retirement
Hosted FREE on CC S DRIVE www.chauffeurdrivenluxurycars.co.uk
My new VSD & SCCP site Oct 2011 www.deloreanjewellery.co.uk
My friendly window cleaner www.mwcwindowcleaner.co.uk

User 187934 Photo


Senior Advisor
20,271 posts

Let me know. I think I may need to alter it a bit for you depending on what your needs are.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 539803 Photo


Registered User
2,156 posts

Eric when i add the html element to the top of the form, it stops all the display rules working

its taken me days to get round to trying this again, as soon as i remove it the form works perfectly again
Started using CC VSD in January 2009, I don't do HTML code, Sales from CC site exceeding expectations taken me out of semi-retirement
Hosted FREE on CC S DRIVE www.chauffeurdrivenluxurycars.co.uk
My new VSD & SCCP site Oct 2011 www.deloreanjewellery.co.uk
My friendly window cleaner www.mwcwindowcleaner.co.uk

User 187934 Photo


Senior Advisor
20,271 posts

Try this Paste all of it into the same html element.
<link rel="stylesheet" href="colorbox/colorbox.css" /><script src="common/libs_js/jquery-1.4.4.min.js"></script><script src="colorbox/jquery.colorbox.js"></script> <script>var $pop = jQuery.noConflict();

$pop(document).ready(function(){

$pop(".fb_iframe").colorbox({iframe:true, width:"80%", height:"80%"});
});</script>
<a href="http://www.deloreanjewellery.co.uk/hand-making-signet-rings.html" class="fb_iframe cboxElement">CLICK HERE FOR VIDEO OF CASTING PROCESS ; OPENS IN A NEW WINDOW</a>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 539803 Photo


Registered User
2,156 posts

Same issue again, the display rules dont work (but the page opens as i want infront of form)

IGNORE ME MIGHT BE CASH ISSUE BACK SHORTLY

http://www.vsfoster.co.uk/order-signet- … form1.html
Started using CC VSD in January 2009, I don't do HTML code, Sales from CC site exceeding expectations taken me out of semi-retirement
Hosted FREE on CC S DRIVE www.chauffeurdrivenluxurycars.co.uk
My new VSD & SCCP site Oct 2011 www.deloreanjewellery.co.uk
My friendly window cleaner www.mwcwindowcleaner.co.uk

User 539803 Photo


Registered User
2,156 posts

I am going to have to give up on this, and leave it off completely for now, bigger issue to deal with thats more important

I have been installing the new vertical html menu from menu builder, Scotts been trying to help but i hit a brick wall

My error missunderstood the instructions, wrong starting point

Having used one of the stock templates i didn't realise the menu would retract at every page refresh, I need to find a way of making open and stay open or be permanently open which would be preferable !

Friend of mine looked and he agrees with me the mobile view looks better than the laptop view, could do with getting it fixed permanently open and looking like mobile view in all aps

any ideas Eric

www.deloreanjewellery.co.uk is active complete site
Started using CC VSD in January 2009, I don't do HTML code, Sales from CC site exceeding expectations taken me out of semi-retirement
Hosted FREE on CC S DRIVE www.chauffeurdrivenluxurycars.co.uk
My new VSD & SCCP site Oct 2011 www.deloreanjewellery.co.uk
My friendly window cleaner www.mwcwindowcleaner.co.uk

User 187934 Photo


Senior Advisor
20,271 posts

I don't see a link on that form.;)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.