sef
New Member
Posts: 11
|
Post by sef on Apr 13, 2012 16:21:46 GMT
I want visitors to my website to be able to click either a small "chat" icon or the words "Give us a shout!" and have my SayBox launch as a pop-up. From what I can tell, though, the code for a pop-up SayBox isn't customizable...just has a standard tag that says, "Launch SayBox." Is there any way to change that?
Thanks!
|
|
sef
New Member
Posts: 11
|
Post by sef on Apr 14, 2012 12:54:26 GMT
Reading my post again this morning, I'm not sure it made sense. I have a SayBox, and have used it inline in the past. With my new website's design, I want to switch from an inline SayBox to the pop-up version. That way, it will remain 'hidden' until someone launches it by clicking something -- either an icon, or customized text. As a pop-up SayBox, it will then open in a new, smaller window. I've tested this, and it works, just fine, but SayBox has default text/link that just says, "Launch SayBox." You click that; it launches the pop-up SayBox. I wanted to see if I could use an image instead (click the image; launches the pop-up SayBox) or at least customize the text to say, "Click here to give us a shout!" Hope that makes better sense.
|
|
|
Post by Renegade on Apr 16, 2012 19:24:45 GMT
You can't do this directly with the code we supply, but it is possible if you have a little HTML knowledge. If you post your account username I will go through the steps to make it work
|
|
|
Post by ®i©hie on May 17, 2012 0:32:24 GMT
Reading my post again this morning, I'm not sure it made sense. I have a SayBox, and have used it inline in the past. With my new website's design, I want to switch from an inline SayBox to the pop-up version. That way, it will remain 'hidden' until someone launches it by clicking something -- either an icon, or customized text. As a pop-up SayBox, it will then open in a new, smaller window. I've tested this, and it works, just fine, but SayBox has default text/link that just says, "Launch SayBox." You click that; it launches the pop-up SayBox. I wanted to see if I could use an image instead (click the image; launches the pop-up SayBox) or at least customize the text to say, "Click here to give us a shout!" Hope that makes better sense. Hi, you can change the text by going to the Saybox admin CP, then click on "Preferences" (under " Customize SayBox"), then click the "Display Settings" tab, & edit the "Popup link text" with what you want the po-up to say. if you prefer an image, place this UNDER the pop-up saybox script: <script type="text/javascript"> <!-- /* Replace Saybox Pop-up text with an image - goes under saybox pop-up code */
var sbimage="i49.tinypic.com/28tdjbq.png"; // image for the saybox pop-up link.
var spl=document.getElementById("sbPopupLink"); if(spl){ spl.innerHTML='<img src="'+sbimage+'" alt="" border="0" />'; } // --> </script>
|
|