Home › Forums › WoodMart support forum › Categories missing & Newsletter
Categories missing & Newsletter
- This topic has 11 replies, 2 voices, and was last updated 5 years, 2 months ago by
Elise Noromit.
-
AuthorPosts
-
November 25, 2019 at 6:08 pm #158926
DELAYONParticipantHi there! I translated my website with WPML and noticed that the first category is missing in the Title menu. I can click on it in my main menu and i can see it displayed above, however its missing in the categories overview. Familiar issue?
Also, the newsletter is not displayed as intended. The fields are overlapping and the checkbox is hidden.
the code was copied from my other website that uses Basel Theme. Works there, but not on Woodmart… MC4WP PluginCode:
<html>
<body>
<h2>
<label>Email address: </label>
<input type=”email” name=”EMAIL” required=”” value=”Your E-Mail address”/>
</h2><h3>
<input type=”submit” value=”Sign up” />
</h3>
<br>
<p>
<input name=”AGREE_TO_TERMS” type=”checkbox” value=”1″ required=””>
I have read and agree to the privacy policy</p>
</body>
</html>Attachments:
You must be logged in to view attached files.November 25, 2019 at 9:16 pm #158948
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global to show the default category:
body .woodmart-product-categories .wc-default-cat { display: inline-block; }
Remove the Basel form and configure the form in the MC4WP plugin https://prnt.sc/q1z9uc
Here is the code from the screen:
<p> <label>Email address: </label> <input type="email" name="EMAIL" placeholder="Your email address" required /> </p> <p> <input type="submit" value="Sign up" /> </p>
Best Regards
November 25, 2019 at 9:26 pm #158952
DELAYONParticipantThanks for the email. Due to GDPR i need to add the checkbox, however its not displayed…
<p>
<label>Email address: </label>
<input type=”email” name=”EMAIL” placeholder=”Your email address” required />
</p>
<p>
<input type=”submit” value=”Sign up” />
</p>
<p>
<label>
<input name=”AGREE_TO_TERMS” type=”checkbox” value=”1″ required=””> I have read and agree to the privacy policy.
</label>
</p>November 26, 2019 at 6:58 am #158983
Elise NoromitMemberHello,
You can do it. If you have any questions please feel free to contact us.
Best Regards
November 26, 2019 at 10:25 am #159036
DELAYONParticipant?
Its still hidden by the signup button – i had three ppl look over it and also with custom CSS we didn’t get it running. Please advice.
November 26, 2019 at 10:27 am #159038
Elise NoromitMemberHello,
Please provide the site admin access to the private area.
Best Regards
November 26, 2019 at 5:42 pm #159184
DELAYONParticipantThanks!
November 27, 2019 at 7:01 am #159281
Elise NoromitMemberDecember 3, 2019 at 4:12 pm #160859
DELAYONParticipantPlease check again
December 3, 2019 at 8:57 pm #160891
Elise NoromitMemberHello,
This plugin does not provide the checkbox correctly and our theme does not influence this plugin. You can provide the link to the Private Policy
<p style="text-align: center">Will be used in accordance with our <strong><a href="#">Privacy Policy</a></strong></p>
as suggested in this maual https://xtemos.com/docs/woodmart/faq-guides/promotional-pop-ups/Best Regards
December 10, 2019 at 1:49 pm #162429
DELAYONParticipantHey!
thanks for the response, however this doesn’t work!
GDPR requires us to have a checkbox…
Its weird that it always worked with basel, but not Woodmart…December 10, 2019 at 5:14 pm #162487
Elise NoromitMemberHello,
You will have to find a plugin as our theme does not provide such an option.
Our theme meets all the rules and requirements for GDPR, please read more on the options provided: https://xtemos.com/docs/woodmart/faq-guides/gdpr-compliant/
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register