Left Sidebar is frozen

This topic contains 3 reply and 2 voices, and was last updated by Nayem 8 years, 9 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
July 17, 2015 at 6:09 am 56096
Nayem Hi Team, I recently installed your theme and plugin and now I am in the product page but the left side bar is frozen and I cannot move it. What could be wrong with it?
July 17, 2015 at 11:11 pm 56206
Nayem Nayem

Hello,

Share a screenshot here with more details.

Thanks.

July 21, 2015 at 12:41 pm 56501
Onil Onil

Here is a direct link to a product page with the frozen side bar that I cannot remove.

http://www.beyoni.com/product/demo-liteseeds-led-stickers/

July 26, 2015 at 5:56 pm 60126
Nayem Nayem

If you want to remove that archive or meta sidebar then you have to remove it from Dokan theme. Please open Dokan theme/sidebar-product-single.php. In this file you will get these codes-

<aside id="archives" class="widget">
                <h1 class="widget-title"><?php _e( 'Archives', 'dokan' ); ?></h1>
                <ul>
                    <?php wp_get_archives( array('type' => 'monthly') ); ?>
                </ul>
            </aside>

            <aside id="meta" class="widget">
                <h1 class="widget-title"><?php _e( 'Meta', 'dokan' ); ?></h1>
                <ul>
                    <?php wp_register(); ?>
                    <li><?php wp_loginout(); ?></li>
                    <?php wp_meta(); ?>
                </ul>
</aside>

You have to remove those lines.

Thanks.

Viewing 3 Posts - 1 through 3 (of 3 total)