• Resolved rongenius757

    (@rongenius757)


    I do not want my users to have the ability to see the “Speakers” or “Schedules” sub menu item in the Events section of the Dokan vendor dashboard. I also would like to remove all form fields and mentions of speakers and schedules from the “Add New Event” form. How do I do that? I am willing to pay if there is nota simple solution I can do myself. I have extremely limited coding knowledge, very basic.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support A Zaman Sagor

    (@azamansagor)

    Hi,
    You can hide the speaker and schedule sections by adding the CSS codes inside the Appearance > Customize > Additional CSS field. Disabling the dropdown options isn’t possible to right now using CSS only.

    .etn-mltv-event-info > .etn-mltv-event-basic-info:nth-of-type(2) > .ant-row:nth-of-type(1) > .ant-col:nth-of-type(1) {
        display: none !important;
    }
    .etn-mltv-event-info > .etn-mltv-event-basic-info:nth-of-type(2) > .ant-row:nth-of-type(2) > .ant-col:nth-of-type(2) {
        display: none !important;
    }

    Feel free to contact us if you need any further assistance.

    Regards

    Thread Starter rongenius757

    (@rongenius757)

    I tried already using the Yellow Pencil plugin to hide the “Speaker” and “Schedule” elements using CSS and failed; serious problems occurred. I have another idea, this may help others in my same situation as well. How do I change every instance of the words “Speaker” and “Speakers” in the frontend of the website to the word “Featured”? I’m talking about every instance of the words “Speaker” and “Speakers” in the frontend of the website including in the frontend vendor dashboard and in all forms in the website and all forms in the frontend vendor dashboard. The words “speaker” and “speakers” that appear in url slugs can remain, I do not want to change url slugs. How do I change every instance of the words “Speaker” and “Speakers” in the frontend of the website to the word “Featured”?

    Plugin Support A Zaman Sagor

    (@azamansagor)

    Hi,

    If you add the CSS inside Appearance > Customize > Additional CSS, this should work. Kindly give it a try.

    For changing the speaker and speakers text, you can get help from the translation plugin “Loco Translate”. It will enable you to change the text’s in a much simpler way.

    Regards

    Thread Starter rongenius757

    (@rongenius757)

    Success, thank you! I was able to use the Yellow Pencil plugin to hide the “Speakers” and “Schedules” sub menu items in the Events section of the Dokan vendor dashboard. I also hid the Organizer/Speaker and Schedule section in the Add New Event form. I included screenshots of proof of both:

    Screenshot 1 – https://ibb.co/TKC3KFH

    Screenshot 2 – https://ibb.co/NmDvNjy

    How do I make the “Virtual Product – Register event as WooCommerce virtual product and let WooCommerce handle it’s behaviour” virtual product option in the Add New Event form enabled by default? I only want the tickets in my website to be virtual products, absolutely no shipping. If you can first tell me what code will make that virtual product option enabled by default in the Add New Event form, then I will hide that virtual product option in the Add New Event form with CSS using the Yellow Pencil plugin after I make it enabled by default using your code.

    Plugin Support A Zaman Sagor

    (@azamansagor)

    Hi,

    You need to modify the line of code indicated here: https://youtu.be/Vr4s4qEMAlI and place “yes” as shown in the recording.

    Regards

    Thread Starter rongenius757

    (@rongenius757)

    Thank you for the reply and video, excellent. I watched the video and did as you instructed in the video step by step. I am performing a test now to see if the tickets are virtual products by default. Currently after doing what you instructed in the video and then creating a new event with the Add New Event form in Dokan without touching the Virtual product option in the form (Virtial product option still showing as not enabled by default), the newly created ticket is showing up in the Tickets section of the wp admin backend with the “yes” and “no” both not selected for the Virtual product option, basically no selection at all for the Virtual product option. Not sure if the Virtual product option is actually enabled by default after doing what you instructed. I need to try purchasing this newly created ticket though to see what happens during and after checkout. Will let you know immediately how my test turns out. Thank you!

    Plugin Support A Zaman Sagor

    (@azamansagor)

    Hi,

    The solution is working on our end. As it’s not working from your end, I would suggest you check our forum PINNED post and reach out to us more, so we can help you with it more.

    Regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Dokan Dash: Remove Speakers and Schedules’ is closed to new replies.