Home Forums WoodMart support forum Splash Modal

Splash Modal

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #157928

    DavidGeran
    Participant

    Where do I disable or edit the modal pop-up as per attached image?

    Attachments:
    You must be logged in to view attached files.
    #157975

    Hello,

    You can disable the promo popup from Theme Settings >> Shop >> PROMO POPUP >> Enable promo popup.

    To edit the promo popup you need to edit that specific html block whose short code is used in “Promo popup text”. Just find that html block from the “HTML BLOCKS” option in dashboard and edit it with Wp-Bakery.

    Screenshot: https://jmp.sh/xCvmdUO

    Best Regards.

    #157993

    DavidGeran
    Participant

    Awesome. Final couple of design questions;

    1. How do I edit the tabs in the Ajax Products Tabs on the homepage? I can edit the text but not the tabs? (ya-1 image attached)

    2. How do I remove the green line shown as an empty green panel when editing the home page using WPBakery (ya2 image attached)

    Attachments:
    You must be logged in to view attached files.
    #157997

    DavidGeran
    Participant

    To clarify, I can add Product Tabs but I cannot delete any?

    #158020

    Hello

    1) You can edit or delete any of the ajax product tabs while editing your page with Wp-Bakery page builder.

    To edit the tabs you need to click on pencil icon: https://jmp.sh/YnWJ5be
    To delete a tab you need to click on cross icon: https://jmp.sh/0yGNsSB

    2) That’s not an empty panel. That green line is a bottom border of container of wp bakery column. It’s not shown any more I used the below CSS code in your home page CSS area to fix this:

    .vc_column_container {
            border-bottom: 2px solid white;
    }

    Best Regards

    #158034

    DavidGeran
    Participant

    Thanks for your great service… but I now have the following just below the header:

    spaces” css=”.vc_custom_1496220814548{margin-top: -40px !important;margin-bottom: 8vh !important;padding-top: 0px !important;}”]

    #158067

    DavidGeran
    Participant

    Image attached showing css code showing on page. Also further down home page other css tags… can you advise?

    Attachments:
    You must be logged in to view attached files.
    #158113

    Most Welcome,

    I have test your page and you contains rows with the code which shown on your home page below the header and also your wp-bakery page disturbed. Just undo the changes if you change anything with CSS or js.

    Screenshot for clarification: https://jmp.sh/pRg8LWu

    When I delete those rows from top and bottom of the page and check preview of page. Everything works fine on frontend.

    Result: https://jmp.sh/3vGiB4I

    So you need to delete those extra rows by clicking cross icons and update the page.

    Best Regards.

    #158224

    DavidGeran
    Participant

    Fixed. Final 2 questions for now (promise!);

    1. Mailchimp, I’ve included my form tag in a text row and it display OK but nothing happens when the SIGN UP button is clicked – do I need to wrap <form>…</form> tags around it?

    2. On the attached image there is a line gap between the final row and the footer (same with header and first row), how can I get rid of those gaps?

    Thanks for all your help, I will definitely be recommending you guys!

    Attachments:
    You must be logged in to view attached files.
    #158237

    Hello

    1) You need to configure your signup form from mailchimp settings. Also if you want to wrap with form tags you can read and follow the below documentations:
    https://xtemos.com/docs/woodmart/faq-guides/mailchimp-signup-form/

    2) In your very first row of your home page put the top margin as -40px and in you very bottom row of the page put the bottom margin as -40px.
    Screenshot: https://jmp.sh/v72wjA1

    Best Regards.

Viewing 10 posts - 1 through 10 (of 10 total)