• Resolved adminletsnikah

    (@adminletsnikah)


    Hi Team,

    I got a problem on Dokan pages (except Dashboard, My order and Store Listing), you can see the Dokan product edit page which become larger and covered to the top of header as per below image;

    Dokan Edit Product Page

    You also can see the difference on the Dokan Dashboard pages which OK and normal as per below image;

    Dokan Dashboard page

    Kindly seek your advise regarding this

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author weDevs

    (@wedevs)

    Hello adminletsnikah,

    The layout issue is occurring for your theme. There is a missing <div> on the product edit page. If you can then inspect the elements of dashboard page and find out the class which is missing on the product edit page. Just insert that missing class on your product edit page to fix the layout.

    If you are a pro user then create a support ticket else, use our contact form- https://wedevs.com/contact ??

    Thread Starter adminletsnikah

    (@adminletsnikah)

    Hi,

    Thank you very much for your advise, I’m really appreciated it. Currently I’m using a free version of Dokan to test on my other website, because my previous website got a problem on the theme. So I’m testing on my new website to see the compatibility.

    Currently I try to check and learn the coding to fix my problem as your advise.

    Next when I got a money, I plan to buy a pro version because this plugin is really great and user friendly. I also recommend this plugin to others who are finding a multi vendor plugin to their website!

    Thank you for your great advise and support. ??

    Plugin Author weDevs

    (@wedevs)

    You are most welcome. If you need further help then let us know ??

    Thread Starter adminletsnikah

    (@adminletsnikah)

    I still can’t resolve it..:(. Please need your help..

    Plugin Author weDevs

    (@wedevs)

    Hello,

    It is your theme layout issue. You have to insert the solution as I have mentioned on the first reply. As per our support we are unable to provide any thirdparty theme support right now but our support team will try to help you. Please contact us via this form- https://wedevs.com/contact to get a good solution.

    Thread Starter adminletsnikah

    (@adminletsnikah)

    Hi,

    Noted and thank you, I will try to get a support from theme support to solve this problem.

    Thank you.

    Regards.

    copy that file to your theme/child theme and follow the same folder structure

    you’ll find the file at dokan-lite/templates/products/product-edit.php

    make the new folders at the root of your theme and copy the file following the same structure

    for example /wp-content/themes/mytheme/dokan/product/product-edit.php

    edit the file, the issue is at line 88 just before

    <?php
    
            /**
             *  dokan_dashboard_content_before hook
             *  dokan_before_edit_product_content_area hook
             *
             *  @hooked get_dashboard_side_navigation
             *
             *  @since 2.4
             */

    and after

    
    <?php
    
        /**
         *  dokan_edit_product_wrap_before hook
         *
         *  @since 2.4
         */
        do_action( 'dokan_edit_product_wrap_before', $post, $post_id );
    ?>

    you need to add the divs content wrapper of your theme

    contact me @ ah.nabil at msn.com if you weren’t able to fix it

    • This reply was modified 7 years, 12 months ago by ahnabil.
    • This reply was modified 7 years, 12 months ago by ahnabil.
    • This reply was modified 7 years, 12 months ago by ahnabil.
    Thread Starter adminletsnikah

    (@adminletsnikah)

    Hi @ahnabil

    Thank you very much for your kind advise and willingness on this. I’m really appreciated it. ??

    I will try to do it as per advise, thank you very much @ahnabil !

    I’m really grateful for your kindness and help.

    Best regards.

    Plugin Author weDevs

    (@wedevs)

    @ahnabil Thanks for the contribution ??

    Thread Starter adminletsnikah

    (@adminletsnikah)

    I just want to say that I’m very excited and happy today because I already buy a Dokan Multivendor Pro plugin on their 4th Year Anniversary Offer! I got 44% of discount. ?? I really happy today!:)

    Come on buy now and support Dokan! ??

    Thank you.

    Plugin Author weDevs

    (@wedevs)

    @adminletsnikah, Thank you for being with us ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Dokan edit product page become larger to the header’ is closed to new replies.