Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › Getting rid of woocommerce
New Landing › How can we help? › Themeforest Theme Support › Dante › Getting rid of woocommerce
- This topic has 4 replies, 2 voices, and was last updated 11 years by Melanie – SUPPORT.
-
Posted in: Dante
-
December 7, 2013 at 9:55 am #35831
Hi,
I would like to unistall woocommerce because I’m not planning on using it ever, but I really like the product page template, especially the modal box that appears when I click on “Need Help? Contact us” (link below), I like that the contact from opens in another smaller windows.
Is there a way to recreate, save or transfer this template with my custom template on the page builder?Thanks in advance,
tim
December 7, 2013 at 9:57 am #35832Right now if I try to save the product page as a template I get this error: Error: TPL-01
December 7, 2013 at 3:12 pm #35846I managed to have the modal form on my page by adding this code to a raw html element:
<p>
<span class=”need-help”>More information? Contact Us</span>
</p>
<p>
</p>
<p>
</p><div id=”email-form” class=”modal fade” tabindex=”-1″ role=”dialog” aria-labelledby=”email-form-modal” aria-hidden=”true”>
<div class=”modal-dialog”>
<div class=”modal-content”>
<div class=”modal-header”>
<button type=”button” class=”close” data-dismiss=”modal” aria-hidden=”true”><i class=”ss-delete”></i></button>
<h3 id=”email-form-modal”>Contact Us</h3>
</div>
<div class=”modal-body”>
<div class=”wpcf7″ id=”wpcf7-f5-p108-o1″><form action=”/?product=bram-van-velde#wpcf7-f5-p108-o1″ method=”post” class=”wpcf7-form” novalidate=”novalidate”>
<div style=”display: none;”>
<input type=”hidden” name=”_wpcf7″ value=”5″ />
<input type=”hidden” name=”_wpcf7_version” value=”3.5.4″ />
<input type=”hidden” name=”_wpcf7_locale” value=”en_US” />
<input type=”hidden” name=”_wpcf7_unit_tag” value=”wpcf7-f5-p108-o1″ />
<input type=”hidden” name=”_wpnonce” value=”437f20a180″ />
</div>
<p>Hablamos Castellano.<br />
Nous parlons Français.<br />
Wir sprechen Deutsch.</p>
<p>Your Name (required)<br />
<span class=”wpcf7-form-control-wrap your-name”><input type=”text” name=”your-name” value=”” size=”40″ class=”wpcf7-form-control wpcf7-text wpcf7-validates-as-required” aria-required=”true” /></span> </p>
<p>Your Email (required)<br />
<span class=”wpcf7-form-control-wrap your-email”><input type=”email” name=”your-email” value=”” size=”40″ class=”wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email” aria-required=”true” /></span> </p>
<p>Subject<br />
<span class=”wpcf7-form-control-wrap your-subject”><input type=”text” name=”your-subject” value=”” size=”40″ class=”wpcf7-form-control wpcf7-text” /></span> </p>
<p>Your Message<br />
<span class=”wpcf7-form-control-wrap your-message”><textarea name=”your-message” cols=”40″ rows=”10″ class=”wpcf7-form-control wpcf7-textarea”></textarea></span> </p>
<p>To validate your message, please copy figures in the cell below.<br /> <input type=”hidden” name=”_wpcf7_captcha_challenge_captcha-778″ value=”225400369″ /> </p>
<p><span class=”wpcf7-form-control-wrap captcha-778″><input type=”text” name=”captcha-778″ value=”” size=”4″ maxlength=”4″ class=”wpcf7-form-control wpcf7-captchar” /></span> </p>
<p><input type=”submit” value=”Send” class=”wpcf7-form-control wpcf7-submit” /></p>
<div class=”wpcf7-response-output wpcf7-display-none”></div></form></div> </div>
</div>
</div>
</div>it works fine as you can see here: http://timotheeducrocq.com/?page_id=157 (last link)
but first when I receive a message I don’t the current page link any more as I setted it in my contact form and the capcha does not work.
I hope I’m not too confusing…
thanks again for your help.
December 7, 2013 at 3:53 pm #35850Ok problem Solved I found out that I could add a shortcode and modal directly from the option in the top bar content with swift framework shortcode, very neat tool!
hope this helps someone else,
tim
December 10, 2013 at 2:16 pm #36277Great!
-
Posted in: Dante
You must be logged in and have valid license to reply to this topic.