• Playing around with My first WordPress website, ran into the following problem;

    A piece of ShortCode I tried to use now shows on all my pages in the left upper corner ([huge_it_slider id=”1″]). I removed the plugin and all references to the shortcode I could find but still it’s there.
    A global search on all my folder for [huge_it_slider id=”1″] gives no response.

    Opening the website and looking at “View Source” shows;

    /* For menu bar color – current page */
    #secondary-menu .menu .current-menu-item > a,
    #secondary-menu .menu .current-menu-ancestor > a,
    #secondary-menu .menu .current_page_item > a,
    #secondary-menu .menu .current_page_ancestor > a {
    	background-color: #c32c61;
    }
    </style>
    <strong>[huge_it_slider id="1"]</strong><!-- refreshing cache -->	<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
    	<style type="text/css">
    			#site-title a,
    		#site-description {
    			color: #c32c61 !important;
    		}
    		</style>
    	<style type="text/css">body { background: #c32c61; }</style>
    </head>
    
    <body class="home blog custom-background right-sidebar content-full">

    does anyone knows how to solve this? I only have a localhost version at the moment so can’t include a link.

Viewing 6 replies - 1 through 6 (of 6 total)
  • is that just in the static pages, or all web pages?

    from the location in the clode, this could have been inserted by a plugin;

    have you tried to deactivate all plugins to see if that helps?
    if yes, re-activate one plugin at a time and check inbetween to locate the interfering plugin.

    Thread Starter Pfishy

    (@pfishy)

    It is on every page and de-activating all plugins does not make a difference.

    lisa

    (@contentiskey)

    which theme are you using?

    Thread Starter Pfishy

    (@pfishy)

    Cathc Kathmandu

    Thread Starter Pfishy

    (@pfishy)

    Found the problem and also the solution.

    I entered the Shortcode in the followin box;

    Appearance / Theme Options / Tools / Code to display on Header

    Removing the shortcode solved my problem.

    lisa

    (@contentiskey)

    Happy to hear.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Shortcode on page’ is closed to new replies.