Best Multi Vendor Marketplace Plugin for WordPress › Forums › WCFM › Create a listing / Modify a listing (wp job manager integration)
- This topic has 5 replies, 2 voices, and was last updated 6 years, 10 months ago by
WCFM Forum.
- AuthorPosts
- July 28, 2018 at 2:05 pm #27043
Flore
GuestHello,
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 - July 29, 2018 at 6:17 am #27078
WCFM Forum
MemberHi,
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
- July 30, 2018 at 9:03 am #27250
Flore
GuestHello,
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 - July 30, 2018 at 4:53 pm #27260
WCFM Forum
MemberHi,
Kindly add this line of code in your site –
add_filter( 'wcfm_is_allow_manage_listings_wcfm_wrapper', '__return_false' );
Thank You
- July 31, 2018 at 7:58 am #27337
Flore
GuestHi again,
Thank you for the add_filter.
Have a nice day to the team,
Flore - July 31, 2018 at 8:04 am #27339
WCFM Forum
MemberYou are welcome 🙂
Same to you!
Thank You
- AuthorPosts
- The topic ‘Create a listing / Modify a listing (wp job manager integration)’ is closed to new replies.