inherit
193868
0
Jan 28, 2014 18:49:35 GMT -8
BossLady
Help!!
79
May 2013
masterspiece
|
Post by BossLady on Sept 19, 2013 11:56:50 GMT -8
Hi folks, I'm trying to figure out where to stick this coding into the advanced user area so it will work. It's a small code which makes bible verses clickable. Can someone tell me where I need to place it (I know it needs to go before the </body> tag.. but which template do I insert it into? RefTagger from Logos. Visit www.logos.com/reftagger. This code should appear directly before the </body> tag. <script src="http://bible.logos.com/jsapi/referencetagging.js" type="text/javascript"></script> <script type="text/javascript"> Logos.ReferenceTagging.lbsBibleVersion = "NKJV"; Logos.ReferenceTagging.lbsLinksOpenNewWindow = true; Logos.ReferenceTagging.lbsLogosLinkIcon = "light"; Logos.ReferenceTagging.lbsNoSearchTagNames = [ "h2", "h3", "h3" ]; Logos.ReferenceTagging.lbsTargetSite = "biblia"; Logos.ReferenceTagging.tag(); </script>
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Sept 19, 2013 14:52:33 GMT -8
Hi folks, I'm trying to figure out where to stick this coding into the advanced user area so it will work. It's a small code which makes bible verses clickable. Can someone tell me where I need to place it (I know it needs to go before the </body> tag.. but which template do I insert it into? RefTagger from Logos. Visit www.logos.com/reftagger. This code should appear directly before the </body> tag. <script src="http://bible.logos.com/jsapi/referencetagging.js" type="text/javascript"></script> <script type="text/javascript"> Logos.ReferenceTagging.lbsBibleVersion = "NKJV"; Logos.ReferenceTagging.lbsLinksOpenNewWindow = true; Logos.ReferenceTagging.lbsLogosLinkIcon = "light"; Logos.ReferenceTagging.lbsNoSearchTagNames = [ "h2", "h3", "h3" ]; Logos.ReferenceTagging.lbsTargetSite = "biblia"; Logos.ReferenceTagging.tag(); </script>forum wrapper would work best. if you have multiple themes i'd just C&P it into your global footer. Admin >> Structure >> Headers & Footers >> Global Header & Footer
|
|
inherit
193868
0
Jan 28, 2014 18:49:35 GMT -8
BossLady
Help!!
79
May 2013
masterspiece
|
Post by BossLady on Sept 19, 2013 15:05:09 GMT -8
Hi folks, I'm trying to figure out where to stick this coding into the advanced user area so it will work. It's a small code which makes bible verses clickable. Can someone tell me where I need to place it (I know it needs to go before the </body> tag.. but which template do I insert it into? RefTagger from Logos. Visit www.logos.com/reftagger. This code should appear directly before the </body> tag. <script src="http://bible.logos.com/jsapi/referencetagging.js" type="text/javascript"></script> <script type="text/javascript"> Logos.ReferenceTagging.lbsBibleVersion = "NKJV"; Logos.ReferenceTagging.lbsLinksOpenNewWindow = true; Logos.ReferenceTagging.lbsLogosLinkIcon = "light"; Logos.ReferenceTagging.lbsNoSearchTagNames = [ "h2", "h3", "h3" ]; Logos.ReferenceTagging.lbsTargetSite = "biblia"; Logos.ReferenceTagging.tag(); </script>forum wrapper would work best. if you have multiple themes i'd just C&P it into your global footer. Admin >> Structure >> Headers & Footers >> Global Header & Footer BEAUTIFUL! IT WORKED - THANKS SO MUCH
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Sept 19, 2013 15:06:45 GMT -8
forum wrapper would work best. if you have multiple themes i'd just C&P it into your global footer. Admin >> Structure >> Headers & Footers >> Global Header & Footer BEAUTIFUL! IT WORKED - THANKS SO MUCH You're Welcome! Have a good Evening!
|
|