adding contact form in announcement and how do i remove meta and archieve

  • Home
  • Forums
  • Dokan
  • adding contact form in announcement and how do i remove meta and archieve
This topic contains 5 reply and 2 voices, and was last updated by Nayem 9 years ago
Viewing 5 Posts - 1 through 5 (of 5 total)
Author Posts
April 13, 2015 at 9:01 pm 41289
Nayem when i try adding a contact form in announcement it sends it to the seller as a the coded text instead of as a form how do i also do remove meta and archieve from the side bars of my pages.
April 15, 2015 at 11:03 am 41369
Nayem Nayem

Hello obiora,

Please provide a screenshot for contact form issue.

To remove archive and meta side bar – Please open dokan theme folder/sidebar-shop.php. In this file you have to comment out those line 25-39.

<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>
April 15, 2015 at 8:03 pm 41445
obiora obiora

does this remove the one at the home. because that is my major concern

April 16, 2015 at 1:21 am 41459
obiora obiora

i have removed it thanks

how do i replace sign up? register so that i can have custom fields using a contact form plugin

what is the use dokan store category menu. it doesn’t seem to show on any of the sidebars i set it on

April 16, 2015 at 3:32 am 41464
obiora obiora

then how do i make the store names come out in search results

April 16, 2015 at 12:57 pm 41515
Nayem Nayem This reply has been marked as private.
Viewing 5 Posts - 1 through 5 (of 5 total)