Create a listing / Modify a listing (wp job manager integration)

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Best Multi Vendor Marketplace Plugin for WordPress Forums WCFM Create a listing / Modify a listing (wp job manager integration)

Viewing 5 reply threads
  • Author
    Posts
    • #27043
      Flore
      Guest

      Hello,

      On “create a listing” and “modify a listing” pages where WCfM add a popup to add a product attached to the listing there is 2 css display issues :

      1) The WCfM shortcode ‘wcfm_endpoint_shortcode’ loads html to the DOM before the page finished to load (and so before css applied).
      This cause the html to be rendered in the browser without any style applied which display ugly during page loading.

      2) Also the fact that the div with ID #wcfm-main-contentainer is displayed cause the page to scroll lower than the footer.

      For the moment I applied inline style “display:none;” in #wcfm-main-contentainer div in your “class-wcfm-shortcode.php” file and then I set it to “display:block;” in child theme stylesheet, the issue disappears. It has to have an impact to <body> height definition.

      Maybe you already see this little issue, let me know if you planned to resolve it.

      Thank you,
      Flore

    • #27078
      WCFM Forum
      Member

      Hi,

      Thanks for get in touch with us.

      WCfM 4.2.3 and Ultimate 4.2.2 has just released.

      Add/edit listings page totally redefined, even with new add product popup.

      Kindly update yours and take a look.

      Hope this will resolve your issues 🙂

      Just to mention, kindly remove your custom codes.

      Thank You

    • #27250
      Flore
      Guest

      Hello,

      I see that some change have been made with last update 4.2.3. No more css transient issue. Thank you.

      I see that [job_dashboard] and [submit_job_form] are now integrated in WCfM template.
      I put [wc_frontend_manager] in a widget because I would like to keep menu and submenu display (Listify theme) and if I put shortcode in the page, template of my theme was not used. Including your shortcode in a widget (page managed by widget in Listify theme), it allowed to keep menu and tertial menu displayed. It works correctly.

      But now with the change you have done : including [job_dashboard] and [submit_job_form] with your template, these 2 new integrated page are not like the other page (/profile or /messagerie-wcfm), I cannot see my template page (header with image+tertial menu) for these 2 pages.
      Is it possible to keep same behaviour than [wc_frontend_manager] for “modify listing” and “add a new listing” pages ?
      I tried to add [job_dashboard] and [submit_job_form] in a widget (as I have done for [wc_frontend_manager]) but it does not work, your template is displayed empty doing that.

      Thank you for your support,
      Flore

    • #27260
      WCFM Forum
      Member

      Hi,

      Kindly add this line of code in your site –

      add_filter( 'wcfm_is_allow_manage_listings_wcfm_wrapper', '__return_false' );

      Thank You

    • #27337
      Flore
      Guest

      Hi again,

      Thank you for the add_filter.

      Have a nice day to the team,
      Flore

    • #27339
      WCFM Forum
      Member

      You are welcome 🙂

      Same to you!

      Thank You

Viewing 5 reply threads
  • The topic ‘Create a listing / Modify a listing (wp job manager integration)’ is closed to new replies.