Shortcode on page
-
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)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Shortcode on page’ is closed to new replies.