smiles1976 Posted December 29, 2011 Share Posted December 29, 2011 Hi, I'm trying to figure out how to fix a problem I'm having with my links. My "bookmark" link appears in my internet explorer browser but it doesn't appear when I use google chrome. I'd like to know how I can fix this problem. I've attached 2 screen shots which show the difference. Thanks Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 29, 2011 Share Posted December 29, 2011 Hi smiles, This is something we've identified and fixed recently. In your js/tools.js file, please delete lines 143 and 144: if (window.navigator.userAgent.indexOf('Chrome') != -1) return (''); And then, change "else if" to "if" on line 145, and that should resolve your issue. Please let me know if this works for you. If you have any additional questions about this, please see the report on our Bug Tracker. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
smiles1976 Posted December 29, 2011 Author Share Posted December 29, 2011 Thanks so much. Problem solved! Link to comment Share on other sites More sharing options...
smiles1976 Posted December 29, 2011 Author Share Posted December 29, 2011 I can now see the bookmark. However, when I click on it in chrome, nothing happens. However, when I click on it using internet explorer I can bookmark the page. Can you help with this problem? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 29, 2011 Share Posted December 29, 2011 I can now see the bookmark. However, when I click on it in chrome, nothing happens. However, when I click on it using internet explorer I can bookmark the page. Can you help with this problem? Can you please post your URL so that I can take a look at this for you? -Mike Link to comment Share on other sites More sharing options...
smiles1976 Posted December 29, 2011 Author Share Posted December 29, 2011 Hi, it's www.wearthename.com Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 29, 2011 Share Posted December 29, 2011 Hi smiles, I am going to try to look into this with a developer, and I'll be sure to let you know as soon as I have any additional information. -Mike Link to comment Share on other sites More sharing options...
smiles1976 Posted December 29, 2011 Author Share Posted December 29, 2011 Ok, thanks. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 30, 2011 Share Posted December 30, 2011 Hi smiles, Chrome does not support Javascript bookmarks, which is why you are encountering this error. Please try the solution posted here and let me know if it works for you! -Mike Link to comment Share on other sites More sharing options...
smiles1976 Posted December 30, 2011 Author Share Posted December 30, 2011 Hi, actually my code under "Write bookmark link object" is different from what I saw attached on the previous forum. Mine reads if (window.sidebar || window.external) return ('<a href="javascript:addBookmark(\'' + escape(url) + '\', \'' + escape(title) + '\')">' + insert + '</a>'); else if (window.opera && window.print) return ('<a rel="sidebar" href="' + escape(url) + '" title="' + escape(title) + '">' + insert + '</a>'); return (''); Where would I insert the code that you were telling me about? Thanks , Link to comment Share on other sites More sharing options...
Recommended Posts