• Resolved Stephen Suyanka

    (@stepkans)


    Hi,

    I was building a documents marketplace, then ll of a sudden this is how my dashboard started to looking this morning (https://prnt.sc/1EFjOVgYPdGZ) but other meny items on the dashbaord are just okay as seen here >> https://prnt.sc/Y0ztMkAGjFu5

    I did deactivate, deleted and then installed Dokan again but the issue didnt go away.
    I also tried creating another dashboard page with another page name but the issue didnt go away.

    What could be the issue?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @stepkans

    This issue has already been identified and fixed. I believe the issue will be resolved in the next Dokan release. You can wait till then, or if you need to fix your website quickly, you can change and replace the code lines yourself. I am adding the guidance below.

    From this file path dokan-lite/includes/functions.php replaces line number 1416 $date_range = new DatePeriod( $start_date, $date_interval, $interval ); with this new line of codes $date_range = $interval > 0 ? new DatePeriod( $start_date, $date_interval, $interval ) : [ $start_date ]; then hit save button.

    I hope the information will help.

    Cheers!

    Thread Starter Stephen Suyanka

    (@stepkans)

    Hi @tanvirh,

    Thanks so much for that quick response.

    I have edited the file. Its now working correctly.

    Cheers!!

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @stepkans,

    The fix has been included in the latest version of the Dokan plugin. Feel free to update the plugin. As the purpose of this topic has been served, I am marking this as resolved. Feel free to open a new one in case of any further issues or queries.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dashboard page so squeezed down’ is closed to new replies.