Code appears at top of wordpress page

  • Unknown's avatar

    Hi all, when you click on a post on our WordPress​ blog, a string of code will appear on the top, above the tabs. This is the code:

    [id$=bubbles] { /* Any element with an id that ends in ‘badge’ */ transform: scale(0.5, 0.5); } [id$=totalnum] { transform: scale(1.8) translate(0px, 48px); } [id$=details] { transform: scale(0, 0); } #bubbles > g:hover [id$=circle], #timeline > g:hover [id$=details] { transform: scale(1, 1); } #bubbles > g:hover [id$=totalnum] { transform: scale(1) translate(0px, 0px); } [id$=circle], [id$=totalnum], [id$=details] { transition: transform 0.25s ease-in-out; } $(function(){ $(‘#stage’).load(‘ARSfloorplan-secondlunch.svg’,function(response){ $(this).addClass(‘svgLoaded’); if(!response){ // Error loading SVG! // Make absolutely sure you are running this on a web server or localhost! } }); });

    Does anyone know how to eliminate it from the screen? Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    I am afraid you are on the wrong forums. It looks like you need help with a self-hosted WordPress.org site. These forums are only for sites hosted on WordPress.com.

    For information on the differences between the two, please check this support page here:

    WordPress.com vs. WordPress.org

    For WordPress.org support, you can visit:

    https://wordpress.org/support/

    You’ll need a free WordPress.org account to post – if you don’t already have one, you can register here:

    https://wordpress.org/support/register.php

    Be sure to provide a link to your site when you post so people can help you more easily.

    If your site is connected to Jetpack, for Jetpack support you can contact them here:

    Contact Support

    In general, you can find all the documentation for WordPress.org (lessons, troubleshooting, etc.) here:

    https://codex.wordpress.org/Main_Page

    Hope this helps!

  • The topic ‘Code appears at top of wordpress page’ is closed to new replies.