Home Forums WoodMart support forum Categories missing & Newsletter

Categories missing & Newsletter

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #158926

    DELAYON
    Participant

    Hi 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 Plugin

    Code:

    <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.
    #158948

    Hello,

    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

    #158952

    DELAYON
    Participant

    Thanks 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>

    #158983

    Hello,

    You can do it. If you have any questions please feel free to contact us.

    Best Regards

    #159036

    DELAYON
    Participant

    ?

    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.

    #159038

    Hello,

    Please provide the site admin access to the private area.

    Best Regards

    #159184

    DELAYON
    Participant

    Thanks!

    #159281

    Hello,

    I cannot log in https://prnt.sc/q2n9v5

    Best Regards

    #160859

    DELAYON
    Participant

    Please check again

    #160891

    Hello,

    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

    #162429

    DELAYON
    Participant

    Hey!

    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…

    #162487

    Hello,

    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

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