• Resolved burrebista

    (@burrebista)


    Hello Yusuf,

    I have more than 15 companies added, but on the page with archive companies (where is inserted the [mas_companies] shortcode) are displayed only 10 without any pagination (links) for display the next companies. How can I solve this?

    Thank you very much in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Yusuf Ansari

    (@yousufansa)

    Hi @burrebista,

    Thank you for reaching us.

    We found issue on pagination of company listings shortcode. We created an issue and fixed in our github repo. That will be released soon.

    Here is an issue link: https://github.com/madrasthemes/mas-wp-job-manager-company/issues/3

    Thanks,
    Yusuf

    Plugin Author Farook Ibrahim

    (@farookibrahim)

    Hi @burrebista,

    We fixed this issue and released new update.

    Regards

    Hi Farook,

    Can you please send us the new update that has the Company Listing included?

    Currently, the Company Listing it’s not there

    Thank you, really appreciate it

    The fix at line 192 $post_status = is_array( $post_status ) ? $post_status : array_filter( array_map( ‘trim’, explode( ‘,’, $post_status ) ) );
    still doens’t show the Company listing page at Company settings in WPJM

    If you can please advise

    Plugin Author Yusuf Ansari

    (@yousufansa)

    Hi @nunmul,

    Please enable companies archive support on your site by adding the following code on theme functions.php to get the companies listing page select option on WP Admin > Job Listings > Settings > Company (tab)
    add_theme_support( 'mas-wp-job-manager-company-archive' );

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘An issue with listing companies’ is closed to new replies.