The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to remove unexpected text from Google cache
Hello,
I'm running a SEO forum http://www.webmastersun.com My google cache text is ok but only 1 thing(error code) showed on my Google cache web page, it makes me annoy with this on the top, it showed Quote:
and I report that it also showed the same in old Internet explorer old versions (in web browser, not in google cache text) If I remove this code or remove --> in vbulletin template, it will make error on forum sidebar or my forum layout. ( Note: code above is default from vbulletin template) I saw some threads asked about that, but didn't give solutions for it. Just want to make question here, hope I can have the best solution. Thank you |
#2
|
|||
|
|||
You have JavaScript errors on that page.
|
#3
|
||||
|
||||
That code came from vbulletin sidebar template, I don't know what purpose it used for ?
|
#4
|
|||
|
|||
Start with fixing your Javascript error on your megamenu.
|
#5
|
||||
|
||||
what is error on mega menu?
can you show the details or taking a screenshot about error? |
#6
|
|||
|
|||
Use the development mode (Console) of your browser, all JavaScript errors will be reported there.
|
#7
|
||||
|
||||
Code:
[COLOR=red !important]Uncaught TypeError: undefined is not a function (index):112[/COLOR] Attr.specified is deprecated. Its value is always true. Fire vB_XHTML_Ready vbulletin-core.js?v=420:11 Fetch Cookie :: vbulletin_collapse (null) vbulletin-core.js?v=420:11 Invalid App Id: Must be a number or numeric string representing the application id. all.js:53 FB.getLoginStatus() called before calling FB.init(). all.js:53 Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) tweet_button.1400006231.html:1 Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) follow_button.1400006231.html:1 event.returnValue is deprecated. Please use the standard event.preventDefault() instead. [COLOR=red !important]Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://www.stumbleupon.com') does not match the recipient window's origin ('http://www.webmastersun.com').[/COLOR] http://validator.w3.org/check?uri=ht...Inline&group=0 From your normal page: HTML Code:
<script type="text/javascript"> <!-- document.write('<script type="text/javascript" src="' + yuipath + '/animation/animation-min.js?v=420"></script>'); var sidebar_align = 'right'; var content_container_margin = parseInt('320px'); var sidebar_width = parseInt('300px'); //--> </script> Code:
'); var sidebar_align = 'right'; var content_container_margin = parseInt('320px'); var sidebar_width = parseInt('300px'); //--> Its chopping it off, there isn't much we can do about that. |
#8
|
||||
|
||||
Thanks Zachery, I will fix errors on code when checking with validator.w3.org
Still finding ways to remove this code without getting errors. Code:
'); var sidebar_align = 'right'; var content_container_margin = parseInt('320px'); var sidebar_width = parseInt('300px'); //--> |
#9
|
||||
|
||||
I am getting the same problem when using vB4xx.
If I delete these codes then seem the right sidebar will not work. Can any one show tips to remove codes without any problems? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|