please post a link to your site to illustrate the problem.
Thread Starter
adgeco
(@adgeco)
http://adgeco.com.previewdns.com/
and its shows only on some page like on contactus
news and event and uae info and some other pages, please can you tell me how to fix this?
unfortunately, you are using a theme which is not released under GPL, and helping with these kind of themes is not supported by this forum.
your theme’s source is known for injecting all sorts of advertising into their themes.
that particular ad seems to be a textwidget – possibly look into sidebar.php (?)
Try this:
1. Open your remote files via FTP.
2. Navigate to your theme folder (wp-content/themes/yourtheme)
3. Find Sidebar.php or equivalent.
4. Find the codes which is giving the default sidebar.
Thread Starter
adgeco
(@adgeco)
this is the code of sidebar please help me for this
<?php global $theme; ?>
<div id="sidebar-primary">
<?php
if(!dynamic_sidebar('sidebar_primary')) {
/**
* The primary sidebar widget area. Manage the widgets from: wp-admin -> Appearance -> Widgets
*/
$theme->hook('sidebar_primary');
}
$theme->hook("sidebar_primary_after");
?>
</div><!-- #sidebar-primary -->
I don’t see default sidebar code here. Go to Appearance-> widgets and cross check sidebar primary widget area and sidebar primary after widget area.