Home › Forums › WoodMart support forum › Splash Modal
Splash Modal
- This topic has 9 replies, 2 voices, and was last updated 5 years ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
November 20, 2019 at 8:06 am #157928
DavidGeranParticipantWhere do I disable or edit the modal pop-up as per attached image?
Attachments:
You must be logged in to view attached files.November 20, 2019 at 11:00 am #157975
Aizaz Imtiaz AwanKeymasterHello,
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.
November 20, 2019 at 12:31 pm #157993
DavidGeranParticipantAwesome. 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.November 20, 2019 at 12:40 pm #157997
DavidGeranParticipantTo clarify, I can add Product Tabs but I cannot delete any?
November 20, 2019 at 2:12 pm #158020
Aizaz Imtiaz AwanKeymasterHello
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/0yGNsSB2) 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
November 20, 2019 at 3:13 pm #158034
DavidGeranParticipantThanks 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;}”]
November 20, 2019 at 6:32 pm #158067
DavidGeranParticipantImage 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.November 21, 2019 at 6:25 am #158113
Aizaz Imtiaz AwanKeymasterMost 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.
November 21, 2019 at 2:23 pm #158224
DavidGeranParticipantFixed. 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.November 21, 2019 at 2:52 pm #158237
Aizaz Imtiaz AwanKeymasterHello
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/v72wjA1Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register