• Hi guys,
    I am using Modrencar theme and i got this on some pages in sidebar and i am unable to remove this, Can anyone please tell me how can i remove or if i can hide this? please tell me.
    I already check in Widgets but its not there.
    Here is the Image link

    http://i49.tinypic.com/72zrlg.png

    please i am waiting of your replies
    thanks and regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

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

The topic ‘How to remove this in sidebar please’ is closed to new replies.